[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: Cannot spot the error in my XSL code, please help.
From: "Frequent Fliers" <frequent_fliers@xxxxxxxxxxx>
Date: Sun, 29 May 2005 14:16:52 +0000
Im sorry, i dont know why my xsl code didnt appear.ill try again,
here it is:"
<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" >
<xsl:template match="/">
<html>
<body>
<fieldset>
<legend>
<font face="verdana,arial,helvetica" size="+3" color="#00006B">
<xsl:template match="*">
<xsl:value-of select="name()" />
</xsl:template>
</font>
</legend>
<xsl:for-each select="//*">
<xsl:value-of select="child::text()" />
</xsl:for-each>
</fieldset>
</body>
</html>
</xsl:template>
</xsl:stylesheet>"


_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member