Details | Last modification | View Log
Rev | Author | Line No. | Line |
---|---|---|---|
145 | dimkam | 1 | <?xml version='1.0'?> |
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
||
3 | |||
4 | <!-- import the original docbook template --> |
||
5 | <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl-ns/html/docbook.xsl"/> |
||
6 | |||
7 | <!-- import the sjasmplus customization --> |
||
8 | <xsl:import href="docbook-xsl-ns-html-customization.xsl"/> |
||
9 | |||
10 | </xsl:stylesheet> |