The Room Do I dare disturb the universe?

Fun With Xslt

FUN with XSLT

So I created yet another template engine today. But this time I created it in XSLT, and it takes xhtml as it’s template format.

You don’t get anything fancy, it just parses the HTML and replaces elements with the right id attribute with content from the source XML file. So far it’s tested with AxKit and SAWA (both using LibXSLT) and seems to work perfectly for what it does.

Check it out for yourself: