diff options
author | ville <ville@localhost> | 2009-11-30 20:32:05 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-30 20:32:05 +0000 |
commit | e7d4fc74a4f24d63fad769ce123005e4abba9153 (patch) | |
tree | 3d142154806ef05b1ab88e2ac9ab6c103699e28b /htdocs/sgml-lib/WD-MathML3-20090924/isoamsc.ent | |
parent | c6510c7207e5e691d3454d42d8b8e69aa49db877 (diff) | |
download | markup-validator-e7d4fc74a4f24d63fad769ce123005e4abba9153.zip markup-validator-e7d4fc74a4f24d63fad769ce123005e4abba9153.tar.gz markup-validator-e7d4fc74a4f24d63fad769ce123005e4abba9153.tar.bz2 |
Add local copy of MathML 3.0 DTD.
Diffstat (limited to 'htdocs/sgml-lib/WD-MathML3-20090924/isoamsc.ent')
-rw-r--r-- | htdocs/sgml-lib/WD-MathML3-20090924/isoamsc.ent | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/WD-MathML3-20090924/isoamsc.ent b/htdocs/sgml-lib/WD-MathML3-20090924/isoamsc.ent new file mode 100644 index 0000000..4595f28 --- /dev/null +++ b/htdocs/sgml-lib/WD-MathML3-20090924/isoamsc.ent @@ -0,0 +1,68 @@ + +<!-- + File isoamsc.ent produced by the XSL script entities.xsl + from input data in unicode.xml. + + Copyright 1998 - 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.x. + + Entity names in this file are derived from files carrying the + following notice: + + (C) International Organization for Standardization 1991 + Permission to copy in any form is granted for use with + conforming SGML systems and applications as defined in + ISO 8879, provided this notice is included in all copies. + +--> + + +<!-- + + Public identifier: -//W3C//ENTITIES Added Math Symbols: Delimiters//EN//XML + System identifier: http://www.w3.org/2003/entities/2007/isoamsc.ent + + The public identifier should always be used verbatim. + The system identifier may be changed to suit local requirements. + + Typical invocation: + + <!ENTITY % isoamsc PUBLIC + "-//W3C//ENTITIES Added Math Symbols: Delimiters//EN//XML" + "http://www.w3.org/2003/entities/2007/isoamsc.ent" + > + %isoamsc; + +--> + +<!ENTITY dlcorn "⌞" ><!--BOTTOM LEFT CORNER --> +<!ENTITY drcorn "⌟" ><!--BOTTOM RIGHT CORNER --> +<!ENTITY gtlPar "⦕" ><!--DOUBLE LEFT ARC GREATER-THAN BRACKET --> +<!ENTITY langd "⦑" ><!--LEFT ANGLE BRACKET WITH DOT --> +<!ENTITY lbrke "⦋" ><!--LEFT SQUARE BRACKET WITH UNDERBAR --> +<!ENTITY lbrksld "⦏" ><!--LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER --> +<!ENTITY lbrkslu "⦍" ><!--LEFT SQUARE BRACKET WITH TICK IN TOP CORNER --> +<!ENTITY lceil "⌈" ><!--LEFT CEILING --> +<!ENTITY lfloor "⌊" ><!--LEFT FLOOR --> +<!ENTITY lmoust "⎰" ><!--UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION --> +<!ENTITY lparlt "⦓" ><!--LEFT ARC LESS-THAN BRACKET --> +<!ENTITY ltrPar "⦖" ><!--DOUBLE RIGHT ARC LESS-THAN BRACKET --> +<!ENTITY rangd "⦒" ><!--RIGHT ANGLE BRACKET WITH DOT --> +<!ENTITY rbrke "⦌" ><!--RIGHT SQUARE BRACKET WITH UNDERBAR --> +<!ENTITY rbrksld "⦎" ><!--RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER --> +<!ENTITY rbrkslu "⦐" ><!--RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER --> +<!ENTITY rceil "⌉" ><!--RIGHT CEILING --> +<!ENTITY rfloor "⌋" ><!--RIGHT FLOOR --> +<!ENTITY rmoust "⎱" ><!--UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION --> +<!ENTITY rpargt "⦔" ><!--RIGHT ARC GREATER-THAN BRACKET --> +<!ENTITY ulcorn "⌜" ><!--TOP LEFT CORNER --> +<!ENTITY urcorn "⌝" ><!--TOP RIGHT CORNER --> |