DITA XSLT Module URIs

Titania Delivery provides a number of built-in utility modules that can greatly simplify the development of XSLT stylesheets designed to operate against DITA topics and maps.

The built-in XSLT source files may be downloaded from a Titania Delivery server at a URL like: td-server-base-url/resources/td-xsl-lib.zip. An XSLT developer may override any of these templates in a portal theme.

urn:titania:dita-xsl:topic-html-fragment.xsl
This module will convert a DITA topic into basic HTML5 markup, without wrapping <html> or <body> elements.
urn:titania:dita-xsl:map-html-fragment.xsl
This module will convert a DITA map into basic HTML5 markup, without wrapping <html> or <body> elements. The root element is a <div class="map"> element containing <ul id="toc"> with the structure of the map.