Is there a point creating a site using XSLT

Posted by webwise on Stack Overflow See other posts from Stack Overflow or by webwise
Published on 2009-02-18T11:13:05Z Indexed on 2010/05/07 10:28 UTC
Read the original article Hit count: 164

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about website

Related posts about xslt