Hello, I am in the process of building a very scalable website. I am to the point where I must choose between XSLT and using the asp.net MVC framework and the helper functions. My data is already in XMl format and it will stayy that way. The reason my data is in XML format is because it will be much easier to make changes and I will only need to make only one database query.
I am using asp.net mvc 2 and wondering which approach will be the least resource intensive. I will get many many page views in a minute. if I go asp.net mvc way I will be forced to use linq to xml and if I go xslt way I will just throw xslt the xml and it will transform it.