in reply to Help with XML Parsing
Some Perl modules which can do this are XML::XSLT (does not yet fully implement all XSLT-functions), XML::Sablotron (needs a separate install of Sablotron) or XML::LibXSLT (needs access to the Gnome project libxslt library).
XML::Sablotron is probably your best bet. I remember having installed it some years ago in an Apache webserver on Windows and it worked flawless.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help with XML Parsing
by Jenda (Abbot) on Aug 04, 2007 at 18:58 UTC |