Here a list for some decisive advantages characterising this new standards:
- It is easier to focus on content with documents structured according to the XML standard.
- With separate XSLT stylesheets we can achieve a specific presentation of the same content for different media.
- The continuity with the existing HTML standard is ensured.
- XSLT allows you to drive the presentation of your documents by the content structure.
- Flexibility in setting the border between content structure and presentation details.
- Ability to modify the presentation style without having to rewrite the content.
- You determine only once the compromise HTML working as expected on most browsers.
| | What applies to XSLT of course equally applies to
XSL, a standard which embodies XSLT, Xpath, and Formatting Objects. With XSL you provide a recipe on how the content in a XML document has to be presented without having to alter it. Once supported by most browsers, XSL will become an interesting alternative since it does not require the HTML standard.
Obviously, in order to benefit from all this advantages, we have to invest some time in setting up more consistent working procedures, and most importantly, ensure the coherence of the handled information.
|
|