[jdom-interest] XSL Query for an Element

Peter Barraud peterb at interrait.com
Thu Sep 6 00:30:42 PDT 2001


Hi,
Is it possible to get a Document Element using an XSL query.
For example, in Microsoft example it is possible to use XML query like this
Set oElement = oParent.selectNode("//NodeName[@AttribName =
""AttribValue""]")
This would return a single node under the parent under the given conditions
instead of returning a list of nodes that need to be iterated.
Any suggestions would be really-really welcome.
pb




More information about the jdom-interest mailing list