cut large XML files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Bedford

    cut large XML files

    Hi,

    due to time limits, I can't manage large XML files.

    It's there any easy way to cut an XML file in little parts ?

    My structure is like this

    <header>
    <customer info></customer info>
    <details info></details info>
    <article>
    <name></name>
    <value></value>
    </article>
    <article>
    <name></name>
    <value></value>
    </article>
    <article>
    <name></name>
    <value></value>
    </article>
    </header>

    I must have in all XML files the header, the customer info and the details
    info. I may take up to 10 articles on each XML file. So having 32 articles
    in my original XML file, I will have 3 little xml files with 10 articles and
    1 with 2 articles.

    How to do so ? Please help, I must have this working for monday...

    Bob




Working...