|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: xpath confusion (compound xpath)
Dimitre Novatchev wrote: (quoting S Woodside here) > > What am I doing wrong? > > The problem is here: > > > <xsl:when > > > > > test="/grammar/start/element/zeroOrMore/choice/element[1]//zeroOrMore// > > > *[self=current()]"> > > You are testing if the current node has child named "self" and its > string value is equal to the string value of the current node. > > Obviously, you wanted: > > /grammar/start/element/zeroOrMore/choice/element[1]//zeroOrMore// > *[generate-id() = generate-id( current())] Hmm... in place of "[generate-id() = generate-id( current())]", wouldn't "[self::current()]" work just as well? Or am I missing something? -- Roger Glover glover_roger@xxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








