To Whom...
This is my very first example to get a feel for XSLT: inside of the xml as an elements value, I have a filename.
inside of my xsl I have tried to simply display the image as follows.Code:... <filename>item1.jpg</filename> ...
I have tried many other ways that seemed obvious, but I have had no luck...Code:... <img src='<xsl:value-of select="filename" />' /> ...
Can somebody let me know how this seemingly simple task will work.
Merry Christmas AND/OR Happy Holidays.


Reply With Quote

Bookmarks