Good Morning fellow monks!
Yesterday I got a task from my boss to come up with some XML code to be used as input for one of our programs. This program extracts information from XML documents and needs a kind of recipe I had to create.
I could have done this relatively fast "by hand". But this would have been boring, so I decided to do it the Perl way.
I already discovered XML::Twig about 3 years ago and I used it quite often. Since all the data I had to deal with for that task is XML, I used XML::Twig again.
Extracting the information from the document's templates was very easy and I was done real fast. I simply dumped it to STDOUT and wanted to create the input file by hand.
But then I realised: XML::Twig can't just parse! It can also create my XML output! The output part was done even faster! XML::Twig's perldoc pages are always a great help.
I really, really like this module! I only wish there were an "XML::Twig for Java". You know: Sometimes you simply have to use this Language.
s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: I love XML::Twig
by mirod (Canon) on Oct 06, 2006 at 08:28 UTC | |
by Skeeve (Parson) on Oct 06, 2006 at 13:31 UTC | |
Re: I love XML::Twig
by prasadbabu (Prior) on Oct 06, 2006 at 10:23 UTC | |
Re: I love XML::Twig
by dimar (Curate) on Oct 06, 2006 at 16:19 UTC | |
Re: I love XML::Twig
by Joost (Canon) on Oct 06, 2006 at 16:12 UTC | |
by mirod (Canon) on Oct 06, 2006 at 16:38 UTC | |
by Joost (Canon) on Oct 06, 2006 at 16:49 UTC | |
by mirod (Canon) on Oct 06, 2006 at 17:47 UTC | |
by Joost (Canon) on Oct 06, 2006 at 19:55 UTC | |
Re: I love XML::Twig
by pandega (Initiate) on Oct 06, 2006 at 18:07 UTC |