diff options
author | ville <ville@localhost> | 2010-04-22 19:01:48 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-04-22 19:01:48 +0000 |
commit | 5c7538bdaec3c214687c6ed2fca661f865ecdc55 (patch) | |
tree | 8068b833aef9823e9d97a836d1f41142e437ee9f /htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk3.ent | |
parent | 8c8a507a9db1573dff499b61122f352153fb12ab (diff) | |
download | markup-validator-5c7538bdaec3c214687c6ed2fca661f865ecdc55.zip markup-validator-5c7538bdaec3c214687c6ed2fca661f865ecdc55.tar.gz markup-validator-5c7538bdaec3c214687c6ed2fca661f865ecdc55.tar.bz2 |
Add XML entity definitions for characters.
Diffstat (limited to 'htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk3.ent')
-rw-r--r-- | htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk3.ent | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk3.ent b/htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk3.ent new file mode 100644 index 0000000..a644d94 --- /dev/null +++ b/htdocs/sgml-lib/REC-xml-entity-names-20100401/isogrk3.ent @@ -0,0 +1,89 @@ + +<!-- + File isogrk3.ent produced by the XSL script entities.xsl + from input data in unicode.xml. + + Copyright 1998 - 2010 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 Greek Symbols//EN//XML + System identifier: http://www.w3.org/2003/entities/2007/isogrk3.ent + + The public identifier should always be used verbatim. + The system identifier may be changed to suit local requirements. + + Typical invocation: + + <!ENTITY % isogrk3 PUBLIC + "-//W3C//ENTITIES Greek Symbols//EN//XML" + "http://www.w3.org/2003/entities/2007/isogrk3.ent" + > + %isogrk3; + +--> + +<!ENTITY alpha "α" ><!--GREEK SMALL LETTER ALPHA --> +<!ENTITY beta "β" ><!--GREEK SMALL LETTER BETA --> +<!ENTITY chi "χ" ><!--GREEK SMALL LETTER CHI --> +<!ENTITY delta "δ" ><!--GREEK SMALL LETTER DELTA --> +<!ENTITY Delta "Δ" ><!--GREEK CAPITAL LETTER DELTA --> +<!ENTITY epsi "ε" ><!--GREEK SMALL LETTER EPSILON --> +<!ENTITY epsiv "ϵ" ><!--GREEK LUNATE EPSILON SYMBOL --> +<!ENTITY eta "η" ><!--GREEK SMALL LETTER ETA --> +<!ENTITY gamma "γ" ><!--GREEK SMALL LETTER GAMMA --> +<!ENTITY Gamma "Γ" ><!--GREEK CAPITAL LETTER GAMMA --> +<!ENTITY gammad "ϝ" ><!--GREEK SMALL LETTER DIGAMMA --> +<!ENTITY Gammad "Ϝ" ><!--GREEK LETTER DIGAMMA --> +<!ENTITY iota "ι" ><!--GREEK SMALL LETTER IOTA --> +<!ENTITY kappa "κ" ><!--GREEK SMALL LETTER KAPPA --> +<!ENTITY kappav "ϰ" ><!--GREEK KAPPA SYMBOL --> +<!ENTITY lambda "λ" ><!--GREEK SMALL LETTER LAMDA --> +<!ENTITY Lambda "Λ" ><!--GREEK CAPITAL LETTER LAMDA --> +<!ENTITY mu "μ" ><!--GREEK SMALL LETTER MU --> +<!ENTITY nu "ν" ><!--GREEK SMALL LETTER NU --> +<!ENTITY omega "ω" ><!--GREEK SMALL LETTER OMEGA --> +<!ENTITY Omega "Ω" ><!--GREEK CAPITAL LETTER OMEGA --> +<!ENTITY phi "φ" ><!--GREEK SMALL LETTER PHI --> +<!ENTITY Phi "Φ" ><!--GREEK CAPITAL LETTER PHI --> +<!ENTITY phiv "ϕ" ><!--GREEK PHI SYMBOL --> +<!ENTITY pi "π" ><!--GREEK SMALL LETTER PI --> +<!ENTITY Pi "Π" ><!--GREEK CAPITAL LETTER PI --> +<!ENTITY piv "ϖ" ><!--GREEK PI SYMBOL --> +<!ENTITY psi "ψ" ><!--GREEK SMALL LETTER PSI --> +<!ENTITY Psi "Ψ" ><!--GREEK CAPITAL LETTER PSI --> +<!ENTITY rho "ρ" ><!--GREEK SMALL LETTER RHO --> +<!ENTITY rhov "ϱ" ><!--GREEK RHO SYMBOL --> +<!ENTITY sigma "σ" ><!--GREEK SMALL LETTER SIGMA --> +<!ENTITY Sigma "Σ" ><!--GREEK CAPITAL LETTER SIGMA --> +<!ENTITY sigmav "ς" ><!--GREEK SMALL LETTER FINAL SIGMA --> +<!ENTITY tau "τ" ><!--GREEK SMALL LETTER TAU --> +<!ENTITY theta "θ" ><!--GREEK SMALL LETTER THETA --> +<!ENTITY Theta "Θ" ><!--GREEK CAPITAL LETTER THETA --> +<!ENTITY thetav "ϑ" ><!--GREEK THETA SYMBOL --> +<!ENTITY upsi "υ" ><!--GREEK SMALL LETTER UPSILON --> +<!ENTITY Upsi "ϒ" ><!--GREEK UPSILON WITH HOOK SYMBOL --> +<!ENTITY xi "ξ" ><!--GREEK SMALL LETTER XI --> +<!ENTITY Xi "Ξ" ><!--GREEK CAPITAL LETTER XI --> +<!ENTITY zeta "ζ" ><!--GREEK SMALL LETTER ZETA --> |