hi.
just looking at a problem where I want to split a large XML file into smaller sized chunks.
is there any recommended ways/ perl utilities for handling this.
I would need to take into account the opening and closing closing tags of an xml element.
ie. if the chunk size threshold was in the middle of a XML element, I would need to create the chunk at the end of the previous element so that the chunk could be processed correctly.
Then start the next chunk at the next element.
It would be like creating a chunk but not in the middle of a line or paragragh to use an analogy.
any suggestions would be appreciated.
thanks.
just looking at a problem where I want to split a large XML file into smaller sized chunks.
is there any recommended ways/ perl utilities for handling this.
I would need to take into account the opening and closing closing tags of an xml element.
ie. if the chunk size threshold was in the middle of a XML element, I would need to create the chunk at the end of the previous element so that the chunk could be processed correctly.
Then start the next chunk at the next element.
It would be like creating a chunk but not in the middle of a line or paragragh to use an analogy.
any suggestions would be appreciated.
thanks.