Hi,

I'm trying to display images as a preview in XML Mind.  The code I'm 
currently using looks like this:

imagedata {
    content: image(attr(entityref), -400, -100, smooth);
}

This works fine if the images are in the same folder as the file, however 
the problem is that the images are in a subfolder called "Images".  I 
understand that I can do something such as the following:

imagedata {
    content: image(C:\Documents\Images\dog.png", -400, -100, smooth);
}


However, in my case, the images are being pulled down from a server and 
the full absolute path is not known beforehand (all I know is that 
wherever the XML file is located, the images are in a subdirectory called 
"Images").

I hope this makes sense.  If anyone can help me out it will be much 
appreciated.

Kind regards,
Paul Boparai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20061212/9bfad9d8/attachment.htm
 

Reply via email to