xsl-list
[Top] [All Lists]

Re: [xsl] inline troubles

2006-09-07 15:02:16


<xsl:template match="name">
        <xsl:apply-templates>   
        <xsl:value-of select="name/>

unless you have an input <name> .. <name>..</name</name> with name
inside name then that value of will do nothing (it's not an error, it
will just select nothing and so produce no output.

David

   

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>