Skip to content

Python script for splitting big XML files into smaller files. It is optional whether you want to maintain potential CDATA syntax or not from the original XML file

License

Notifications You must be signed in to change notification settings

SilverBrother/XMLSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XMLSplitter

  • Python script for splitting big XML files into smaller files. It is optional to maintain potential CDATA syntax from the original XML file.
  • Read the comments for clarifications. The default script is set up to output three smaller XML files based on the values from a Zip tag in the original file.
  • Both the range and number of output files can be adjusted inside the script for your convenience.
  • Do not apply on XML files you're anything but 100% certain are safe. defusedxml is NOT incorporated in the script.

About

Python script for splitting big XML files into smaller files. It is optional whether you want to maintain potential CDATA syntax or not from the original XML file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages