Hello,
 I am using Xalan in application that needs to 
   1. evaluate an XPath expression on document
   2. modify the source document 
   3. repeat steps 1-2 several times.
The problem is that parsing the source document the way it is done in
XPath API samples gives a readonly document, so in step 3 I have to
construct a new document and feed it back to Xalan, which makes code
slow and complicated. Is there any way to evaluate Xpath expressions on
a writeable document in Xalan?

BR
--Sergey Petrunia

Reply via email to