Re: [xsl] an Xpath question - $tag/$subtag

Subject: Re: [xsl] an Xpath question - $tag/$subtag
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 7 Jul 2003 22:55:48 +0100
I wrote

  / is an operator on node sets in Xpath, if $tag and $subtag are nodeset
  valued  variables, then $tag/$subtag is a legal operation (and always
  equivalent to $subtag unles $tag is empty) otherwise it is an error.


Which is, as Ken pointed out, an error. You can't use a variable directly
on the right hand side of /.

In my defence I'll point out that the above is true (I think) in Xpath
2 draft.

David

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


Current Thread