Bugs item #672798, was opened at 2003-01-22 15:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=672798&group_id=16035

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Node.selectSingleNode returns results from entire document, 

Initial Comment:
Node.selectSingleNode returns results from entire
document,  rather than just results under the current
node's context.

example 

node1= 
configDoc.selectSingleNode("/xml/exports/export[@id='2']");

blah = node1.selectSingleNode("//SQLSelect");
// returns first result for entire document rather a
result under the current node


[EMAIL PROTECTED]


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=672798&group_id=16035


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to