map2html-coverImpl.xsl 573 B

123456789
  1. <?xml version="1.0" encoding="UTF-8"?><!-- This file is part of the DITA Open Toolkit project.
  2. See the accompanying license.txt file for applicable licenses.--><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot" version="2.0" exclude-result-prefixes="xs dita-ot">
  3. <xsl:import href="plugin:org.dita.xhtml:xsl/map2htmtoc/map2htmlImpl.xsl"/>
  4. <xsl:import href="plugin:org.dita.xhtml:xsl/map2htmtoc/map2htmlcoverImpl.xsl"/>
  5. </xsl:stylesheet>