Hi,
I just downloaded and tried Jaxen-JDOM on the
following document:

<root>
<x>my text</x>
</root>

I use the follwing to find matches:

XPath xpath = new XPath( path );
List l = xpath.selectNodes( document );

For path = root/x, I get a list with the x element,
but for path = root/x/text() and path = root/x/name()
I get an empty list.
Why is the text or the tag name not getting returned?
Any help is greatly appreciated.
thanks,
Manjuka

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to