I am preparing a web app which is heavy on the data that pulls from DB and puts it in DB. XML is good for this, but XSL seems to maintain just heavy and difficult.
Is there any other techniques that would be ideal for this situation with a longer-term goal of being able to add new features to the web app?
You should know more about XSLT, then this.
In my experience, ease of maintenance is one of the most important reasons to use XSLT. When you start modifying a wider templates and do not waste your changes, all the hard-to-learn quarks in the side-effect-free templateing language take a sharp note.
Comments
Post a Comment