|
Subject: Re: [xsl] When is a variable a nodeset and when isn't it? From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx> Date: Mon, 09 Jun 2003 12:42:17 +0200 |
Given:
<xsl:template match="/all">
<xsl:variable name="root" select="/all/data/town"/>
<xsl:for-each select="$root/climate|$root/transportation|$root/tourism">
<xsl:variable name="section" select="name()"/>
<xsl:if test="$root/$section/church">
This is synatax error. According to XPath grammar, variable reference in a
location path can only be at first place:-- Oleg Tkachenko http://www.tkachenko.com/blog Multiconn Technologies, Israel
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] When is a variable a nodeset , Simon . Fairey | Thread | [xsl] Re: When is a variable a node, Dimitre Novatchev |
| RE:RE: [xsl] Join XMLs with XLST wi, Mangesh Kakade | Date | [xsl] read/write in the same xml fi, abbouh |
| Month |