Is there a point creating a site using XSLT
- by webwise
Is this technology still popular?
I want to make a website which automatically transforms XSLT files. It should work like this:
When a user accesses the site, a single handler would accept his request and then find a suitable XML for it (according to the URL requested) and transform it using its attached XSL file.
I want to do this in order to make it easy to update the site using plain XML files (instead of using a full-fledged & expensive CMS system).
What do you say? good idea? bad idea? anyone has a recommendation?
Thanks!