This is a very good improvement. Thank you Claus! We should also have a "solution for the enterprise" users which often use namespaces like this: <records xmlns="http://foo" xmlns:bar="http://bar"> <record id="1"> </record> <record id="2"> </record> <record id="3"> </record> .... <record id="N"> </record> </records>
After splitting the large XML files into its individual parts, we should have something like: <record id="1" xmlns="http://foo" xmlns:bar="http://bar"> </record> Best, Christian