Sorry i have posted this on the Dynamic drive page too (as that is where the code is from) but no-one there can help me...
my thumbnail viewer works (albeit with the little red crosses instead of images), as i'm trying to get the images from an XML file...
the javascript code in my XSL looks like:
<a href="L_IMAGE" onClick="return enlarge('L_IMAGE',event)"><img src="T_IMAGE" border="0"/></a>
does anyone know what i need to do to be able to get the images to appear?
(the XSL code for images is:
<xsl:element name="img"><xsl:attribute name="src"><xsl:value-of select="L_IMAGE"/></xsl:attribute></xsl:element>
and this cannot be just inserted...)
Everything else works - the XML is bought out properly (so my parser is fine) and the draggable image box works too (but as i said no image inside it...)
Cheers
djmothra/jase
my thumbnail viewer works (albeit with the little red crosses instead of images), as i'm trying to get the images from an XML file...
the javascript code in my XSL looks like:
<a href="L_IMAGE" onClick="return enlarge('L_IMAGE',event)"><img src="T_IMAGE" border="0"/></a>
does anyone know what i need to do to be able to get the images to appear?
(the XSL code for images is:
<xsl:element name="img"><xsl:attribute name="src"><xsl:value-of select="L_IMAGE"/></xsl:attribute></xsl:element>
and this cannot be just inserted...)
Everything else works - the XML is bought out properly (so my parser is fine) and the draggable image box works too (but as i said no image inside it...)
Cheers
djmothra/jase
Comment