[xml] more xmlReconciliateNS woes



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]