in reply to Re: The mostly used xml parser
in thread The mostly used xml parser
I've not found anything XML::Twig couldn't do. Including moving elements around. ;-) In fact, I use XML::Twig to manipulate HTML tables to "automatically" re-insert the header of the table every x rows (so you don't need to scroll too far to see the header info), and to change the class for each row (tr element) to alternate so that CSS can come by and change the background colour to make it again easier to follow with the eye.
Perhaps XML::TreeBuilder would be easier for this. I'm not sure. Maybe XML::Twig is just my metaphorical hammer, and all XML problems seem to be nails to me. Or perhaps XML::Twig is the swiss-army-knife of XML processors, and I chose well. Up to you to decide. ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: The mostly used xml parser
by GrandFather (Saint) on Oct 05, 2005 at 19:57 UTC | |
by mirod (Canon) on Oct 05, 2005 at 20:50 UTC | |
by GrandFather (Saint) on Oct 05, 2005 at 21:13 UTC | |
by mirod (Canon) on Oct 06, 2005 at 08:02 UTC |