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]

Reply via email to