Web Analytics Made Easy -
StatCounter Image Thumbnail Viewer and XML/XSL - CodingForum

Announcement

Collapse
No announcement yet.

Image Thumbnail Viewer and XML/XSL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Image Thumbnail Viewer and XML/XSL

    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
    Jase/djmothra
Working...
X