[xml] more xmlReconciliateNS woes
- From: Boris Erdmann <b erdmann 4commerce de>
- To: <xml gnome org>
- Subject: [xml] more xmlReconciliateNS woes
- Date: Mon, 25 Feb 2002 09:05:16 +0100
If we reconciliate this document
<?xml version="1.0" encoding="iso-8859-1"?>
<root xmlns="http://xmlns.4ct.de/master-namespace">
<elt xmlns="http://xmlns.4ct.de/subspace"/>
</root>
by xmlReconciliateNS(doc, xmlDocGetRootElement(doc));
we get the following output:
<?xml version="1.0" encoding="iso-8859-1"?>
<root xmlns="http://xmlns.4ct.de/master-namespace"
xmlns:(null)="http://xmlns.4ct.de/subspace">
<(null):elt xmlns="http://xmlns.4ct.de/subspace"/>
</root>
This is not bad in itself, but unfortunately not
parsable anymore :-)
Boris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]