views:

22

answers:

0

Is there a way to ignore XML namespaces with libxml? My problem is that the namespaces are incrementally named (i.e. ns1:, ns2:, ns3:, ns4:) depending on the records returned. This will error of I don't declare the namespace prior to parsing the data, any ideas would be much appreciated...