|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Cannot spot the error in my XSL code, please help.
Hi all.here is my xsl code
<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> and from my xml file i receive the error "Keyword xsl:template may not be used here". I cannot spot what i have done wrong.can someone please help me fix this error? thank you. _________________________________________________________________ It's fast, it's easy and it's free. Get MSN Messenger 7.0 today! http://messenger.msn.co.uk
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







