http://www.perlmonks.org?node_id=266140


in reply to Re: (jeffa) Re: XSL/XML/Perl as a development process
in thread <strike>XSL/XML/Perl as a development process</strike>

You can use templating with XPath expressions (this is possible with Template::Toolkit - don't know how about other templating libraries). This way the templates could be used with static XML. So at least the XSLT part can be replaced.
  • Comment on Re: Re: (jeffa) Re: XSL/XML/Perl as a development process