
<!--
     File html5-uppercasemap.xsl  produced by the XSL script charmap.xsl
     from input data in unicode.xml.

     Copyright 2003 - 2009 W3C.

     Use and distribution of this code are permitted under the terms of the
     W3C Software Notice and License.
     http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html

     Please report any errors to David Carlisle
     via the public W3C list www-math@w3.org.

     The numeric character values assigned to each entity
     (should) match the Unicode assignments in Unicode 5.2.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:character-map name="html5-uppercase">
  <!--U00026 AMP-->
  <xsl:output-character character="&#169;" string="&amp;COPY;"/>
  <!--U0003E GT-->
  <!--U0003C LT-->
  <!--U00022 QUOT-->
  <xsl:output-character character="&#174;" string="&amp;REG;"/>
  <xsl:output-character character="&#8482;" string="&amp;TRADE;"/>
</xsl:character-map>

</xsl:stylesheet>
