Gul Onural wrote:
We use xmlParseFile to parse the xml files and build tree. I was asking
if there was a way to
tell the parser to ignore comments (i.e. don't place them in the tree).

No there isn't, and there shouldn't. Adjust your dom traversal to deal
(e.g. ignore) nodes your application code doesn't want to see.

Regards,
                Stefan
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to