xsl-list
[Top] [All Lists]

Re: an Xpath question - $tag/$subtag

2003-07-07 14:55:48

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