split XML files into smaller ones

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PMADDIREDDY
    New Member
    • Jul 2008
    • 1

    split XML files into smaller ones

    Is there any tool to break up large XML files into smaller ones.
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Tons, it just depends on how you are breaking them up, the structure of your data, and the size of the files.

    If it is a direct split, eg splitting an xml table of 1000 rows into 2 files of 500 and 500, I suggest using a scripting language such as perl.

    If it is splitting it out into different splits of data, eg like a database, I would probably recommend XSLT 2.0

    Comment

    Working...