Re: [xsl] Cannot spot the error in my XSL code, please help.

Subject: Re: [xsl] Cannot spot the error in my XSL code, please help.
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Sun, 29 May 2005 10:25:16 -0400
On May 29, 2005, at 10:16 AM, Frequent Fliers wrote:

       <font face="verdana,arial,helvetica" size="+3" color="#00006B">
         <xsl:template match="*">
           <xsl:value-of select="name()" />
         </xsl:template>
       </font>

You can't do this. The template element needs to go.


Bruce

Current Thread