Search Results

Search: Posts Made By: mitnix
1,992
Posted By mitnix
hi, Since am a very new to XMl,May i know why...
hi,
Since am a very new to XMl,May i know why it wouldnt be a valid XML document? what would be the reason.
1,992
Posted By mitnix
hi, My xml will be in the following format......
hi,
My xml will be in the following format... with multiple Orders, each order will split into a different xml file.I want the very first tag i,e
<PIXOrder version="1.0"...
1,992
Posted By mitnix
Hi, Thanks for tha fast reply. the tag is...
Hi,
Thanks for tha fast reply. the tag is located at the top of the source xml,so i want to read it dynamically and place in all the splited xml files.
1,992
Posted By mitnix
XML spliting
hi,
Am able to split an XML file by using follwing awk command,
awk 'NR==1{x=$0;next}/<\/Order>/{print y RS $0 RS "</Order>">f}/Order BillToKey/{f="file"++n".xml";y=x}{y=y RS $0}' filename.xml
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 01:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy