http://www.w3.org/2003/entities/
includes XSLT2 stylesheets defining character
maps for more entities than most people need:-)
Just xsl:import
http://www.w3.org/2003/entities/iso9573-2003/iso9573-2003map.xsl
(or a copy of same) into your stylesheet and they should become available.
That one just imports character maps for all the
individual iso entity collections, so if you just
want latin-1 (for example) use
http://www.w3.org/2003/entities/iso9573-2003/isolat1map.xsl
instead.
David
|