XML parsing. (endElement() not fired) It fires when a space is added
Hi All,
I am doing XML Parsing using SAX.
I have a very simple xml.
<?xml version="1.0" encoding="UTF-8" ?><message msgType="attr-list-request" sessionId="234455567" ><form formId="35"> </form></message>
This xml doesn't have any space until the end. ie) it is written in one single line into the file...
endElement() is not fired at all. If I add a single space between <form> start and close tags, all the endElement()s are fired properly.... Its very strange...
have any body got this problem? any kind of suggestions will be helpful.
thanks

