dita2troff-ast-shell.xsl 734 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?><!--
  2. This file is part of the DITA Open Toolkit project.
  3. Copyright 2006 IBM Corporation
  4. See the accompanying LICENSE file for applicable license.
  5. --><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
  6. <xsl:import href="step1.xsl"/>
  7. <xsl:import href="step1-task.xsl"/>
  8. <xsl:import href="step1-hi-d.xsl"/>
  9. <xsl:import href="step1-pr-d.xsl"/>
  10. <xsl:import href="step1-sw-d.xsl"/>
  11. <xsl:import href="step1-ui-d.xsl"/>
  12. <xsl:import href="step1-ut-d.xsl"/>
  13. <xsl:import href="step1-markup-d.xsl"/>
  14. <xsl:import href="step1-xml-d.xsl"/>
  15. <xsl:param xmlns:dita="http://dita-ot.sourceforge.net" name="DEFAULTLANG" select="'en-us'"/>
  16. </xsl:stylesheet>