hdita2dita-markdown.xsl 603 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <xsl:stylesheet version="2.0"
  3. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  4. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  5. xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
  6. xpath-default-namespace="http://www.w3.org/1999/xhtml"
  7. exclude-result-prefixes="xs">
  8. <xsl:import href="classpath:///hdita2dita-common.xsl"/>
  9. <xsl:output indent="yes"></xsl:output>
  10. <xsl:template match="/">
  11. <xsl:apply-templates select="html/body"/>
  12. </xsl:template>
  13. </xsl:stylesheet>