Transform Source XML into HTML or ‘Renderable’ XML?
Our current choice is HTML (XHTML)
- Many browsers do not support XML at all
- Even of the browsers that do support XML, they still support HTML better
- Images, Linking, Tables, CSS, etc.
- As there is more support for additional XML standards, such as XLink, this may not always be the case
- Even for ‘renderable’ XML, we still need to revert to embedded HTML for some constructs
- Eliminates the need to for dual code maintenance