I am using Xalan-c 1.3 for XSL transformations. I have a dilemma in passing the input XML document to Xalan transformer whether to use the XML in complete string format or Xerces-C DOM Node. I believe the DOM node will be better because the parsing can be avoided in the transformer. Or i am wrong??
Please send me ur inputs on this. Thanks Arun
