Xalan's DOM implementation is immutable. If you're going to want to manually alter the document, use Xerces -- or use a DOMOutput object to explicitly write to a Xerces DOM.
- Xalan setNodeValue method (fwd) Bogdan Pilch
- Joseph Kesselman/CAM/Lotus
Xalan's DOM implementation is immutable. If you're going to want to manually alter the document, use Xerces -- or use a DOMOutput object to explicitly write to a Xerces DOM.