xsl-list
[Top] [All Lists]

Splitting large XML file into small XMLs

2004-09-17 06:24:27
Hi guys,

 

            I have large XML file it has thousands of XML files embedded
in it tell a better way to separate this.

 

This is the format of file:

 

<?xml version="1.0" encoding="UTF-8"?>

<non_xml_data><![CDATA[<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>

<DBGMMessage SchemaVersion="2.0" xsi:schemaLocation="DbGMLPrice
dbgml.marketdata.xsd Risk marketdata.risk.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns="DbGMLPrice">

    <BusinessHdr xmlns="">

 

 

      </BusinessHdr>

</DBGMMessage>]]></non_xml_data>

<?xml version="1.0" encoding="UTF-8"?>

<non_xml_data><![CDATA[<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>

<DBGMMessage SchemaVersion="2.0" xsi:schemaLocation="DbGMLPrice
dbgml.marketdata.xsd Risk marketdata.risk.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns="DbGMLPrice">

    <BusinessHdr xmlns="">

 

 

      </BusinessHdr>

</DBGMMessage>]]></non_xml_data>

 

 

 



DISCLAIMER:
This message contains privileged and confidential information and is intended 
only for the individual named.If you are not the intended recipient you should 
not disseminate,distribute,store,print, copy or deliver this message.Please 
notify the sender immediately by e-mail if you have received this e-mail by 
mistake and delete this e-mail from your system.E-mail transmission cannot be 
guaranteed to be secure or error-free as information could be 
intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain 
viruses.The sender therefore does not accept liability for any errors or 
omissions in the contents of this message which arise as a result of e-mail 
transmission. If verification is required please request a hard-copy version.
<Prev in Thread] Current Thread [Next in Thread>
  • Splitting large XML file into small XMLs, KS.Bhaskar <=