← Back to context

Comment by madkangas

5 months ago

Re xslt based web applications - a team at my employer did the same circa 2004. It worked beautifully except for one issue: inefficiency. The qps that the app could serve was laughable because each page request went through the xslt engine more than once. No amount of tuning could fix this design flaw, and the project was killed.

Names withheld to protect the guilty. :)

Most every request goes through xslt in our team's corporate app. The other app teams are jealous of our performance.