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!