You're right, I read the samples and had a look at the Xalan API. I was wrong because I thought that it was possible to execute X-Path requests directly from a node in Xerces and I didn't think about using Xalan to do that... Thank you.
Joseph
Kesselman Pour : [EMAIL PROTECTED]
<[EMAIL PROTECTED] cc :
bm.com> Objet : Re: R�f. : Re: R�f. :
Re: R�f. : RE: R�f. : XML Schema parser?
02/20/2003
03:00 PM
Veuillez
r�pondre �
xerces-j-user
On Thursday, 02/20/2003 at 09:02 CET, [EMAIL PROTECTED] wrote:
> You mean that the Xalan API can be used outside any XSL stylesheet to
browse
> nodes inside an XML tree
Yes. This has been true for a VERY long time.
> or to update nodes values/nodes attributes inside an XML tree ?
Updating isn't an XPath function, but if you use XPath to locate a node in
a DOM tree you could of course then use the DOM's APIs to alter the tree.
(Currently, Xalan is not highly efficient when operating against a DOM;
work is in progress to improve that.)
See Xalan's documentation for more details, and Xalan's mailing lists for
discussion.
______________________________________
Joe Kesselman / IBM Research
---------------------------------------------------------------------
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]
