flag_template.xsl 496 B

12345678
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project.
  3. See the accompanying license.txt file for applicable licenses.-->
  4. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
  5. <xsl:import href="flagImpl.xsl"/>
  6. <dita:extension id="dita.xsl.flag-module" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
  7. <xsl:output method="xml" encoding="utf-8" indent="no" />
  8. </xsl:stylesheet>