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/predefined.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/predefined.ent')
-rw-r--r-- | htdocs/sgml-lib/REC-xml-entity-names-20100401/predefined.ent | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/REC-xml-entity-names-20100401/predefined.ent b/htdocs/sgml-lib/REC-xml-entity-names-20100401/predefined.ent new file mode 100644 index 0000000..212dd20 --- /dev/null +++ b/htdocs/sgml-lib/REC-xml-entity-names-20100401/predefined.ent @@ -0,0 +1,43 @@ + +<!-- + File predefined.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. + +--> + + +<!-- + + Public identifier: -//W3C//ENTITIES Predefined XML//EN///XML + System identifier: http://www.w3.org/2003/entities/2007/predefined.ent + + The public identifier should always be used verbatim. + The system identifier may be changed to suit local requirements. + + Typical invocation: + + <!ENTITY % predefined PUBLIC + "-//W3C//ENTITIES Predefined XML//EN///XML" + "http://www.w3.org/2003/entities/2007/predefined.ent" + > + %predefined; + +--> + +<!ENTITY amp "&#38;" ><!--AMPERSAND --> +<!ENTITY apos "'" ><!--APOSTROPHE --> +<!ENTITY gt ">" ><!--GREATER-THAN SIGN --> +<!ENTITY lt "&#60;" ><!--LESS-THAN SIGN --> +<!ENTITY quot """ ><!--QUOTATION MARK --> |