Re:
Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser? 2003-02-20 - By Joseph Kesselman
On Thursday, 02/20/2003 at 09:02 CET, Nicolas.GOLOUBENKO@(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: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|