Réf. : Re: Réf. : RE: Réf. : XML
Schema parser? 2003-02-19 - By Nicolas.GOLOUBENKO@(protected)
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:attribute[@(protected)='xxx']/@(protected)"). 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 : xerces-j-user@(protected) <jesus.salvo@(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?
Nicolas.GOLOUBENKO@(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: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|