This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Xpath problem


> I want to get at the node where the value element is 2111.
>      ie //Outer[value='2111']
>
> But the problem is that it goes to the node that matches just
> the first four
> digits if it exists in the DOM ... so it goes to the node
> where value =
> 21110.

If that is true then your DOM product is not implementing XPath correctly.
Complain to the supplier (or change supplier).

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]