Converting XML to HTML (cont.)
Some elements are converted into HTML elements other than <span> or <div>
- Figures are converted to <img src="…"> tags.
- Internal links with ID and IDREF attributes are usually converted into HTML anchor tags.
- Table elements are converted into corresponding HTML <table>, <tr>, or <td> tags.
‘Real’ DTDs require some fairly complex processing.
- So far XSLT seems to be able to handle nearly every case we have come across
- However, some cases have required JScript extensions to XSLT