in reply to XML templates + variables??
You can process XSLT using XML::LibXSLT or XML::XSLT but if the purpose of the exercise is to generate a display in a modern web browser then this is unneccessary - you simply send the data XML to the browser with a processing instruction telling the browser where to find the template (aka XSL stylesheet).
|
|---|