Hi, I am relatively new to the XML world, please excuse me if there is an easy solution to the problem stated below.
The output xml document printed by SAX2Print is not exactly the same as the input document. data/personal.xml was given as input to this utility and one difference that I am concerned about solving is: Input documents line: <link manager="Big.Boss"/> is printed in output document as: <link manager="Big.Boss"></link> Given my applications requirements this change is not acceptable and it is desired that the output document be printed exactly same as the input document. However it seems there is no easy way to distinguish the endElement event fired for an empty-element tag from the endElement event fired for an endtag, could somebody help please. Thanks in advance. Anand. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
