Re: [xsl] How to address generic unknown elements !

Subject: Re: [xsl] How to address generic unknown elements !
From: "Agnes Kielen" <a.kielen@xxxxxxx>
Date: Thu, 14 Nov 2002 13:47:52 +0100
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


Current Thread