in reply to Re: Modifying Records with XML::SAX::ByRecord
in thread Modifying Records with XML::SAX::ByRecord
I don't know whether it's against the rules of XML (I seriously doubt it!) but I've met way too many cases when the other party insisted that the tags are in a specific order so I would be very wary of changing the order. I'd suggest XML::Twig or XML::Rules for this and processing the whole records. If there are hundreds of thousands of them i do think it's safe to assume the individual records are rather small.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Modifying Records with XML::SAX::ByRecord
by trwww (Priest) on Aug 31, 2007 at 03:51 UTC |