xsl-list
[Top] [All Lists]

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

2005-05-29 07:25:16

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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--