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]

Xpath problem


Hi -

This might seems like a really silly question, dur to my unfamiliarity with 
XPath syntax and functions.  Here is the problem.

I want to specify a path to a specific value in my XML Dom ie Path = 
"//value='2111' and I did this by using the selectSingleNode method of the 
DOM.  But the problem is that it also picks up following values '21112', 
21113' etc.  How do I specify that I want the node ONLY if it is '2111'?

Thanks in advance for the help.
Kan


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.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]