in reply to Re: Re: Re: Re: Template Toolkit and XML
in thread Template Toolkit and XML

It just seemed logical to me to separate the data and presentation layers

Right, which is exactly what you are not doing by making your template parse the data and decide what to display.

I'm actually wondering why I can't just do this in XSL/T

You probably can. Go for it, if you like XSLT. XML::LibXML is still probably your best bet for that.

  • Comment on Re: Re: Re: Re: Re: Template Toolkit and XML