I didn't find anything in Xerces that allows you to write complex X-Path
requests in the DOM API. In dom4j for example, I use to
write such requests (from a DOM node n) :
n.selectSingleNode("descendant::xsd:[EMAIL PROTECTED]'xxx']/@fixed").
Xalan allows you to process XSL stylesheets on XML documents and I don't want
to write an XSL stylesheet for each request.
"Jesus M. Salvo
Jr." Pour : [EMAIL PROTECTED]
<[EMAIL PROTECTED] cc :
gasia.com> Objet : Re: R�f. : RE: R�f. :
XML Schema parser?
02/19/2003
05:43 AM
Veuillez
r�pondre �
xerces-j-user
Xalan already does XPath. How is this different from DOM4J?
[EMAIL PROTECTED] wrote:
>If you need a parser library that implements (in java only !) X-Path, you can
>try dom4j (very simple to use).
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
