Re: [xsl] nodelist not recognised xsl file

Subject: Re: [xsl] nodelist not recognised xsl file
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Thu, 08 Sep 2005 21:14:59 +0200
Tempore 19:49:26, die 09/08/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Touchtel <omprakashv@xxxxxxxxxxxxxxxxx>:

No clue why you get that strange error message, but your xslt isn't well-fromed

       <xsl:template match="someelement">
        <xsl:param name="tree"/>

'<xsl:choose>' missing
<xsl:when test="@type='gbltype'>
should be '<xsl:when test="@type='gbltype'">'


-- Joris Gillis (http://users.telenet.be/root-jg/me.html) Deserta faciunt et innovationem appelant

Current Thread