in reply to XML Parsing using perl
Whereas I would have suggested XML::LibXML, because this gives you direct access to what, I believe, is the industry-standard library for dealing with XML. In particular, it gives you access to XSLT, and it is positively goofy what you can do with that technology, without writing a single line of “programming” at all. For instance, consider the famous Interactive Periodic Table of the Elements web site, which is entirely formatted by your browser, on your browser, without using any JavaScript to do or to control the formatting. You can use XSLT to “query” your data-source to answer questions just like the one you posed. Heck, you can even do it within a capable spreadsheet: there are lots of clients of libxml.so.
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML Parsing using perl
by Jenda (Abbot) on Feb 21, 2014 at 23:07 UTC | |
|
Re^2: XML Parsing using perl
by Your Mother (Archbishop) on Feb 21, 2014 at 23:54 UTC |