home *** CD-ROM | disk | FTP | other *** search
Wrap
<!-- Copyright (C) 1995-2003 Jasc Software, Inc. and its licensors. --> <!-- All rights reserved. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> <xsl:template match="/"> <HTML><xsl:apply-templates/></HTML> </xsl:template> <xsl:template match="image"> <TITLE><xsl:value-of select="title"/></TITLE> <HEAD><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/><meta name="copyright" content="Copyright (C) 1995-2003 Jasc Software, Inc. and its licensors. All rights reserved."/></HEAD> <BODY><DIV ALIGN = "center"><B><xsl:value-of select="title"/></B><BR kludge="" /> <IMG><xsl:attribute name="src"><xsl:value-of select="filename"/></xsl:attribute><xsl:attribute name="width"><xsl:value-of select="imagesize/@width"/></xsl:attribute> <xsl:attribute name="height"><xsl:value-of select="imagesize/@height"/></xsl:attribute> </IMG> <HR size="3" ALIGN = "center" /> <xsl:apply-templates select="description"> <!-- recursively apply this template to them --> <xsl:template><xsl:copy><xsl:apply-templates select="@* | * | comment() | pi() | text()"/></xsl:copy></xsl:template></xsl:apply-templates></DIV></BODY></xsl:template> </xsl:stylesheet>