> args[1] can be going after an Element or an Attribute if
> StringFunction.evaluate always just printed the value of Attr or
> Elements...Attributes work great (just returns obj.getValue()) but
> getElementStringValue doesn't print just the Element's getText() as I would
> like it to...I guess that I could just replace the JDOM DocumentNavigator
> with a custom one...

It returns the XPath string-value of the element, which is recursive,
according to the spec. 

        -bob


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

Reply via email to