You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Awasthi, Anand" <An...@bmc.com> on 2001/03/27 01:20:10 UTC

tools for generating XML document

Hi, 

i got a requirement in which i have to generate on the fly XML documents
from some propritery 
data. 

do we have any tool at first place which generates XML documents on the fly
??

Thanks 
Anand
 

-----Original Message-----
From: Chris Hill [mailto:chill@wolfram.com]
Sent: Monday, March 26, 2001 5:18 PM
To: xerces-c-dev@xml.apache.org
Subject: comments outside root


My advanced handler (XMLDocumentHandler) wasn't receiving docComment events 
for comments outside the root element, so I took a look at 
SAXParser::docComment, and it is intentionally suppressing the events.  Is 
there any particular reason that comments outside the root are 
suppressed?  Processing instructions are permitted, why not comments?

Looking in the CVS log I see that this behavior was changed then changed 
back in SAXParser.cpp 1.12 and 1.13. Perhaps comments slipped through the 
cracks?  In the mail archives, I found a fragment of a conversation about 
this.  I don't think comments should be suppressed.

Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org