in reply to Re: Splitting xml file into multiple files
in thread Splitting xml file into multiple files

The reason why this was no good and the documentation was lost on me was that it split the large file into individual files but the values of each child element were blank even though in the original large file they were valued.

  • Comment on Re^2: Splitting xml file into multiple files

Replies are listed 'Best First'.
Re^3: Splitting xml file into multiple files
by derby (Abbot) on Sep 14, 2009 at 13:59 UTC

    Are you seeing an error message when calling xml_split? The &nbspetc actually makes the example XML invalid. You may have non-well-formed XML that is causing the tools to barf.

    -derby
Re^3: Splitting xml file into multiple files
by Anonymous Monk on Sep 14, 2009 at 14:22 UTC
    That means you only tried the first or second example, its the third one you want, as I showed you.