xsl-list
[Top] [All Lists]

Re: How to address generic unknown elements !

2002-11-14 05:47:52
Hi,

I don't understand exactly what your problem is but I noticed the following:
<xsl:template match="/"> does not match the first as you seem to presume but
the root. If you want to match the first nood regardles how it is called use
<xsl:template match="/node()">

Hope this helps,
Agnes






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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