Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

XML DataWindow and Picture Control

2 views
Skip to first unread message

D@rio

unread,
Aug 30, 2007, 11:05:58 AM8/30/07
to
Hi all,
I'm trying to use XML DW with PB 10.5.1 and EAServer 5.5.
It's great, but there is a problem to insert a Picture Control in a
XML DW: when I create new Picture Control named "test" that references
an Image File "../img/test.jpg", the translation in XHTML for the
Control is a TAG img with its src attribute that capture the name of
the Control and not the path of the image file:

<img src=test/> without " "

instead of

<img src="../img/test.jpg"/>

Is it a bug, or there is a solution?

Thanx!

0 new messages