I know this board doesn't get a lot of attention but I think this belongs here. I was wondering how I might go about loading an image from my XML code using XSLT. I had this:
<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code
Quote:
<pre><img src="<xsl:value-of select='PAGE/TOP_PART/PICTURE/SOURCE'/>"</pre>
but then it gives me the error that "<" is an invalid character in an attribute. Does anyone know a way to go about this. It would be greatly appreciated. Thanks.