[xml] Error of Canonical while replacing External Entities

2005-07-11 Thread SATISH KUMAR
Hello Sir, I've a doubt that We are very sure that Canonical module takes a Document pointer as an input which can be get after parsing of XML document. Now the doubt is If user has not set below value before parsing xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;

Re: [xml] Error of Canonical while replacing External Entities

2005-07-11 Thread Aleksey Sanin
According to C14N specification, it is responsible for doing these replacements The XML processor performs the following tasks in order: 1. normalize line feeds 2. normalize attribute values 3. replace CDATA sections with their character content 4. resolve character and parsed

[xml] Ommit XML declaration

2005-07-11 Thread Klaus Rechert
Hi, is there a way to dump a document (xmlDocDumpMemory();) without the leading ?xml version=1.0? ? Thanks Klaus ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml