Objective
Long before the advent of the web standardization, I thought about the XML+XSLT station, I think this is a very elegant, efficient, low coupling scheme, will be a big way.
However, today, the use of such a scheme to build a station is still very few people are still holding the web standardization does not let go, in fact, the web standardization will only be performance (CSS) separated out, and the data and structure is still mixed together, it is definitely not our final destination, it is just a transitional product
The original intention of the XHTML standard, in fact, is to transition to XML, xml+xslt+css really do the data, structure, performance of the perfect separation, is our ultimate goal.
Admittedly, XML+XSLT has its technical difficulty, I think it is the biggest obstacle to its popularity, but I feel that with the passage of time, the renewal of ideas, the development of tools, this is still the one we will arrive.
Introduction to the programme
XML+XSLT+CSS's scheme separates data, structure, and performance, and with jquery we can easily separate the interactions from each other, thus achieving near-perfect decoupling on the client side.