Monday, March 26, 2012

Format & Split Huge XML file in Linux

"xmllint"  is a command used to format and split huge XML files.

Format:

xmllint --format <Input.xml> >>output.xml

No comments:

Post a Comment