1 | <?xml version="1.0"?>
|
---|
2 | <!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.-->
|
---|
5 | <!-- (c) Copyright IBM Corp. 2006 All Rights Reserved. -->
|
---|
6 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
---|
7 |
|
---|
8 | <xsl:import href="troff/step1.xsl"/>
|
---|
9 | <xsl:import href="troff/step1-task.xsl"/>
|
---|
10 | <xsl:import href="troff/step1-hi-d.xsl"/>
|
---|
11 | <xsl:import href="troff/step1-pr-d.xsl"/>
|
---|
12 | <xsl:import href="troff/step1-sw-d.xsl"/>
|
---|
13 | <xsl:import href="troff/step1-ui-d.xsl"/>
|
---|
14 | <xsl:import href="troff/step1-ut-d.xsl"/>
|
---|
15 |
|
---|
16 | <xsl:param name="DEFAULTLANG" select="'en-us'"/>
|
---|
17 |
|
---|
18 | <!-- DITAEXT file extension name of dita topic file -->
|
---|
19 | <xsl:param name="DITAEXT" select="'.dita'"/>
|
---|
20 |
|
---|
21 | </xsl:stylesheet>
|
---|