custom.xsl 784 B

12345678910111213141516171819
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  5. xmlns:opentopic="http://www.idiominc.com/opentopic"
  6. xmlns:opentopic-index="http://www.idiominc.com/opentopic/index"
  7. xmlns:opentopic-func="http://www.idiominc.com/opentopic/exsl/function"
  8. xmlns:dita2xslfo="http://dita-ot.sourceforge.net/ns/200910/dita2xslfo"
  9. xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
  10. xmlns:ot-placeholder="http://suite-sol.com/namespaces/ot-placeholder"
  11. exclude-result-prefixes="dita-ot ot-placeholder opentopic opentopic-index opentopic-func dita2xslfo xs"
  12. version="2.0">
  13. <xsl:import href="commons.xsl"/>
  14. </xsl:stylesheet>