math.highest.xsl 411 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:func="http://exslt.org/functions" xmlns:math="http://exslt.org/math" version="1.0" extension-element-prefixes="math" math:doc="http://www.exslt.org/math">
  3. <import href="math.highest.function.xsl"/>
  4. <import href="math.highest.template.xsl"/>
  5. </stylesheet>