This module provides easy access to XML files from HTML::Template templates using XPath. It is an easy to use templating system for extracting content from XML files. It is based on HTML::Template's <TMPL_VAR> and <TMPL_LOOP> tags and uses XML::LibXML's XPath functions to extract the requested XML content.
To install, run:
perl Makefile.PL
make
make test
make install
Copyright (c) 2002 T.J. Mather, tjmather@tjmather.com
All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.