Converting XML to HTML (XSLT)
Simple one-to-one conversions:<sect> becomes <span class="sect">
- span.sect {display:block;margin-left:2em}
Attribute based conversions:<emph type="1"> becomes <span class="emph_1">
- span.emph_1 {font-style:italic}
Generated text, such as punctuation:<ag><au>Tom</au><au>Tim</au><au>Bob</au></ag> becomes Tom, Tim, Bob.
Rearranged children:<au><sn>Habing</sn><fn>Tom</fn></au> becomes Tom Habing