Subject: Re: 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 |
|
David Carlisle - Mon, 7 Jul 2003 17:56:00 -0400 (EDT) <=
|
|