Drop xmllint documentation tests
Drop these tests since we will drop docbook output along with other documentation formatters.
This commit is contained in:
parent
189008ea5c
commit
e49efe9150
|
@ -130,34 +130,3 @@ install(FILES
|
|||
|
||||
# Drive documentation generation.
|
||||
add_custom_target(documentation ALL DEPENDS ${DOC_FILES} ${CMake_BINARY_DIR}/Docs/cmake.txt )
|
||||
|
||||
# Documentation testing.
|
||||
if(BUILD_TESTING)
|
||||
find_package(LibXml2 QUIET)
|
||||
if(NOT DEFINED LIBXML2_XMLLINT_EXECUTABLE)
|
||||
find_program(LIBXML2_XMLLINT_EXECUTABLE xmllint)
|
||||
endif()
|
||||
mark_as_advanced(LIBXML2_XMLLINT_EXECUTABLE)
|
||||
if(LIBXML2_XMLLINT_EXECUTABLE)
|
||||
execute_process(COMMAND ${LIBXML2_XMLLINT_EXECUTABLE} --help
|
||||
OUTPUT_VARIABLE _help ERROR_VARIABLE _err)
|
||||
if("${_help}" MATCHES "--path" AND "${_help}" MATCHES "--nonet")
|
||||
# We provide DTDs in the 'xml' directory so that xmllint can run without
|
||||
# network access. Note that xmllints's --path option accepts a
|
||||
# space-separated list of url-encoded paths.
|
||||
set(_dtd_dir "${CMAKE_CURRENT_SOURCE_DIR}/xml")
|
||||
string(REPLACE " " "%20" _dtd_dir "${_dtd_dir}")
|
||||
string(REPLACE ":" "%3A" _dtd_dir "${_dtd_dir}")
|
||||
add_test(CMake.HTML
|
||||
${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout --nonet
|
||||
--path ${_dtd_dir}/xhtml1
|
||||
${HTML_FILES}
|
||||
)
|
||||
add_test(CMake.DocBook
|
||||
${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout --nonet
|
||||
--path ${_dtd_dir}/docbook-4.5
|
||||
${DOCBOOK_FILES}
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
* -whitespace
|
|
@ -1,106 +0,0 @@
|
|||
2006-10-03 13:23 nwalsh
|
||||
|
||||
* trunk/docbook/sgml/catalog.xml, trunk/docbook/sgml/docbook.cat,
|
||||
trunk/docbook/sgml/docbook.dcl, trunk/docbook/sgml/docbook.dtd,
|
||||
calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod,
|
||||
dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat,
|
||||
docbookx.dtd, htmltblx.mod: DocBook V4.5 released
|
||||
|
||||
2006-06-02 11:28 nwalsh
|
||||
|
||||
* calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod,
|
||||
dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat,
|
||||
docbookx.dtd, freshmeat.xsl, htmltblx.mod: Changed copyright
|
||||
dates and version numbers
|
||||
|
||||
2006-05-30 20:58 nwalsh
|
||||
|
||||
* htmltblx.mod: Supply tag omission markers in SGML; suppress
|
||||
xml:lang in SGML
|
||||
|
||||
2006-03-07 13:11 nwalsh
|
||||
|
||||
* trunk/docbook/sgml/catalog.xml, trunk/docbook/sgml/docbook.cat,
|
||||
trunk/docbook/sgml/docbook.dcl, trunk/docbook/sgml/docbook.dtd,
|
||||
calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod,
|
||||
dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat,
|
||||
docbookx.dtd, freshmeat.xsl, htmltblx.mod: Change version
|
||||
numbers to 4.5CR2
|
||||
|
||||
2006-03-07 13:03 nwalsh
|
||||
|
||||
* dbpoolx.mod: Allow citebiblioid anywhere the other citation
|
||||
elements are allowed
|
||||
|
||||
2006-02-16 21:12 nwalsh
|
||||
|
||||
* calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod,
|
||||
dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat,
|
||||
docbookx.dtd, freshmeat.xsl, htmltblx.mod: DocBook V4.5 released
|
||||
|
||||
2005-06-29 10:59 nwalsh
|
||||
|
||||
* trunk/docbook/sgml/docbook.dtd, docbookx.dtd: DocBook V4.5CR1
|
||||
Released
|
||||
|
||||
2005-06-29 10:58 nwalsh
|
||||
|
||||
* trunk/docbook/sgml/catalog.xml, trunk/docbook/sgml/docbook.cat,
|
||||
trunk/docbook/sgml/docbook.dcl, calstblx.dtd, catalog.xml,
|
||||
dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod,
|
||||
dbpoolx.mod, docbook.cat, htmltblx.mod: Updated version number
|
||||
|
||||
2005-06-29 10:53 nwalsh
|
||||
|
||||
* freshmeat.xsl: Tweaked freshmeat changes
|
||||
|
||||
2005-06-24 21:09 nwalsh
|
||||
|
||||
* calstblx.dtd, dbhierx.mod, dbpoolx.mod, htmltblx.mod,
|
||||
soextblx.dtd: Added doc: structured comments
|
||||
|
||||
2005-05-05 11:41 nwalsh
|
||||
|
||||
* trunk/docbook/sgml/docbook.dtd, docbookx.dtd: DocBook V4.5b1
|
||||
Released
|
||||
|
||||
2005-05-05 11:40 nwalsh
|
||||
|
||||
* trunk/docbook/sgml/catalog.xml, trunk/docbook/sgml/docbook.cat,
|
||||
trunk/docbook/sgml/docbook.dcl, calstblx.dtd, catalog.xml,
|
||||
dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod,
|
||||
dbpoolx.mod, docbook.cat, htmltblx.mod: Updated version number
|
||||
|
||||
2005-05-05 11:37 nwalsh
|
||||
|
||||
* freshmeat.xsl: Prepare for 4.5b1
|
||||
|
||||
2005-05-05 10:59 nwalsh
|
||||
|
||||
* dbpoolx.mod: RFE 1055480: Make revnumber optional
|
||||
|
||||
2005-05-05 10:54 nwalsh
|
||||
|
||||
* dbpoolx.mod, htmltblx.mod: Allow common attributes on HTML table
|
||||
elements
|
||||
|
||||
2005-05-05 10:48 nwalsh
|
||||
|
||||
* dbpoolx.mod: Added termdef
|
||||
|
||||
2005-05-05 10:39 nwalsh
|
||||
|
||||
* dbpoolx.mod: Added mathphrase
|
||||
|
||||
2005-05-05 10:33 nwalsh
|
||||
|
||||
* dbhierx.mod: RFE 1070458: Allow colophon in article
|
||||
|
||||
2005-05-05 10:32 nwalsh
|
||||
|
||||
* dbpoolx.mod: RFE 1070770: Allow procedure in example
|
||||
|
||||
2005-05-05 10:21 nwalsh
|
||||
|
||||
* dbpoolx.mod: Add isrn to list of biblioid class attribute values
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
README for the DocBook XML DTD
|
||||
|
||||
For more information about DocBook, please see
|
||||
|
||||
http://www.oasis-open.org/docbook/
|
||||
|
||||
Please send all questions, comments, concerns, and bug reports to the
|
||||
DocBook mailing list: docbook@lists.oasis-open.org
|
|
@ -1,215 +0,0 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook CALS Table Model V4.5 ........................................ -->
|
||||
<!-- File calstblx.mod .................................................... -->
|
||||
|
||||
<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
|
||||
O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
|
||||
Corporation, Norman Walsh, Sun Microsystems, Inc., and the
|
||||
Organization for the Advancement of Structured Information
|
||||
Standards (OASIS).
|
||||
|
||||
This DTD is based on the CALS Table Model
|
||||
PUBLIC "-//USA-DOD//DTD Table Model 951010//EN"
|
||||
|
||||
$Id: calstblx.dtd 6340 2006-10-03 13:23:24Z nwalsh $
|
||||
|
||||
Permission to use, copy, modify and distribute the DocBook DTD
|
||||
and its accompanying documentation for any purpose and without fee
|
||||
is hereby granted in perpetuity, provided that the above copyright
|
||||
notice and this paragraph appear in all copies. The copyright
|
||||
holders make no representation about the suitability of the DTD for
|
||||
any purpose. It is provided "as is" without expressed or implied
|
||||
warranty.
|
||||
|
||||
If you modify the DocBook DTD in any way, except for declaring and
|
||||
referencing additional sets of general entities and declaring
|
||||
additional notations, label your DTD as a variant of DocBook. See
|
||||
the maintenance documentation for more information.
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
<!-- This module contains the definitions for the CALS Table Model
|
||||
converted to XML. It has been modified slightly for use in the
|
||||
combined HTML/CALS models supported by DocBook V4.5.
|
||||
-->
|
||||
|
||||
<!-- These definitions are not directly related to the table model, but are
|
||||
used in the default CALS table model and are usually defined elsewhere
|
||||
(and prior to the inclusion of this table module) in a CALS DTD. -->
|
||||
|
||||
<!ENTITY % bodyatt "">
|
||||
<!ENTITY % secur "">
|
||||
|
||||
<!-- no if zero(s),
|
||||
yes if any other digits value -->
|
||||
|
||||
<!ENTITY % yesorno 'CDATA'>
|
||||
<!ENTITY % titles 'title?'>
|
||||
|
||||
<!-- default for use in entry content -->
|
||||
|
||||
<!ENTITY % paracon '#PCDATA'>
|
||||
|
||||
<!--
|
||||
The parameter entities as defined below provide the CALS table model
|
||||
as published (as part of the Example DTD) in MIL-HDBK-28001.
|
||||
|
||||
These following declarations provide the CALS-compliant default definitions
|
||||
for these entities. However, these entities can and should be redefined
|
||||
(by giving the appropriate parameter entity declaration(s) prior to the
|
||||
reference to this Table Model declaration set entity) to fit the needs
|
||||
of the current application.
|
||||
-->
|
||||
|
||||
<!ENTITY % tbl.table.name "(table|chart)">
|
||||
<!ENTITY % tbl.table-titles.mdl "%titles;,">
|
||||
<!ENTITY % tbl.table-main.mdl "(tgroup+|graphic+)">
|
||||
<!ENTITY % tbl.table.mdl "%tbl.table-titles.mdl; %tbl.table-main.mdl;">
|
||||
<!ENTITY % tbl.table.att '
|
||||
tabstyle CDATA #IMPLIED
|
||||
tocentry %yesorno; #IMPLIED
|
||||
shortentry %yesorno; #IMPLIED
|
||||
orient (port|land) #IMPLIED
|
||||
pgwide %yesorno; #IMPLIED '>
|
||||
<!ENTITY % tbl.tgroup.mdl "colspec*,spanspec*,thead?,tfoot?,tbody">
|
||||
<!ENTITY % tbl.tgroup.att '
|
||||
tgroupstyle CDATA #IMPLIED '>
|
||||
<!ENTITY % tbl.hdft.mdl "colspec*,row+">
|
||||
<!ENTITY % tbl.row.mdl "(entry|entrytbl)+">
|
||||
<!ENTITY % tbl.entrytbl.mdl "colspec*,spanspec*,thead?,tbody">
|
||||
<!ENTITY % tbl.entry.mdl "(para|warning|caution|note|legend|%paracon;)*">
|
||||
|
||||
<!ENTITY % tbl.frame.attval "top|bottom|topbot|all|sides|none">
|
||||
<!ENTITY % tbl.tbody.mdl "row+">
|
||||
|
||||
<!-- ===== Element and attribute declarations follow. ===== -->
|
||||
|
||||
<!--doc:A formal table in a document.-->
|
||||
<!ELEMENT table %ho; (%tbl.table.mdl;)>
|
||||
|
||||
<!ATTLIST table
|
||||
frame (%tbl.frame.attval;) #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
%tbl.table.att;
|
||||
%bodyatt;
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--doc:A wrapper for the main content of a table, or part of a table.-->
|
||||
<!ELEMENT tgroup %ho; (%tbl.tgroup.mdl;) >
|
||||
|
||||
<!ATTLIST tgroup
|
||||
cols CDATA #REQUIRED
|
||||
%tbl.tgroup.att;
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff CDATA #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--doc:Specifications for a column in a table.-->
|
||||
<!ELEMENT colspec %ho; EMPTY >
|
||||
|
||||
<!ATTLIST colspec
|
||||
colnum CDATA #IMPLIED
|
||||
colname CDATA #IMPLIED
|
||||
colwidth CDATA #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!--doc:Formatting information for a spanned column in a table.-->
|
||||
<!ELEMENT spanspec %ho; EMPTY >
|
||||
|
||||
<!ATTLIST spanspec
|
||||
namest CDATA #REQUIRED
|
||||
nameend CDATA #REQUIRED
|
||||
spanname CDATA #REQUIRED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!--doc:A table header consisting of one or more rows.-->
|
||||
<!ELEMENT thead %ho; (%tbl.hdft.mdl;)>
|
||||
<!ATTLIST thead
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--doc:A table footer consisting of one or more rows.-->
|
||||
<!ELEMENT tfoot %ho; (%tbl.hdft.mdl;)>
|
||||
<!ATTLIST tfoot
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--doc:A wrapper for the rows of a table or informal table.-->
|
||||
<!ELEMENT tbody %ho; (%tbl.tbody.mdl;)>
|
||||
|
||||
<!ATTLIST tbody
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--doc:A row in a table.-->
|
||||
<!ELEMENT row %ho; (%tbl.row.mdl;)>
|
||||
|
||||
<!ATTLIST row
|
||||
rowsep %yesorno; #IMPLIED
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--doc:A subtable appearing in place of an Entry in a table.-->
|
||||
<!ELEMENT entrytbl %ho; (%tbl.entrytbl.mdl;)>
|
||||
|
||||
<!ATTLIST entrytbl
|
||||
cols CDATA #REQUIRED
|
||||
%tbl.tgroup.att;
|
||||
colname CDATA #IMPLIED
|
||||
spanname CDATA #IMPLIED
|
||||
namest CDATA #IMPLIED
|
||||
nameend CDATA #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff CDATA #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--doc:A cell in a table.-->
|
||||
<!ELEMENT entry %ho; (%tbl.entry.mdl;)*>
|
||||
|
||||
<!ATTLIST entry
|
||||
colname CDATA #IMPLIED
|
||||
namest CDATA #IMPLIED
|
||||
nameend CDATA #IMPLIED
|
||||
spanname CDATA #IMPLIED
|
||||
morerows CDATA #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff CDATA #IMPLIED
|
||||
rotate %yesorno; #IMPLIED
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!-- End of DocBook CALS Table Model V4.5 ................................. -->
|
||||
<!-- ...................................................................... -->
|
|
@ -1,124 +0,0 @@
|
|||
<?xml version='1.0'?>
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- XML Catalog data for DocBook XML V4.5 ................................ -->
|
||||
<!-- File catalog.xml ..................................................... -->
|
||||
|
||||
<!-- Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/.
|
||||
-->
|
||||
|
||||
<!-- This is the catalog data file for DocBook V4.5. It is provided as
|
||||
a convenience in building your own catalog files. You need not use
|
||||
the filenames listed here, and need not use the filename method of
|
||||
identifying storage objects at all. See the documentation for
|
||||
detailed information on the files associated with the DocBook DTD.
|
||||
See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
|
||||
detailed information on supplying and using catalog data.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- DocBook driver file .................................................. -->
|
||||
|
||||
<public publicId="-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
uri="docbookx.dtd"/>
|
||||
|
||||
<system systemId="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
||||
uri="docbookx.dtd"/>
|
||||
|
||||
<system systemId="http://docbook.org/xml/4.5/docbookx.dtd"
|
||||
uri="docbookx.dtd"/>
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- DocBook modules ...................................................... -->
|
||||
|
||||
<public publicId="-//OASIS//DTD DocBook CALS Table Model V4.5//EN"
|
||||
uri="calstblx.dtd"/>
|
||||
|
||||
<public publicId="-//OASIS//ELEMENTS DocBook XML HTML Tables V4.5//EN"
|
||||
uri="htmltblx.mod"/>
|
||||
|
||||
<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN"
|
||||
uri="soextblx.dtd"/>
|
||||
|
||||
<public publicId="-//OASIS//ELEMENTS DocBook Information Pool V4.5//EN"
|
||||
uri="dbpoolx.mod"/>
|
||||
|
||||
<public publicId="-//OASIS//ELEMENTS DocBook Document Hierarchy V4.5//EN"
|
||||
uri="dbhierx.mod"/>
|
||||
|
||||
<public publicId="-//OASIS//ENTITIES DocBook Additional General Entities V4.5//EN"
|
||||
uri="dbgenent.mod"/>
|
||||
|
||||
<public publicId="-//OASIS//ENTITIES DocBook Notations V4.5//EN"
|
||||
uri="dbnotnx.mod"/>
|
||||
|
||||
<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
|
||||
uri="dbcentx.mod"/>
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- ISO entity sets ...................................................... -->
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
uri="ent/isodia.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
uri="ent/isonum.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
uri="ent/isopub.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
uri="ent/isotech.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
uri="ent/isolat1.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
uri="ent/isolat2.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
uri="ent/isogrk1.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
uri="ent/isogrk2.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
uri="ent/isogrk3.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
uri="ent/isogrk4.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
uri="ent/isoamsa.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
uri="ent/isoamsb.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
uri="ent/isoamsc.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
uri="ent/isoamsn.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
uri="ent/isoamso.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
uri="ent/isoamsr.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
uri="ent/isobox.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
uri="ent/isocyr1.ent"/>
|
||||
|
||||
<public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
uri="ent/isocyr2.ent"/>
|
||||
|
||||
<!-- End of catalog data for DocBook XML V4.5 ............................. -->
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
</catalog>
|
|
@ -1,384 +0,0 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook character entities module V4.5 ............................... -->
|
||||
<!-- File dbcentx.mod ..................................................... -->
|
||||
|
||||
<!-- Copyright 1992-2004 HaL Computer Systems, Inc.,
|
||||
O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
|
||||
Corporation, Norman Walsh, Sun Microsystems, Inc., and the
|
||||
Organization for the Advancement of Structured Information
|
||||
Standards (OASIS).
|
||||
|
||||
$Id: dbcentx.mod 6340 2006-10-03 13:23:24Z nwalsh $
|
||||
|
||||
Permission to use, copy, modify and distribute the DocBook DTD
|
||||
and its accompanying documentation for any purpose and without fee
|
||||
is hereby granted in perpetuity, provided that the above copyright
|
||||
notice and this paragraph appear in all copies. The copyright
|
||||
holders make no representation about the suitability of the DTD for
|
||||
any purpose. It is provided "as is" without expressed or implied
|
||||
warranty.
|
||||
|
||||
If you modify the DocBook DTD in any way, except for declaring and
|
||||
referencing additional sets of general entities and declaring
|
||||
additional notations, label your DTD as a variant of DocBook. See
|
||||
the maintenance documentation for more information.
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
<!-- This module contains the entity declarations for the standard ISO
|
||||
entity sets used by DocBook.
|
||||
|
||||
In DTD driver files referring to this module, please use an entity
|
||||
declaration that uses the public identifier shown below:
|
||||
|
||||
<!ENTITY % dbcent PUBLIC
|
||||
"-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
|
||||
"dbcentx.mod">
|
||||
%dbcent;
|
||||
|
||||
See the documentation for detailed information on the parameter
|
||||
entity and module scheme used in DocBook, customizing DocBook and
|
||||
planning for interchange, and changes made since the last release
|
||||
of DocBook.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
<![%sgml.features;[
|
||||
|
||||
<!ENTITY % ISOamsa.module "INCLUDE">
|
||||
<![ %ISOamsa.module; [
|
||||
<!ENTITY % ISOamsa PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN">
|
||||
<!--end of ISOamsa.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsb.module "INCLUDE">
|
||||
<![ %ISOamsb.module; [
|
||||
<!ENTITY % ISOamsb PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN">
|
||||
<!--end of ISOamsb.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsc.module "INCLUDE">
|
||||
<![ %ISOamsc.module; [
|
||||
<!ENTITY % ISOamsc PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN">
|
||||
<!--end of ISOamsc.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsn.module "INCLUDE">
|
||||
<![ %ISOamsn.module; [
|
||||
<!ENTITY % ISOamsn PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN">
|
||||
<!--end of ISOamsn.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamso.module "INCLUDE">
|
||||
<![ %ISOamso.module; [
|
||||
<!ENTITY % ISOamso PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN">
|
||||
<!--end of ISOamso.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsr.module "INCLUDE">
|
||||
<![ %ISOamsr.module; [
|
||||
<!ENTITY % ISOamsr PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN">
|
||||
<!--end of ISOamsr.module-->]]>
|
||||
|
||||
<!ENTITY % ISObox.module "INCLUDE">
|
||||
<![ %ISObox.module; [
|
||||
<!ENTITY % ISObox PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Box and Line Drawing//EN">
|
||||
<!--end of ISObox.module-->]]>
|
||||
|
||||
<!ENTITY % ISOcyr1.module "INCLUDE">
|
||||
<![ %ISOcyr1.module; [
|
||||
<!ENTITY % ISOcyr1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Russian Cyrillic//EN">
|
||||
<!--end of ISOcyr1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOcyr2.module "INCLUDE">
|
||||
<![ %ISOcyr2.module; [
|
||||
<!ENTITY % ISOcyr2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN">
|
||||
<!--end of ISOcyr2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOdia.module "INCLUDE">
|
||||
<![ %ISOdia.module; [
|
||||
<!ENTITY % ISOdia PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Diacritical Marks//EN">
|
||||
<!--end of ISOdia.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk1.module "INCLUDE">
|
||||
<![ %ISOgrk1.module; [
|
||||
<!ENTITY % ISOgrk1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Greek Letters//EN">
|
||||
<!--end of ISOgrk1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk2.module "INCLUDE">
|
||||
<![ %ISOgrk2.module; [
|
||||
<!ENTITY % ISOgrk2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Monotoniko Greek//EN">
|
||||
<!--end of ISOgrk2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk3.module "INCLUDE">
|
||||
<![ %ISOgrk3.module; [
|
||||
<!ENTITY % ISOgrk3 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Greek Symbols//EN">
|
||||
<!--end of ISOgrk3.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk4.module "INCLUDE">
|
||||
<![ %ISOgrk4.module; [
|
||||
<!ENTITY % ISOgrk4 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN">
|
||||
<!--end of ISOgrk4.module-->]]>
|
||||
|
||||
<!ENTITY % ISOlat1.module "INCLUDE">
|
||||
<![ %ISOlat1.module; [
|
||||
<!ENTITY % ISOlat1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 1//EN">
|
||||
<!--end of ISOlat1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOlat2.module "INCLUDE">
|
||||
<![ %ISOlat2.module; [
|
||||
<!ENTITY % ISOlat2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 2//EN">
|
||||
<!--end of ISOlat2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOnum.module "INCLUDE">
|
||||
<![ %ISOnum.module; [
|
||||
<!ENTITY % ISOnum PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN">
|
||||
<!--end of ISOnum.module-->]]>
|
||||
|
||||
<!ENTITY % ISOpub.module "INCLUDE">
|
||||
<![ %ISOpub.module; [
|
||||
<!ENTITY % ISOpub PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Publishing//EN">
|
||||
<!--end of ISOpub.module-->]]>
|
||||
|
||||
<!ENTITY % ISOtech.module "INCLUDE">
|
||||
<![ %ISOtech.module; [
|
||||
<!ENTITY % ISOtech PUBLIC
|
||||
"ISO 8879:1986//ENTITIES General Technical//EN">
|
||||
<!--end of ISOtech.module-->]]>
|
||||
|
||||
<!--end of sgml.features-->]]>
|
||||
|
||||
<![%xml.features;[
|
||||
|
||||
<!ENTITY % ISOamsa.module "INCLUDE">
|
||||
<![%ISOamsa.module;[
|
||||
<!ENTITY % ISOamsa PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
"ent/isoamsa.ent">
|
||||
<!--end of ISOamsa.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsb.module "INCLUDE">
|
||||
<![%ISOamsb.module;[
|
||||
<!ENTITY % ISOamsb PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
"ent/isoamsb.ent">
|
||||
<!--end of ISOamsb.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsc.module "INCLUDE">
|
||||
<![%ISOamsc.module;[
|
||||
<!ENTITY % ISOamsc PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
"ent/isoamsc.ent">
|
||||
<!--end of ISOamsc.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsn.module "INCLUDE">
|
||||
<![%ISOamsn.module;[
|
||||
<!ENTITY % ISOamsn PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
"ent/isoamsn.ent">
|
||||
<!--end of ISOamsn.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamso.module "INCLUDE">
|
||||
<![%ISOamso.module;[
|
||||
<!ENTITY % ISOamso PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
"ent/isoamso.ent">
|
||||
<!--end of ISOamso.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsr.module "INCLUDE">
|
||||
<![%ISOamsr.module;[
|
||||
<!ENTITY % ISOamsr PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
"ent/isoamsr.ent">
|
||||
<!--end of ISOamsr.module-->]]>
|
||||
|
||||
<!ENTITY % ISObox.module "INCLUDE">
|
||||
<![%ISObox.module;[
|
||||
<!ENTITY % ISObox PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
"ent/isobox.ent">
|
||||
<!--end of ISObox.module-->]]>
|
||||
|
||||
<!ENTITY % ISOcyr1.module "INCLUDE">
|
||||
<![%ISOcyr1.module;[
|
||||
<!ENTITY % ISOcyr1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
"ent/isocyr1.ent">
|
||||
<!--end of ISOcyr1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOcyr2.module "INCLUDE">
|
||||
<![%ISOcyr2.module;[
|
||||
<!ENTITY % ISOcyr2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
"ent/isocyr2.ent">
|
||||
<!--end of ISOcyr2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOdia.module "INCLUDE">
|
||||
<![%ISOdia.module;[
|
||||
<!ENTITY % ISOdia PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
"ent/isodia.ent">
|
||||
<!--end of ISOdia.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk1.module "INCLUDE">
|
||||
<![%ISOgrk1.module;[
|
||||
<!ENTITY % ISOgrk1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
"ent/isogrk1.ent">
|
||||
<!--end of ISOgrk1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk2.module "INCLUDE">
|
||||
<![%ISOgrk2.module;[
|
||||
<!ENTITY % ISOgrk2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
"ent/isogrk2.ent">
|
||||
<!--end of ISOgrk2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk3.module "INCLUDE">
|
||||
<![%ISOgrk3.module;[
|
||||
<!ENTITY % ISOgrk3 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
"ent/isogrk3.ent">
|
||||
<!--end of ISOgrk3.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk4.module "INCLUDE">
|
||||
<![%ISOgrk4.module;[
|
||||
<!ENTITY % ISOgrk4 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
"ent/isogrk4.ent">
|
||||
<!--end of ISOgrk4.module-->]]>
|
||||
|
||||
<!ENTITY % ISOlat1.module "INCLUDE">
|
||||
<![%ISOlat1.module;[
|
||||
<!ENTITY % ISOlat1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
"ent/isolat1.ent">
|
||||
<!--end of ISOlat1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOlat2.module "INCLUDE">
|
||||
<![%ISOlat2.module;[
|
||||
<!ENTITY % ISOlat2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
"ent/isolat2.ent">
|
||||
<!--end of ISOlat2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOnum.module "INCLUDE">
|
||||
<![%ISOnum.module;[
|
||||
<!ENTITY % ISOnum PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
"ent/isonum.ent">
|
||||
<!--end of ISOnum.module-->]]>
|
||||
|
||||
<!ENTITY % ISOpub.module "INCLUDE">
|
||||
<![%ISOpub.module;[
|
||||
<!ENTITY % ISOpub PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
"ent/isopub.ent">
|
||||
<!--end of ISOpub.module-->]]>
|
||||
|
||||
<!ENTITY % ISOtech.module "INCLUDE">
|
||||
<![%ISOtech.module;[
|
||||
<!ENTITY % ISOtech PUBLIC
|
||||
"ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
"ent/isotech.ent">
|
||||
<!--end of ISOtech.module-->]]>
|
||||
|
||||
<!--end of xml.features-->]]>
|
||||
|
||||
<![ %ISOamsa.module; [
|
||||
%ISOamsa;
|
||||
]]>
|
||||
|
||||
<![ %ISOamsb.module; [
|
||||
%ISOamsb;
|
||||
]]>
|
||||
|
||||
<![ %ISOamsc.module; [
|
||||
%ISOamsc;
|
||||
]]>
|
||||
|
||||
<![ %ISOamsn.module; [
|
||||
%ISOamsn;
|
||||
]]>
|
||||
|
||||
<![ %ISOamso.module; [
|
||||
%ISOamso;
|
||||
]]>
|
||||
|
||||
<![ %ISOamsr.module; [
|
||||
%ISOamsr;
|
||||
]]>
|
||||
|
||||
<![ %ISObox.module; [
|
||||
%ISObox;
|
||||
]]>
|
||||
|
||||
<![ %ISOcyr1.module; [
|
||||
%ISOcyr1;
|
||||
]]>
|
||||
|
||||
<![ %ISOcyr2.module; [
|
||||
%ISOcyr2;
|
||||
]]>
|
||||
|
||||
<![ %ISOdia.module; [
|
||||
%ISOdia;
|
||||
]]>
|
||||
|
||||
<![ %ISOgrk1.module; [
|
||||
%ISOgrk1;
|
||||
]]>
|
||||
|
||||
<![ %ISOgrk2.module; [
|
||||
%ISOgrk2;
|
||||
]]>
|
||||
|
||||
<![ %ISOgrk3.module; [
|
||||
%ISOgrk3;
|
||||
]]>
|
||||
|
||||
<![ %ISOgrk4.module; [
|
||||
%ISOgrk4;
|
||||
]]>
|
||||
|
||||
<![ %ISOlat1.module; [
|
||||
%ISOlat1;
|
||||
]]>
|
||||
|
||||
<![ %ISOlat2.module; [
|
||||
%ISOlat2;
|
||||
]]>
|
||||
|
||||
<![ %ISOnum.module; [
|
||||
%ISOnum;
|
||||
]]>
|
||||
|
||||
<![ %ISOpub.module; [
|
||||
%ISOpub;
|
||||
]]>
|
||||
|
||||
<![ %ISOtech.module; [
|
||||
%ISOtech;
|
||||
]]>
|
||||
|
||||
<!-- End of DocBook character entity sets module V4.5 ..................... -->
|
||||
<!-- ...................................................................... -->
|
|
@ -1,41 +0,0 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook additional general entities V4.5 ............................. -->
|
||||
|
||||
<!-- Copyright 1992-2004 HaL Computer Systems, Inc.,
|
||||
O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
|
||||
Corporation, Norman Walsh, Sun Microsystems, Inc., and the
|
||||
Organization for the Advancement of Structured Information
|
||||
Standards (OASIS).
|
||||
|
||||
In DTD driver files referring to this module, please use an entity
|
||||
declaration that uses the public identifier shown below:
|
||||
|
||||
<!ENTITY % dbgenent PUBLIC
|
||||
"-//OASIS//ENTITIES DocBook Additional General Entities V4.5//EN"
|
||||
"dbgenent.mod">
|
||||
%dbgenent;
|
||||
-->
|
||||
|
||||
<!-- File dbgenent.mod .................................................... -->
|
||||
|
||||
<!-- You can edit this file to add the following:
|
||||
|
||||
o General entity declarations of any kind. For example:
|
||||
|
||||
<!ENTITY productname "WinWidget"> (small boilerplate)
|
||||
<!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate)
|
||||
|
||||
o Notation declarations. For example:
|
||||
|
||||
<!NOTATION chicken-scratch SYSTEM>
|
||||
|
||||
o Declarations for and references to external parameter entities
|
||||
containing collections of any of the above. For example:
|
||||
|
||||
<!ENTITY % all-titles PUBLIC "-//DocTools//ELEMENTS Book Titles//EN"
|
||||
"booktitles.ent">
|
||||
%all-titles;
|
||||
-->
|
||||
|
||||
<!-- End of DocBook additional general entities V4.5 ...................... -->
|
||||
<!-- ...................................................................... -->
|
File diff suppressed because it is too large
Load Diff
|
@ -1,101 +0,0 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook notations module V4.5 ........................................ -->
|
||||
<!-- File dbnotnx.mod ..................................................... -->
|
||||
|
||||
<!-- Copyright 1992-2004 HaL Computer Systems, Inc.,
|
||||
O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
|
||||
Corporation, Norman Walsh, Sun Microsystems, Inc., and the
|
||||
Organization for the Advancement of Structured Information
|
||||
Standards (OASIS).
|
||||
|
||||
$Id: dbnotnx.mod 6340 2006-10-03 13:23:24Z nwalsh $
|
||||
|
||||
Permission to use, copy, modify and distribute the DocBook DTD
|
||||
and its accompanying documentation for any purpose and without fee
|
||||
is hereby granted in perpetuity, provided that the above copyright
|
||||
notice and this paragraph appear in all copies. The copyright
|
||||
holders make no representation about the suitability of the DTD for
|
||||
any purpose. It is provided "as is" without expressed or implied
|
||||
warranty.
|
||||
|
||||
If you modify the DocBook DTD in any way, except for declaring and
|
||||
referencing additional sets of general entities and declaring
|
||||
additional notations, label your DTD as a variant of DocBook. See
|
||||
the maintenance documentation for more information.
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
<!-- This module contains the notation declarations used by DocBook.
|
||||
|
||||
In DTD driver files referring to this module, please use an entity
|
||||
declaration that uses the public identifier shown below:
|
||||
|
||||
<!ENTITY % dbnotn PUBLIC
|
||||
"-//OASIS//ENTITIES DocBook Notations V4.5//EN"
|
||||
"dbnotnx.mod">
|
||||
%dbnotn;
|
||||
|
||||
See the documentation for detailed information on the parameter
|
||||
entity and module scheme used in DocBook, customizing DocBook and
|
||||
planning for interchange, and changes made since the last release
|
||||
of DocBook.
|
||||
-->
|
||||
|
||||
<!ENTITY % local.notation.class "">
|
||||
<!ENTITY % notation.class
|
||||
"BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI
|
||||
| EPS | EQN | FAX | GIF | GIF87a | GIF89a
|
||||
| JPG | JPEG | IGES | PCX
|
||||
| PIC | PNG | PS | SGML | TBL | TEX | TIFF | WMF | WPG
|
||||
| SVG | PDF | SWF
|
||||
| linespecific
|
||||
%local.notation.class;">
|
||||
|
||||
<!NOTATION BMP PUBLIC
|
||||
"+//ISBN 0-7923-94.2-1::Graphic Notation//NOTATION Microsoft Windows bitmap//EN">
|
||||
<!NOTATION CGM-CHAR PUBLIC "ISO 8632/2//NOTATION Character encoding//EN">
|
||||
<!NOTATION CGM-BINARY PUBLIC "ISO 8632/3//NOTATION Binary encoding//EN">
|
||||
<!NOTATION CGM-CLEAR PUBLIC "ISO 8632/4//NOTATION Clear text encoding//EN">
|
||||
<!NOTATION DITROFF SYSTEM "DITROFF">
|
||||
<!NOTATION DVI SYSTEM "DVI">
|
||||
<!NOTATION EPS PUBLIC
|
||||
"+//ISBN 0-201-18127-4::Adobe//NOTATION PostScript Language Ref. Manual//EN">
|
||||
<!NOTATION EQN SYSTEM "EQN">
|
||||
<!NOTATION FAX PUBLIC
|
||||
"-//USA-DOD//NOTATION CCITT Group 4 Facsimile Type 1 Untiled Raster//EN">
|
||||
<!NOTATION GIF SYSTEM "GIF">
|
||||
<!NOTATION GIF87a PUBLIC
|
||||
"-//CompuServe//NOTATION Graphics Interchange Format 87a//EN">
|
||||
|
||||
<!NOTATION GIF89a PUBLIC
|
||||
"-//CompuServe//NOTATION Graphics Interchange Format 89a//EN">
|
||||
<!NOTATION JPG SYSTEM "JPG">
|
||||
<!NOTATION JPEG SYSTEM "JPG">
|
||||
<!NOTATION IGES PUBLIC
|
||||
"-//USA-DOD//NOTATION (ASME/ANSI Y14.26M-1987) Initial Graphics Exchange Specification//EN">
|
||||
<!NOTATION PCX PUBLIC
|
||||
"+//ISBN 0-7923-94.2-1::Graphic Notation//NOTATION ZSoft PCX bitmap//EN">
|
||||
<!NOTATION PIC SYSTEM "PIC">
|
||||
<!NOTATION PNG SYSTEM "http://www.w3.org/TR/REC-png">
|
||||
<!NOTATION PS SYSTEM "PS">
|
||||
<!NOTATION SGML PUBLIC
|
||||
"ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN">
|
||||
<!NOTATION TBL SYSTEM "TBL">
|
||||
<!NOTATION TEX PUBLIC
|
||||
"+//ISBN 0-201-13448-9::Knuth//NOTATION The TeXbook//EN">
|
||||
<!NOTATION TIFF SYSTEM "TIFF">
|
||||
<!NOTATION WMF PUBLIC
|
||||
"+//ISBN 0-7923-94.2-1::Graphic Notation//NOTATION Microsoft Windows Metafile//EN">
|
||||
<!NOTATION WPG SYSTEM "WPG"> <!--WordPerfect Graphic format-->
|
||||
<!NOTATION SVG SYSTEM "http://www.w3.org/TR/SVG/">
|
||||
<!NOTATION PDF SYSTEM "http://www.adobe.com/products/acrobat/adobepdf.html">
|
||||
<!NOTATION SWF SYSTEM "http://www.macromedia.com/software/flash">
|
||||
<!NOTATION linespecific SYSTEM "linespecific">
|
||||
|
||||
<!-- End of DocBook notations module V4.5 ................................. -->
|
||||
<!-- ...................................................................... -->
|
File diff suppressed because it is too large
Load Diff
|
@ -1,113 +0,0 @@
|
|||
-- ...................................................................... --
|
||||
-- Catalog data for DocBook XML V4.5 .................................... --
|
||||
-- File docbook.cat ..................................................... --
|
||||
|
||||
-- Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/.
|
||||
--
|
||||
|
||||
-- This is the catalog data file for DocBook XML V4.5. It is provided as
|
||||
a convenience in building your own catalog files. You need not use
|
||||
the filenames listed here, and need not use the filename method of
|
||||
identifying storage objects at all. See the documentation for
|
||||
detailed information on the files associated with the DocBook DTD.
|
||||
See SGML Open Technical Resolution 9401 for detailed information
|
||||
on supplying and using catalog data.
|
||||
--
|
||||
|
||||
-- ...................................................................... --
|
||||
-- DocBook driver file .................................................. --
|
||||
|
||||
PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"docbookx.dtd"
|
||||
|
||||
-- ...................................................................... --
|
||||
-- DocBook modules ...................................................... --
|
||||
|
||||
PUBLIC "-//OASIS//DTD DocBook CALS Table Model V4.5//EN"
|
||||
"calstblx.dtd"
|
||||
|
||||
PUBLIC "-//OASIS//ELEMENTS DocBook XML HTML Tables V4.5//EN"
|
||||
"htmltblx.mod"
|
||||
|
||||
PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN"
|
||||
"soextblx.dtd"
|
||||
|
||||
PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V4.5//EN"
|
||||
"dbpoolx.mod"
|
||||
|
||||
PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.5//EN"
|
||||
"dbhierx.mod"
|
||||
|
||||
PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.5//EN"
|
||||
"dbgenent.mod"
|
||||
|
||||
PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.5//EN"
|
||||
"dbnotnx.mod"
|
||||
|
||||
PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
|
||||
"dbcentx.mod"
|
||||
|
||||
-- ...................................................................... --
|
||||
-- ISO entity sets ...................................................... --
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
"ent/isodia.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
"ent/isonum.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
"ent/isopub.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
"ent/isotech.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
"ent/isolat1.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
"ent/isolat2.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
"ent/isogrk1.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
"ent/isogrk2.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
"ent/isogrk3.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
"ent/isogrk4.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
"ent/isoamsa.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
"ent/isoamsb.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
"ent/isoamsc.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
"ent/isoamsn.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
"ent/isoamso.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
"ent/isoamsr.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
"ent/isobox.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
"ent/isocyr1.ent"
|
||||
|
||||
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
"ent/isocyr2.ent"
|
||||
|
||||
-- End of catalog data for DocBook XML V4.5 ............................. --
|
||||
-- ...................................................................... --
|
|
@ -1,170 +0,0 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook XML DTD V4.5 ................................................. -->
|
||||
<!-- File docbookx.dtd .................................................... -->
|
||||
|
||||
<!-- Copyright 1992-2006 HaL Computer Systems, Inc.,
|
||||
O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
|
||||
Corporation, Norman Walsh, Sun Microsystems, Inc., and the
|
||||
Organization for the Advancement of Structured Information
|
||||
Standards (OASIS).
|
||||
|
||||
See also http://docbook.org/specs/
|
||||
|
||||
$Id: docbookx.dtd 6340 2006-10-03 13:23:24Z nwalsh $
|
||||
|
||||
Permission to use, copy, modify and distribute the DocBook XML DTD
|
||||
and its accompanying documentation for any purpose and without fee
|
||||
is hereby granted in perpetuity, provided that the above copyright
|
||||
notice and this paragraph appear in all copies. The copyright
|
||||
holders make no representation about the suitability of the DTD for
|
||||
any purpose. It is provided "as is" without expressed or implied
|
||||
warranty.
|
||||
|
||||
If you modify the DocBook DTD in any way, except for declaring and
|
||||
referencing additional sets of general entities and declaring
|
||||
additional notations, label your DTD as a variant of DocBook. See
|
||||
the maintenance documentation for more information.
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
<!-- This is the driver file for V4.5 of the DocBook DTD.
|
||||
Please use the following formal public identifier to identify it:
|
||||
|
||||
"-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
|
||||
For example, if your document's top-level element is Book, and
|
||||
you are using DocBook directly, use the FPI in the DOCTYPE
|
||||
declaration:
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
||||
[...]>
|
||||
|
||||
Or, if you have a higher-level driver file that customizes DocBook,
|
||||
use the FPI in the parameter entity declaration:
|
||||
|
||||
<!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
%DocBookDTD;
|
||||
|
||||
See the documentation for detailed information on the parameter
|
||||
entity and module scheme used in DocBook, customizing DocBook and
|
||||
planning for interchange, and changes made since the last release
|
||||
of DocBook.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- Enable SGML features ................................................. -->
|
||||
|
||||
<!ENTITY % sgml.features "IGNORE">
|
||||
<![%sgml.features;[
|
||||
<!ENTITY % xml.features "IGNORE">
|
||||
]]>
|
||||
<!ENTITY % xml.features "INCLUDE">
|
||||
|
||||
<![%sgml.features;[
|
||||
<![%xml.features;[
|
||||
|
||||
<!-- ERROR: Exactly one of xml.features and sgml.features must be turned on! -->
|
||||
<!ENTITY % dbnotn SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
|
||||
<!ENTITY % dbcent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
|
||||
<!ENTITY % dbpool SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
|
||||
<!ENTITY % dbhier SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
|
||||
<!ENTITY % dbgenent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
|
||||
|
||||
]]>
|
||||
]]>
|
||||
|
||||
<![%sgml.features;[
|
||||
<!ENTITY % ho "- O">
|
||||
<!ENTITY % hh "- -">
|
||||
]]>
|
||||
|
||||
<![%xml.features;[
|
||||
<!ENTITY % ho "">
|
||||
<!ENTITY % hh "">
|
||||
]]>
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- Notation declarations ................................................ -->
|
||||
|
||||
<!ENTITY % dbnotn.module "INCLUDE">
|
||||
<![%dbnotn.module;[
|
||||
<!ENTITY % dbnotn PUBLIC
|
||||
"-//OASIS//ENTITIES DocBook Notations V4.5//EN"
|
||||
"dbnotnx.mod">
|
||||
%dbnotn;
|
||||
]]>
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- ISO character entity sets ............................................ -->
|
||||
|
||||
<!ENTITY % dbcent.module "INCLUDE">
|
||||
<![%dbcent.module;[
|
||||
|
||||
<!ENTITY % dbcent.euro "INCLUDE">
|
||||
<![%dbcent.euro;[
|
||||
<![%sgml.features;[
|
||||
<!ENTITY euro SDATA "[euro ]"><!-- euro sign -->
|
||||
]]>
|
||||
<![%xml.features;[
|
||||
<!ENTITY euro "€"><!-- euro sign, U+20AC NEW -->
|
||||
]]>
|
||||
]]>
|
||||
|
||||
<!ENTITY % dbcent PUBLIC
|
||||
"-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
|
||||
"dbcentx.mod">
|
||||
%dbcent;
|
||||
]]>
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- DTD modules .......................................................... -->
|
||||
|
||||
<!-- Information pool .............. -->
|
||||
|
||||
<!ENTITY % dbpool.module "INCLUDE">
|
||||
<![ %dbpool.module; [
|
||||
<!ENTITY % dbpool PUBLIC
|
||||
"-//OASIS//ELEMENTS DocBook Information Pool V4.5//EN"
|
||||
"dbpoolx.mod">
|
||||
%dbpool;
|
||||
]]>
|
||||
|
||||
<!-- Redeclaration placeholder ..... -->
|
||||
|
||||
<!ENTITY % intermod.redecl.module "IGNORE">
|
||||
<![%intermod.redecl.module;[
|
||||
<!-- Defining rdbmods here makes some buggy XML parsers happy. -->
|
||||
<!ENTITY % rdbmods "">
|
||||
%rdbmods;
|
||||
<!--end of intermod.redecl.module-->]]>
|
||||
|
||||
<!-- Document hierarchy ............ -->
|
||||
|
||||
<!ENTITY % dbhier.module "INCLUDE">
|
||||
<![ %dbhier.module; [
|
||||
<!ENTITY % dbhier PUBLIC
|
||||
"-//OASIS//ELEMENTS DocBook Document Hierarchy V4.5//EN"
|
||||
"dbhierx.mod">
|
||||
%dbhier;
|
||||
]]>
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- Other general entities ............................................... -->
|
||||
|
||||
<!ENTITY % dbgenent.module "INCLUDE">
|
||||
<![ %dbgenent.module; [
|
||||
<!ENTITY % dbgenent PUBLIC
|
||||
"-//OASIS//ENTITIES DocBook Additional General Entities V4.5//EN"
|
||||
"dbgenent.mod">
|
||||
%dbgenent;
|
||||
]]>
|
||||
|
||||
<!-- End of DocBook XML DTD V4.5 .......................................... -->
|
||||
<!-- ...................................................................... -->
|
|
@ -1,14 +0,0 @@
|
|||
XML Entity Declarations for Characters
|
||||
|
||||
The character entity sets distributed with DocBook XML are direct
|
||||
copies of the official entities located at
|
||||
|
||||
http://www.w3.org/2003/entities/
|
||||
|
||||
They are distributed for historical compatibility and user convenience.
|
||||
The DocBook Technical Committee no longer attempts to maintain these
|
||||
definitions and will periodically update them from the W3C site if and
|
||||
as they are updated there.
|
||||
|
||||
Please direct all questions or comments about the entities to the
|
||||
individuals or working groups who maintain the official sets.
|
|
@ -1,97 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isoamsa.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isoamsa.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isoamsa.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isoamsa PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isoamsa.ent"
|
||||
>
|
||||
%isoamsa;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY cularr "↶" ><!--ANTICLOCKWISE TOP SEMICIRCLE ARROW -->
|
||||
<!ENTITY curarr "↷" ><!--CLOCKWISE TOP SEMICIRCLE ARROW -->
|
||||
<!ENTITY dArr "⇓" ><!--DOWNWARDS DOUBLE ARROW -->
|
||||
<!ENTITY darr2 "⇊" ><!--DOWNWARDS PAIRED ARROWS -->
|
||||
<!ENTITY dharl "⇃" ><!--DOWNWARDS HARPOON WITH BARB LEFTWARDS -->
|
||||
<!ENTITY dharr "⇂" ><!--DOWNWARDS HARPOON WITH BARB RIGHTWARDS -->
|
||||
<!ENTITY dlarr "↙" ><!--SOUTH WEST ARROW -->
|
||||
<!ENTITY drarr "↘" ><!--SOUTH EAST ARROW -->
|
||||
<!ENTITY hArr "⇔" ><!--LEFT RIGHT DOUBLE ARROW -->
|
||||
<!ENTITY harr "↔" ><!--LEFT RIGHT ARROW -->
|
||||
<!ENTITY harrw "↭" ><!--LEFT RIGHT WAVE ARROW -->
|
||||
<!ENTITY lAarr "⇚" ><!--LEFTWARDS TRIPLE ARROW -->
|
||||
<!ENTITY Larr "↞" ><!--LEFTWARDS TWO HEADED ARROW -->
|
||||
<!ENTITY larr2 "⇇" ><!--LEFTWARDS PAIRED ARROWS -->
|
||||
<!ENTITY larrhk "↩" ><!--LEFTWARDS ARROW WITH HOOK -->
|
||||
<!ENTITY larrlp "↫" ><!--LEFTWARDS ARROW WITH LOOP -->
|
||||
<!ENTITY larrtl "↢" ><!--LEFTWARDS ARROW WITH TAIL -->
|
||||
<!ENTITY lhard "↽" ><!--LEFTWARDS HARPOON WITH BARB DOWNWARDS -->
|
||||
<!ENTITY lharu "↼" ><!--LEFTWARDS HARPOON WITH BARB UPWARDS -->
|
||||
<!ENTITY lrarr2 "⇆" ><!--LEFTWARDS ARROW OVER RIGHTWARDS ARROW -->
|
||||
<!ENTITY lrhar2 "⇋" ><!--LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON -->
|
||||
<!ENTITY lsh "↰" ><!--UPWARDS ARROW WITH TIP LEFTWARDS -->
|
||||
<!ENTITY map "↦" ><!--RIGHTWARDS ARROW FROM BAR -->
|
||||
<!ENTITY mumap "⊸" ><!--MULTIMAP -->
|
||||
<!ENTITY nearr "↗" ><!--NORTH EAST ARROW -->
|
||||
<!ENTITY nhArr "⇎" ><!--LEFT RIGHT DOUBLE ARROW WITH STROKE -->
|
||||
<!ENTITY nharr "↮" ><!--LEFT RIGHT ARROW WITH STROKE -->
|
||||
<!ENTITY nlArr "⇍" ><!--LEFTWARDS DOUBLE ARROW WITH STROKE -->
|
||||
<!ENTITY nlarr "↚" ><!--LEFTWARDS ARROW WITH STROKE -->
|
||||
<!ENTITY nrArr "⇏" ><!--RIGHTWARDS DOUBLE ARROW WITH STROKE -->
|
||||
<!ENTITY nrarr "↛" ><!--RIGHTWARDS ARROW WITH STROKE -->
|
||||
<!ENTITY nwarr "↖" ><!--NORTH WEST ARROW -->
|
||||
<!ENTITY olarr "↺" ><!--ANTICLOCKWISE OPEN CIRCLE ARROW -->
|
||||
<!ENTITY orarr "↻" ><!--CLOCKWISE OPEN CIRCLE ARROW -->
|
||||
<!ENTITY rAarr "⇛" ><!--RIGHTWARDS TRIPLE ARROW -->
|
||||
<!ENTITY Rarr "↠" ><!--RIGHTWARDS TWO HEADED ARROW -->
|
||||
<!ENTITY rarr2 "⇉" ><!--RIGHTWARDS PAIRED ARROWS -->
|
||||
<!ENTITY rarrhk "↪" ><!--RIGHTWARDS ARROW WITH HOOK -->
|
||||
<!ENTITY rarrlp "↬" ><!--RIGHTWARDS ARROW WITH LOOP -->
|
||||
<!ENTITY rarrtl "↣" ><!--RIGHTWARDS ARROW WITH TAIL -->
|
||||
<!ENTITY rarrw "↝" ><!--RIGHTWARDS WAVE ARROW -->
|
||||
<!ENTITY rhard "⇁" ><!--RIGHTWARDS HARPOON WITH BARB DOWNWARDS -->
|
||||
<!ENTITY rharu "⇀" ><!--RIGHTWARDS HARPOON WITH BARB UPWARDS -->
|
||||
<!ENTITY rlarr2 "⇄" ><!--RIGHTWARDS ARROW OVER LEFTWARDS ARROW -->
|
||||
<!ENTITY rlhar2 "⇌" ><!--RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON -->
|
||||
<!ENTITY rsh "↱" ><!--UPWARDS ARROW WITH TIP RIGHTWARDS -->
|
||||
<!ENTITY uArr "⇑" ><!--UPWARDS DOUBLE ARROW -->
|
||||
<!ENTITY uarr2 "⇈" ><!--UPWARDS PAIRED ARROWS -->
|
||||
<!ENTITY uharl "↿" ><!--UPWARDS HARPOON WITH BARB LEFTWARDS -->
|
||||
<!ENTITY uharr "↾" ><!--UPWARDS HARPOON WITH BARB RIGHTWARDS -->
|
||||
<!ENTITY vArr "⇕" ><!--UP DOWN DOUBLE ARROW -->
|
||||
<!ENTITY varr "↕" ><!--UP DOWN ARROW -->
|
||||
<!ENTITY xhArr "⟺" ><!--LONG LEFT RIGHT DOUBLE ARROW -->
|
||||
<!ENTITY xharr "⟷" ><!--LONG LEFT RIGHT ARROW -->
|
||||
<!ENTITY xlArr "⟸" ><!--LONG LEFTWARDS DOUBLE ARROW -->
|
||||
<!ENTITY xrArr "⟹" ><!--LONG RIGHTWARDS DOUBLE ARROW -->
|
|
@ -1,83 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isoamsb.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isoamsb.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isoamsb.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isoamsb PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isoamsb.ent"
|
||||
>
|
||||
%isoamsb;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY amalg "⨿" ><!--AMALGAMATION OR COPRODUCT -->
|
||||
<!ENTITY Barwed "⌆" ><!--PERSPECTIVE -->
|
||||
<!ENTITY barwed "⌅" ><!--PROJECTIVE -->
|
||||
<!ENTITY Cap "⋒" ><!--DOUBLE INTERSECTION -->
|
||||
<!ENTITY coprod "∐" ><!--N-ARY COPRODUCT -->
|
||||
<!ENTITY Cup "⋓" ><!--DOUBLE UNION -->
|
||||
<!ENTITY cuvee "⋎" ><!--CURLY LOGICAL OR -->
|
||||
<!ENTITY cuwed "⋏" ><!--CURLY LOGICAL AND -->
|
||||
<!ENTITY diam "⋄" ><!--DIAMOND OPERATOR -->
|
||||
<!ENTITY divonx "⋇" ><!--DIVISION TIMES -->
|
||||
<!ENTITY intcal "⊺" ><!--INTERCALATE -->
|
||||
<!ENTITY lthree "⋋" ><!--LEFT SEMIDIRECT PRODUCT -->
|
||||
<!ENTITY ltimes "⋉" ><!--LEFT NORMAL FACTOR SEMIDIRECT PRODUCT -->
|
||||
<!ENTITY minusb "⊟" ><!--SQUARED MINUS -->
|
||||
<!ENTITY oast "⊛" ><!--CIRCLED ASTERISK OPERATOR -->
|
||||
<!ENTITY ocir "⊚" ><!--CIRCLED RING OPERATOR -->
|
||||
<!ENTITY odash "⊝" ><!--CIRCLED DASH -->
|
||||
<!ENTITY odot "⊙" ><!--CIRCLED DOT OPERATOR -->
|
||||
<!ENTITY ominus "⊖" ><!--CIRCLED MINUS -->
|
||||
<!ENTITY oplus "⊕" ><!--CIRCLED PLUS -->
|
||||
<!ENTITY osol "⊘" ><!--CIRCLED DIVISION SLASH -->
|
||||
<!ENTITY otimes "⊗" ><!--CIRCLED TIMES -->
|
||||
<!ENTITY plusb "⊞" ><!--SQUARED PLUS -->
|
||||
<!ENTITY plusdo "∔" ><!--DOT PLUS -->
|
||||
<!ENTITY prod "∏" ><!--N-ARY PRODUCT -->
|
||||
<!ENTITY rthree "⋌" ><!--RIGHT SEMIDIRECT PRODUCT -->
|
||||
<!ENTITY rtimes "⋊" ><!--RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT -->
|
||||
<!ENTITY sdot "⋅" ><!--DOT OPERATOR -->
|
||||
<!ENTITY sdotb "⊡" ><!--SQUARED DOT OPERATOR -->
|
||||
<!ENTITY setmn "∖" ><!--SET MINUS -->
|
||||
<!ENTITY sqcap "⊓" ><!--SQUARE CAP -->
|
||||
<!ENTITY sqcup "⊔" ><!--SQUARE CUP -->
|
||||
<!ENTITY ssetmn "∖" ><!--SET MINUS -->
|
||||
<!ENTITY sstarf "⋆" ><!--STAR OPERATOR -->
|
||||
<!ENTITY sum "∑" ><!--N-ARY SUMMATION -->
|
||||
<!ENTITY timesb "⊠" ><!--SQUARED TIMES -->
|
||||
<!ENTITY top "⊤" ><!--DOWN TACK -->
|
||||
<!ENTITY uplus "⊎" ><!--MULTISET UNION -->
|
||||
<!ENTITY wreath "≀" ><!--WREATH PRODUCT -->
|
||||
<!ENTITY xcirc "◯" ><!--LARGE CIRCLE -->
|
||||
<!ENTITY xdtri "▽" ><!--WHITE DOWN-POINTING TRIANGLE -->
|
||||
<!ENTITY xutri "△" ><!--WHITE UP-POINTING TRIANGLE -->
|
|
@ -1,51 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isoamsc.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isoamsc.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/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
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isoamsc.ent"
|
||||
>
|
||||
%isoamsc;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY dlcorn "⌞" ><!--BOTTOM LEFT CORNER -->
|
||||
<!ENTITY drcorn "⌟" ><!--BOTTOM RIGHT CORNER -->
|
||||
<!ENTITY lceil "⌈" ><!--LEFT CEILING -->
|
||||
<!ENTITY lfloor "⌊" ><!--LEFT FLOOR -->
|
||||
<!ENTITY lpargt "⦠" ><!--SPHERICAL ANGLE OPENING LEFT -->
|
||||
<!ENTITY rceil "⌉" ><!--RIGHT CEILING -->
|
||||
<!ENTITY rfloor "⌋" ><!--RIGHT FLOOR -->
|
||||
<!ENTITY rpargt "⦔" ><!--RIGHT ARC GREATER-THAN BRACKET -->
|
||||
<!ENTITY ulcorn "⌜" ><!--TOP LEFT CORNER -->
|
||||
<!ENTITY urcorn "⌝" ><!--TOP RIGHT CORNER -->
|
|
@ -1,103 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isoamsn.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
References to the VARIANT SELECTOR 1 character (︀)
|
||||
should match the uses listed in Unicode Technical Report 25.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isoamsn.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isoamsn.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isoamsn PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isoamsn.ent"
|
||||
>
|
||||
%isoamsn;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY gnap "⪊" ><!--GREATER-THAN AND NOT APPROXIMATE -->
|
||||
<!ENTITY gnE "≩" ><!--GREATER-THAN BUT NOT EQUAL TO -->
|
||||
<!ENTITY gne "⪈" ><!--GREATER-THAN AND SINGLE-LINE NOT EQUAL TO -->
|
||||
<!ENTITY gnsim "⋧" ><!--GREATER-THAN BUT NOT EQUIVALENT TO -->
|
||||
<!ENTITY gvnE "≩︀" ><!--GREATER-THAN BUT NOT EQUAL TO - with vertical stroke -->
|
||||
<!ENTITY lnap "⪉" ><!--LESS-THAN AND NOT APPROXIMATE -->
|
||||
<!ENTITY lnE "≨" ><!--LESS-THAN BUT NOT EQUAL TO -->
|
||||
<!ENTITY lne "⪇" ><!--LESS-THAN AND SINGLE-LINE NOT EQUAL TO -->
|
||||
<!ENTITY lnsim "⋦" ><!--LESS-THAN BUT NOT EQUIVALENT TO -->
|
||||
<!ENTITY lvnE "≨︀" ><!--LESS-THAN BUT NOT EQUAL TO - with vertical stroke -->
|
||||
<!ENTITY nap "≉" ><!--NOT ALMOST EQUAL TO -->
|
||||
<!ENTITY ncong "≇" ><!--NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO -->
|
||||
<!ENTITY nequiv "≢" ><!--NOT IDENTICAL TO -->
|
||||
<!ENTITY ngE "≧̸" ><!--GREATER-THAN OVER EQUAL TO with slash -->
|
||||
<!ENTITY nge "≱" ><!--NEITHER GREATER-THAN NOR EQUAL TO -->
|
||||
<!ENTITY nges "⩾̸" ><!--GREATER-THAN OR SLANTED EQUAL TO with slash -->
|
||||
<!ENTITY ngt "≯" ><!--NOT GREATER-THAN -->
|
||||
<!ENTITY nlE "≦̸" ><!--LESS-THAN OVER EQUAL TO with slash -->
|
||||
<!ENTITY nle "≰" ><!--NEITHER LESS-THAN NOR EQUAL TO -->
|
||||
<!ENTITY nles "⩽̸" ><!--LESS-THAN OR SLANTED EQUAL TO with slash -->
|
||||
<!ENTITY nlt "≮" ><!--NOT LESS-THAN -->
|
||||
<!ENTITY nltri "⋪" ><!--NOT NORMAL SUBGROUP OF -->
|
||||
<!ENTITY nltrie "⋬" ><!--NOT NORMAL SUBGROUP OF OR EQUAL TO -->
|
||||
<!ENTITY nmid "∤" ><!--DOES NOT DIVIDE -->
|
||||
<!ENTITY npar "∦" ><!--NOT PARALLEL TO -->
|
||||
<!ENTITY npr "⊀" ><!--DOES NOT PRECEDE -->
|
||||
<!ENTITY npre "⪯̸" ><!--PRECEDES ABOVE SINGLE-LINE EQUALS SIGN with slash -->
|
||||
<!ENTITY nrtri "⋫" ><!--DOES NOT CONTAIN AS NORMAL SUBGROUP -->
|
||||
<!ENTITY nrtrie "⋭" ><!--DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL -->
|
||||
<!ENTITY nsc "⊁" ><!--DOES NOT SUCCEED -->
|
||||
<!ENTITY nsce "⪰̸" ><!--SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN with slash -->
|
||||
<!ENTITY nsim "≁" ><!--NOT TILDE -->
|
||||
<!ENTITY nsime "≄" ><!--NOT ASYMPTOTICALLY EQUAL TO -->
|
||||
<!ENTITY nsmid "∤" ><!--DOES NOT DIVIDE -->
|
||||
<!ENTITY nspar "∦" ><!--NOT PARALLEL TO -->
|
||||
<!ENTITY nsub "⊄" ><!--NOT A SUBSET OF -->
|
||||
<!ENTITY nsubE "⫅̸" ><!--SUBSET OF ABOVE EQUALS SIGN with slash -->
|
||||
<!ENTITY nsube "⊈" ><!--NEITHER A SUBSET OF NOR EQUAL TO -->
|
||||
<!ENTITY nsup "⊅" ><!--NOT A SUPERSET OF -->
|
||||
<!ENTITY nsupE "⫆̸" ><!--SUPERSET OF ABOVE EQUALS SIGN with slash -->
|
||||
<!ENTITY nsupe "⊉" ><!--NEITHER A SUPERSET OF NOR EQUAL TO -->
|
||||
<!ENTITY nVDash "⊯" ><!--NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE -->
|
||||
<!ENTITY nVdash "⊮" ><!--DOES NOT FORCE -->
|
||||
<!ENTITY nvDash "⊭" ><!--NOT TRUE -->
|
||||
<!ENTITY nvdash "⊬" ><!--DOES NOT PROVE -->
|
||||
<!ENTITY prnap "⪹" ><!--PRECEDES ABOVE NOT ALMOST EQUAL TO -->
|
||||
<!ENTITY prnE "⪵" ><!--PRECEDES ABOVE NOT EQUAL TO -->
|
||||
<!ENTITY prnsim "⋨" ><!--PRECEDES BUT NOT EQUIVALENT TO -->
|
||||
<!ENTITY scnap "⪺" ><!--SUCCEEDS ABOVE NOT ALMOST EQUAL TO -->
|
||||
<!ENTITY scnE "⪶" ><!--SUCCEEDS ABOVE NOT EQUAL TO -->
|
||||
<!ENTITY scnsim "⋩" ><!--SUCCEEDS BUT NOT EQUIVALENT TO -->
|
||||
<!ENTITY subnE "⫋" ><!--SUBSET OF ABOVE NOT EQUAL TO -->
|
||||
<!ENTITY subne "⊊" ><!--SUBSET OF WITH NOT EQUAL TO -->
|
||||
<!ENTITY supnE "⫌" ><!--SUPERSET OF ABOVE NOT EQUAL TO -->
|
||||
<!ENTITY supne "⊋" ><!--SUPERSET OF WITH NOT EQUAL TO -->
|
||||
<!ENTITY vsubnE "⫋︀" ><!--SUBSET OF ABOVE NOT EQUAL TO - variant with stroke through bottom members -->
|
||||
<!ENTITY vsubne "⊊︀" ><!--SUBSET OF WITH NOT EQUAL TO - variant with stroke through bottom members -->
|
||||
<!ENTITY vsupnE "⫌︀" ><!--SUPERSET OF ABOVE NOT EQUAL TO - variant with stroke through bottom members -->
|
||||
<!ENTITY vsupne "⊋︀" ><!--SUPERSET OF WITH NOT EQUAL TO - variant with stroke through bottom members -->
|
|
@ -1,59 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isoamso.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isoamso.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isoamso.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isoamso PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isoamso.ent"
|
||||
>
|
||||
%isoamso;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY ang "∠" ><!--ANGLE -->
|
||||
<!ENTITY angmsd "∡" ><!--MEASURED ANGLE -->
|
||||
<!ENTITY beth "ℶ" ><!--BET SYMBOL -->
|
||||
<!ENTITY bprime "‵" ><!--REVERSED PRIME -->
|
||||
<!ENTITY comp "∁" ><!--COMPLEMENT -->
|
||||
<!ENTITY daleth "ℸ" ><!--DALET SYMBOL -->
|
||||
<!ENTITY ell "ℓ" ><!--SCRIPT SMALL L -->
|
||||
<!ENTITY empty "∅" ><!--EMPTY SET -->
|
||||
<!ENTITY gimel "ℷ" ><!--GIMEL SYMBOL -->
|
||||
<!ENTITY inodot "ı" ><!--LATIN SMALL LETTER DOTLESS I -->
|
||||
<!ENTITY jnodot "j" ><!--LATIN SMALL LETTER J -->
|
||||
<!ENTITY nexist "∄" ><!--THERE DOES NOT EXIST -->
|
||||
<!ENTITY oS "Ⓢ" ><!--CIRCLED LATIN CAPITAL LETTER S -->
|
||||
<!ENTITY planck "ℏ" ><!--PLANCK CONSTANT OVER TWO PI -->
|
||||
<!ENTITY real "ℜ" ><!--BLACK-LETTER CAPITAL R -->
|
||||
<!ENTITY sbsol "﹨" ><!--SMALL REVERSE SOLIDUS -->
|
||||
<!ENTITY vprime "′" ><!--PRIME -->
|
||||
<!ENTITY weierp "℘" ><!--SCRIPT CAPITAL P -->
|
|
@ -1,125 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isoamsr.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isoamsr.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isoamsr.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isoamsr PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isoamsr.ent"
|
||||
>
|
||||
%isoamsr;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY ape "≊" ><!--ALMOST EQUAL OR EQUAL TO -->
|
||||
<!ENTITY asymp "≈" ><!--ALMOST EQUAL TO -->
|
||||
<!ENTITY bcong "≌" ><!--ALL EQUAL TO -->
|
||||
<!ENTITY bepsi "϶" ><!--GREEK REVERSED LUNATE EPSILON SYMBOL -->
|
||||
<!ENTITY bowtie "⋈" ><!--BOWTIE -->
|
||||
<!ENTITY bsim "∽" ><!--REVERSED TILDE -->
|
||||
<!ENTITY bsime "⋍" ><!--REVERSED TILDE EQUALS -->
|
||||
<!ENTITY bump "≎" ><!--GEOMETRICALLY EQUIVALENT TO -->
|
||||
<!ENTITY bumpe "≏" ><!--DIFFERENCE BETWEEN -->
|
||||
<!ENTITY cire "≗" ><!--RING EQUAL TO -->
|
||||
<!ENTITY colone "≔" ><!--COLON EQUALS -->
|
||||
<!ENTITY cuepr "⋞" ><!--EQUAL TO OR PRECEDES -->
|
||||
<!ENTITY cuesc "⋟" ><!--EQUAL TO OR SUCCEEDS -->
|
||||
<!ENTITY cupre "≼" ><!--PRECEDES OR EQUAL TO -->
|
||||
<!ENTITY dashv "⊣" ><!--LEFT TACK -->
|
||||
<!ENTITY ecir "≖" ><!--RING IN EQUAL TO -->
|
||||
<!ENTITY ecolon "≕" ><!--EQUALS COLON -->
|
||||
<!ENTITY eDot "≑" ><!--GEOMETRICALLY EQUAL TO -->
|
||||
<!ENTITY efDot "≒" ><!--APPROXIMATELY EQUAL TO OR THE IMAGE OF -->
|
||||
<!ENTITY egs "⪖" ><!--SLANTED EQUAL TO OR GREATER-THAN -->
|
||||
<!ENTITY els "⪕" ><!--SLANTED EQUAL TO OR LESS-THAN -->
|
||||
<!ENTITY erDot "≓" ><!--IMAGE OF OR APPROXIMATELY EQUAL TO -->
|
||||
<!ENTITY esdot "≐" ><!--APPROACHES THE LIMIT -->
|
||||
<!ENTITY fork "⋔" ><!--PITCHFORK -->
|
||||
<!ENTITY frown "⌢" ><!--FROWN -->
|
||||
<!ENTITY gap "⪆" ><!--GREATER-THAN OR APPROXIMATE -->
|
||||
<!ENTITY gE "≧" ><!--GREATER-THAN OVER EQUAL TO -->
|
||||
<!ENTITY gEl "⪌" ><!--GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN -->
|
||||
<!ENTITY gel "⋛" ><!--GREATER-THAN EQUAL TO OR LESS-THAN -->
|
||||
<!ENTITY ges "⩾" ><!--GREATER-THAN OR SLANTED EQUAL TO -->
|
||||
<!ENTITY Gg "⋙" ><!--VERY MUCH GREATER-THAN -->
|
||||
<!ENTITY gl "≷" ><!--GREATER-THAN OR LESS-THAN -->
|
||||
<!ENTITY gsdot "⋗" ><!--GREATER-THAN WITH DOT -->
|
||||
<!ENTITY gsim "≳" ><!--GREATER-THAN OR EQUIVALENT TO -->
|
||||
<!ENTITY Gt "≫" ><!--MUCH GREATER-THAN -->
|
||||
<!ENTITY lap "⪅" ><!--LESS-THAN OR APPROXIMATE -->
|
||||
<!ENTITY ldot "⋖" ><!--LESS-THAN WITH DOT -->
|
||||
<!ENTITY lE "≦" ><!--LESS-THAN OVER EQUAL TO -->
|
||||
<!ENTITY lEg "⪋" ><!--LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN -->
|
||||
<!ENTITY leg "⋚" ><!--LESS-THAN EQUAL TO OR GREATER-THAN -->
|
||||
<!ENTITY les "⩽" ><!--LESS-THAN OR SLANTED EQUAL TO -->
|
||||
<!ENTITY lg "≶" ><!--LESS-THAN OR GREATER-THAN -->
|
||||
<!ENTITY Ll "⋘" ><!--VERY MUCH LESS-THAN -->
|
||||
<!ENTITY lsim "≲" ><!--LESS-THAN OR EQUIVALENT TO -->
|
||||
<!ENTITY Lt "≪" ><!--MUCH LESS-THAN -->
|
||||
<!ENTITY ltrie "⊴" ><!--NORMAL SUBGROUP OF OR EQUAL TO -->
|
||||
<!ENTITY mid "∣" ><!--DIVIDES -->
|
||||
<!ENTITY models "⊧" ><!--MODELS -->
|
||||
<!ENTITY pr "≺" ><!--PRECEDES -->
|
||||
<!ENTITY prap "⪷" ><!--PRECEDES ABOVE ALMOST EQUAL TO -->
|
||||
<!ENTITY pre "⪯" ><!--PRECEDES ABOVE SINGLE-LINE EQUALS SIGN -->
|
||||
<!ENTITY prsim "≾" ><!--PRECEDES OR EQUIVALENT TO -->
|
||||
<!ENTITY rtrie "⊵" ><!--CONTAINS AS NORMAL SUBGROUP OR EQUAL TO -->
|
||||
<!ENTITY samalg "∐" ><!--N-ARY COPRODUCT -->
|
||||
<!ENTITY sc "≻" ><!--SUCCEEDS -->
|
||||
<!ENTITY scap "⪸" ><!--SUCCEEDS ABOVE ALMOST EQUAL TO -->
|
||||
<!ENTITY sccue "≽" ><!--SUCCEEDS OR EQUAL TO -->
|
||||
<!ENTITY sce "⪰" ><!--SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN -->
|
||||
<!ENTITY scsim "≿" ><!--SUCCEEDS OR EQUIVALENT TO -->
|
||||
<!ENTITY sfrown "⌢" ><!--FROWN -->
|
||||
<!ENTITY smid "∣" ><!--DIVIDES -->
|
||||
<!ENTITY smile "⌣" ><!--SMILE -->
|
||||
<!ENTITY spar "∥" ><!--PARALLEL TO -->
|
||||
<!ENTITY sqsub "⊏" ><!--SQUARE IMAGE OF -->
|
||||
<!ENTITY sqsube "⊑" ><!--SQUARE IMAGE OF OR EQUAL TO -->
|
||||
<!ENTITY sqsup "⊐" ><!--SQUARE ORIGINAL OF -->
|
||||
<!ENTITY sqsupe "⊒" ><!--SQUARE ORIGINAL OF OR EQUAL TO -->
|
||||
<!ENTITY ssmile "⌣" ><!--SMILE -->
|
||||
<!ENTITY Sub "⋐" ><!--DOUBLE SUBSET -->
|
||||
<!ENTITY subE "⫅" ><!--SUBSET OF ABOVE EQUALS SIGN -->
|
||||
<!ENTITY Sup "⋑" ><!--DOUBLE SUPERSET -->
|
||||
<!ENTITY supE "⫆" ><!--SUPERSET OF ABOVE EQUALS SIGN -->
|
||||
<!ENTITY thkap "≈" ><!--ALMOST EQUAL TO -->
|
||||
<!ENTITY thksim "∼" ><!--TILDE OPERATOR -->
|
||||
<!ENTITY trie "≜" ><!--DELTA EQUAL TO -->
|
||||
<!ENTITY twixt "≬" ><!--BETWEEN -->
|
||||
<!ENTITY Vdash "⊩" ><!--FORCES -->
|
||||
<!ENTITY vDash "⊨" ><!--TRUE -->
|
||||
<!ENTITY vdash "⊢" ><!--RIGHT TACK -->
|
||||
<!ENTITY veebar "⊻" ><!--XOR -->
|
||||
<!ENTITY vltri "⊲" ><!--NORMAL SUBGROUP OF -->
|
||||
<!ENTITY vprop "∝" ><!--PROPORTIONAL TO -->
|
||||
<!ENTITY vrtri "⊳" ><!--CONTAINS AS NORMAL SUBGROUP -->
|
||||
<!ENTITY Vvdash "⊪" ><!--TRIPLE VERTICAL BAR RIGHT TURNSTILE -->
|
|
@ -1,81 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isobox.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isobox.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isobox.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isobox PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isobox.ent"
|
||||
>
|
||||
%isobox;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY boxDL "╗" ><!--BOX DRAWINGS DOUBLE DOWN AND LEFT -->
|
||||
<!ENTITY boxDl "╖" ><!--BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE -->
|
||||
<!ENTITY boxdL "╕" ><!--BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE -->
|
||||
<!ENTITY boxdl "┐" ><!--BOX DRAWINGS LIGHT DOWN AND LEFT -->
|
||||
<!ENTITY boxDR "╔" ><!--BOX DRAWINGS DOUBLE DOWN AND RIGHT -->
|
||||
<!ENTITY boxDr "╓" ><!--BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE -->
|
||||
<!ENTITY boxdR "╒" ><!--BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE -->
|
||||
<!ENTITY boxdr "┌" ><!--BOX DRAWINGS LIGHT DOWN AND RIGHT -->
|
||||
<!ENTITY boxH "═" ><!--BOX DRAWINGS DOUBLE HORIZONTAL -->
|
||||
<!ENTITY boxh "─" ><!--BOX DRAWINGS LIGHT HORIZONTAL -->
|
||||
<!ENTITY boxHD "╦" ><!--BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL -->
|
||||
<!ENTITY boxHd "╤" ><!--BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE -->
|
||||
<!ENTITY boxhD "╥" ><!--BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE -->
|
||||
<!ENTITY boxhd "┬" ><!--BOX DRAWINGS LIGHT DOWN AND HORIZONTAL -->
|
||||
<!ENTITY boxHU "╩" ><!--BOX DRAWINGS DOUBLE UP AND HORIZONTAL -->
|
||||
<!ENTITY boxHu "╧" ><!--BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE -->
|
||||
<!ENTITY boxhU "╨" ><!--BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE -->
|
||||
<!ENTITY boxhu "┴" ><!--BOX DRAWINGS LIGHT UP AND HORIZONTAL -->
|
||||
<!ENTITY boxUL "╝" ><!--BOX DRAWINGS DOUBLE UP AND LEFT -->
|
||||
<!ENTITY boxUl "╜" ><!--BOX DRAWINGS UP DOUBLE AND LEFT SINGLE -->
|
||||
<!ENTITY boxuL "╛" ><!--BOX DRAWINGS UP SINGLE AND LEFT DOUBLE -->
|
||||
<!ENTITY boxul "┘" ><!--BOX DRAWINGS LIGHT UP AND LEFT -->
|
||||
<!ENTITY boxUR "╚" ><!--BOX DRAWINGS DOUBLE UP AND RIGHT -->
|
||||
<!ENTITY boxUr "╙" ><!--BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE -->
|
||||
<!ENTITY boxuR "╘" ><!--BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE -->
|
||||
<!ENTITY boxur "└" ><!--BOX DRAWINGS LIGHT UP AND RIGHT -->
|
||||
<!ENTITY boxV "║" ><!--BOX DRAWINGS DOUBLE VERTICAL -->
|
||||
<!ENTITY boxv "│" ><!--BOX DRAWINGS LIGHT VERTICAL -->
|
||||
<!ENTITY boxVH "╬" ><!--BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL -->
|
||||
<!ENTITY boxVh "╫" ><!--BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE -->
|
||||
<!ENTITY boxvH "╪" ><!--BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE -->
|
||||
<!ENTITY boxvh "┼" ><!--BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL -->
|
||||
<!ENTITY boxVL "╣" ><!--BOX DRAWINGS DOUBLE VERTICAL AND LEFT -->
|
||||
<!ENTITY boxVl "╢" ><!--BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE -->
|
||||
<!ENTITY boxvL "╡" ><!--BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE -->
|
||||
<!ENTITY boxvl "┤" ><!--BOX DRAWINGS LIGHT VERTICAL AND LEFT -->
|
||||
<!ENTITY boxVR "╠" ><!--BOX DRAWINGS DOUBLE VERTICAL AND RIGHT -->
|
||||
<!ENTITY boxVr "╟" ><!--BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE -->
|
||||
<!ENTITY boxvR "╞" ><!--BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE -->
|
||||
<!ENTITY boxvr "├" ><!--BOX DRAWINGS LIGHT VERTICAL AND RIGHT -->
|
|
@ -1,108 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isocyr1.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isocyr1.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isocyr1.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isocyr1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isocyr1.ent"
|
||||
>
|
||||
%isocyr1;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY Acy "А" ><!--CYRILLIC CAPITAL LETTER A -->
|
||||
<!ENTITY acy "а" ><!--CYRILLIC SMALL LETTER A -->
|
||||
<!ENTITY Bcy "Б" ><!--CYRILLIC CAPITAL LETTER BE -->
|
||||
<!ENTITY bcy "б" ><!--CYRILLIC SMALL LETTER BE -->
|
||||
<!ENTITY CHcy "Ч" ><!--CYRILLIC CAPITAL LETTER CHE -->
|
||||
<!ENTITY chcy "ч" ><!--CYRILLIC SMALL LETTER CHE -->
|
||||
<!ENTITY Dcy "Д" ><!--CYRILLIC CAPITAL LETTER DE -->
|
||||
<!ENTITY dcy "д" ><!--CYRILLIC SMALL LETTER DE -->
|
||||
<!ENTITY Ecy "Э" ><!--CYRILLIC CAPITAL LETTER E -->
|
||||
<!ENTITY ecy "э" ><!--CYRILLIC SMALL LETTER E -->
|
||||
<!ENTITY Fcy "Ф" ><!--CYRILLIC CAPITAL LETTER EF -->
|
||||
<!ENTITY fcy "ф" ><!--CYRILLIC SMALL LETTER EF -->
|
||||
<!ENTITY Gcy "Г" ><!--CYRILLIC CAPITAL LETTER GHE -->
|
||||
<!ENTITY gcy "г" ><!--CYRILLIC SMALL LETTER GHE -->
|
||||
<!ENTITY HARDcy "Ъ" ><!--CYRILLIC CAPITAL LETTER HARD SIGN -->
|
||||
<!ENTITY hardcy "ъ" ><!--CYRILLIC SMALL LETTER HARD SIGN -->
|
||||
<!ENTITY Icy "И" ><!--CYRILLIC CAPITAL LETTER I -->
|
||||
<!ENTITY icy "и" ><!--CYRILLIC SMALL LETTER I -->
|
||||
<!ENTITY IEcy "Е" ><!--CYRILLIC CAPITAL LETTER IE -->
|
||||
<!ENTITY iecy "е" ><!--CYRILLIC SMALL LETTER IE -->
|
||||
<!ENTITY IOcy "Ё" ><!--CYRILLIC CAPITAL LETTER IO -->
|
||||
<!ENTITY iocy "ё" ><!--CYRILLIC SMALL LETTER IO -->
|
||||
<!ENTITY Jcy "Й" ><!--CYRILLIC CAPITAL LETTER SHORT I -->
|
||||
<!ENTITY jcy "й" ><!--CYRILLIC SMALL LETTER SHORT I -->
|
||||
<!ENTITY Kcy "К" ><!--CYRILLIC CAPITAL LETTER KA -->
|
||||
<!ENTITY kcy "к" ><!--CYRILLIC SMALL LETTER KA -->
|
||||
<!ENTITY KHcy "Х" ><!--CYRILLIC CAPITAL LETTER HA -->
|
||||
<!ENTITY khcy "х" ><!--CYRILLIC SMALL LETTER HA -->
|
||||
<!ENTITY Lcy "Л" ><!--CYRILLIC CAPITAL LETTER EL -->
|
||||
<!ENTITY lcy "л" ><!--CYRILLIC SMALL LETTER EL -->
|
||||
<!ENTITY Mcy "М" ><!--CYRILLIC CAPITAL LETTER EM -->
|
||||
<!ENTITY mcy "м" ><!--CYRILLIC SMALL LETTER EM -->
|
||||
<!ENTITY Ncy "Н" ><!--CYRILLIC CAPITAL LETTER EN -->
|
||||
<!ENTITY ncy "н" ><!--CYRILLIC SMALL LETTER EN -->
|
||||
<!ENTITY numero "№" ><!--NUMERO SIGN -->
|
||||
<!ENTITY Ocy "О" ><!--CYRILLIC CAPITAL LETTER O -->
|
||||
<!ENTITY ocy "о" ><!--CYRILLIC SMALL LETTER O -->
|
||||
<!ENTITY Pcy "П" ><!--CYRILLIC CAPITAL LETTER PE -->
|
||||
<!ENTITY pcy "п" ><!--CYRILLIC SMALL LETTER PE -->
|
||||
<!ENTITY Rcy "Р" ><!--CYRILLIC CAPITAL LETTER ER -->
|
||||
<!ENTITY rcy "р" ><!--CYRILLIC SMALL LETTER ER -->
|
||||
<!ENTITY Scy "С" ><!--CYRILLIC CAPITAL LETTER ES -->
|
||||
<!ENTITY scy "с" ><!--CYRILLIC SMALL LETTER ES -->
|
||||
<!ENTITY SHCHcy "Щ" ><!--CYRILLIC CAPITAL LETTER SHCHA -->
|
||||
<!ENTITY shchcy "щ" ><!--CYRILLIC SMALL LETTER SHCHA -->
|
||||
<!ENTITY SHcy "Ш" ><!--CYRILLIC CAPITAL LETTER SHA -->
|
||||
<!ENTITY shcy "ш" ><!--CYRILLIC SMALL LETTER SHA -->
|
||||
<!ENTITY SOFTcy "Ь" ><!--CYRILLIC CAPITAL LETTER SOFT SIGN -->
|
||||
<!ENTITY softcy "ь" ><!--CYRILLIC SMALL LETTER SOFT SIGN -->
|
||||
<!ENTITY Tcy "Т" ><!--CYRILLIC CAPITAL LETTER TE -->
|
||||
<!ENTITY tcy "т" ><!--CYRILLIC SMALL LETTER TE -->
|
||||
<!ENTITY TScy "Ц" ><!--CYRILLIC CAPITAL LETTER TSE -->
|
||||
<!ENTITY tscy "ц" ><!--CYRILLIC SMALL LETTER TSE -->
|
||||
<!ENTITY Ucy "У" ><!--CYRILLIC CAPITAL LETTER U -->
|
||||
<!ENTITY ucy "у" ><!--CYRILLIC SMALL LETTER U -->
|
||||
<!ENTITY Vcy "В" ><!--CYRILLIC CAPITAL LETTER VE -->
|
||||
<!ENTITY vcy "в" ><!--CYRILLIC SMALL LETTER VE -->
|
||||
<!ENTITY YAcy "Я" ><!--CYRILLIC CAPITAL LETTER YA -->
|
||||
<!ENTITY yacy "я" ><!--CYRILLIC SMALL LETTER YA -->
|
||||
<!ENTITY Ycy "Ы" ><!--CYRILLIC CAPITAL LETTER YERU -->
|
||||
<!ENTITY ycy "ы" ><!--CYRILLIC SMALL LETTER YERU -->
|
||||
<!ENTITY YUcy "Ю" ><!--CYRILLIC CAPITAL LETTER YU -->
|
||||
<!ENTITY yucy "ю" ><!--CYRILLIC SMALL LETTER YU -->
|
||||
<!ENTITY Zcy "З" ><!--CYRILLIC CAPITAL LETTER ZE -->
|
||||
<!ENTITY zcy "з" ><!--CYRILLIC SMALL LETTER ZE -->
|
||||
<!ENTITY ZHcy "Ж" ><!--CYRILLIC CAPITAL LETTER ZHE -->
|
||||
<!ENTITY zhcy "ж" ><!--CYRILLIC SMALL LETTER ZHE -->
|
|
@ -1,67 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isocyr2.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isocyr2.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isocyr2.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isocyr2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isocyr2.ent"
|
||||
>
|
||||
%isocyr2;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY DJcy "Ђ" ><!--CYRILLIC CAPITAL LETTER DJE -->
|
||||
<!ENTITY djcy "ђ" ><!--CYRILLIC SMALL LETTER DJE -->
|
||||
<!ENTITY DScy "Ѕ" ><!--CYRILLIC CAPITAL LETTER DZE -->
|
||||
<!ENTITY dscy "ѕ" ><!--CYRILLIC SMALL LETTER DZE -->
|
||||
<!ENTITY DZcy "Џ" ><!--CYRILLIC CAPITAL LETTER DZHE -->
|
||||
<!ENTITY dzcy "џ" ><!--CYRILLIC SMALL LETTER DZHE -->
|
||||
<!ENTITY GJcy "Ѓ" ><!--CYRILLIC CAPITAL LETTER GJE -->
|
||||
<!ENTITY gjcy "ѓ" ><!--CYRILLIC SMALL LETTER GJE -->
|
||||
<!ENTITY Iukcy "І" ><!--CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I -->
|
||||
<!ENTITY iukcy "і" ><!--CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I -->
|
||||
<!ENTITY Jsercy "Ј" ><!--CYRILLIC CAPITAL LETTER JE -->
|
||||
<!ENTITY jsercy "ј" ><!--CYRILLIC SMALL LETTER JE -->
|
||||
<!ENTITY Jukcy "Є" ><!--CYRILLIC CAPITAL LETTER UKRAINIAN IE -->
|
||||
<!ENTITY jukcy "є" ><!--CYRILLIC SMALL LETTER UKRAINIAN IE -->
|
||||
<!ENTITY KJcy "Ќ" ><!--CYRILLIC CAPITAL LETTER KJE -->
|
||||
<!ENTITY kjcy "ќ" ><!--CYRILLIC SMALL LETTER KJE -->
|
||||
<!ENTITY LJcy "Љ" ><!--CYRILLIC CAPITAL LETTER LJE -->
|
||||
<!ENTITY ljcy "љ" ><!--CYRILLIC SMALL LETTER LJE -->
|
||||
<!ENTITY NJcy "Њ" ><!--CYRILLIC CAPITAL LETTER NJE -->
|
||||
<!ENTITY njcy "њ" ><!--CYRILLIC SMALL LETTER NJE -->
|
||||
<!ENTITY TSHcy "Ћ" ><!--CYRILLIC CAPITAL LETTER TSHE -->
|
||||
<!ENTITY tshcy "ћ" ><!--CYRILLIC SMALL LETTER TSHE -->
|
||||
<!ENTITY Ubrcy "Ў" ><!--CYRILLIC CAPITAL LETTER SHORT U -->
|
||||
<!ENTITY ubrcy "ў" ><!--CYRILLIC SMALL LETTER SHORT U -->
|
||||
<!ENTITY YIcy "Ї" ><!--CYRILLIC CAPITAL LETTER YI -->
|
||||
<!ENTITY yicy "ї" ><!--CYRILLIC SMALL LETTER YI -->
|
|
@ -1,55 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isodia.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isodia.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isodia.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isodia PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isodia.ent"
|
||||
>
|
||||
%isodia;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY acute "´" ><!--ACUTE ACCENT -->
|
||||
<!ENTITY breve "˘" ><!--BREVE -->
|
||||
<!ENTITY caron "ˇ" ><!--CARON -->
|
||||
<!ENTITY cedil "¸" ><!--CEDILLA -->
|
||||
<!ENTITY circ "ˆ" ><!--MODIFIER LETTER CIRCUMFLEX ACCENT -->
|
||||
<!ENTITY dblac "˝" ><!--DOUBLE ACUTE ACCENT -->
|
||||
<!ENTITY die "¨" ><!--DIAERESIS -->
|
||||
<!ENTITY dot "˙" ><!--DOT ABOVE -->
|
||||
<!ENTITY grave "`" ><!--GRAVE ACCENT -->
|
||||
<!ENTITY macr "¯" ><!--MACRON -->
|
||||
<!ENTITY ogon "˛" ><!--OGONEK -->
|
||||
<!ENTITY ring "˚" ><!--RING ABOVE -->
|
||||
<!ENTITY tilde "˜" ><!--SMALL TILDE -->
|
||||
<!ENTITY uml "¨" ><!--DIAERESIS -->
|
|
@ -1,90 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isogrk1.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isogrk1.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Greek Letters//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isogrk1.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isogrk1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isogrk1.ent"
|
||||
>
|
||||
%isogrk1;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY Agr "Α" ><!--GREEK CAPITAL LETTER ALPHA -->
|
||||
<!ENTITY agr "α" ><!--GREEK SMALL LETTER ALPHA -->
|
||||
<!ENTITY Bgr "Β" ><!--GREEK CAPITAL LETTER BETA -->
|
||||
<!ENTITY bgr "β" ><!--GREEK SMALL LETTER BETA -->
|
||||
<!ENTITY Dgr "Δ" ><!--GREEK CAPITAL LETTER DELTA -->
|
||||
<!ENTITY dgr "δ" ><!--GREEK SMALL LETTER DELTA -->
|
||||
<!ENTITY EEgr "Η" ><!--GREEK CAPITAL LETTER ETA -->
|
||||
<!ENTITY eegr "η" ><!--GREEK SMALL LETTER ETA -->
|
||||
<!ENTITY Egr "Ε" ><!--GREEK CAPITAL LETTER EPSILON -->
|
||||
<!ENTITY egr "ε" ><!--GREEK SMALL LETTER EPSILON -->
|
||||
<!ENTITY Ggr "Γ" ><!--GREEK CAPITAL LETTER GAMMA -->
|
||||
<!ENTITY ggr "γ" ><!--GREEK SMALL LETTER GAMMA -->
|
||||
<!ENTITY Igr "Ι" ><!--GREEK CAPITAL LETTER IOTA -->
|
||||
<!ENTITY igr "ι" ><!--GREEK SMALL LETTER IOTA -->
|
||||
<!ENTITY Kgr "Κ" ><!--GREEK CAPITAL LETTER KAPPA -->
|
||||
<!ENTITY kgr "κ" ><!--GREEK SMALL LETTER KAPPA -->
|
||||
<!ENTITY KHgr "Χ" ><!--GREEK CAPITAL LETTER CHI -->
|
||||
<!ENTITY khgr "χ" ><!--GREEK SMALL LETTER CHI -->
|
||||
<!ENTITY Lgr "Λ" ><!--GREEK CAPITAL LETTER LAMDA -->
|
||||
<!ENTITY lgr "λ" ><!--GREEK SMALL LETTER LAMDA -->
|
||||
<!ENTITY Mgr "Μ" ><!--GREEK CAPITAL LETTER MU -->
|
||||
<!ENTITY mgr "μ" ><!--GREEK SMALL LETTER MU -->
|
||||
<!ENTITY Ngr "Ν" ><!--GREEK CAPITAL LETTER NU -->
|
||||
<!ENTITY ngr "ν" ><!--GREEK SMALL LETTER NU -->
|
||||
<!ENTITY Ogr "Ο" ><!--GREEK CAPITAL LETTER OMICRON -->
|
||||
<!ENTITY ogr "ο" ><!--GREEK SMALL LETTER OMICRON -->
|
||||
<!ENTITY OHgr "Ω" ><!--GREEK CAPITAL LETTER OMEGA -->
|
||||
<!ENTITY ohgr "ω" ><!--GREEK SMALL LETTER OMEGA -->
|
||||
<!ENTITY Pgr "Π" ><!--GREEK CAPITAL LETTER PI -->
|
||||
<!ENTITY pgr "π" ><!--GREEK SMALL LETTER PI -->
|
||||
<!ENTITY PHgr "Φ" ><!--GREEK CAPITAL LETTER PHI -->
|
||||
<!ENTITY phgr "φ" ><!--GREEK SMALL LETTER PHI -->
|
||||
<!ENTITY PSgr "Ψ" ><!--GREEK CAPITAL LETTER PSI -->
|
||||
<!ENTITY psgr "ψ" ><!--GREEK SMALL LETTER PSI -->
|
||||
<!ENTITY Rgr "Ρ" ><!--GREEK CAPITAL LETTER RHO -->
|
||||
<!ENTITY rgr "ρ" ><!--GREEK SMALL LETTER RHO -->
|
||||
<!ENTITY sfgr "ς" ><!--GREEK SMALL LETTER FINAL SIGMA -->
|
||||
<!ENTITY Sgr "Σ" ><!--GREEK CAPITAL LETTER SIGMA -->
|
||||
<!ENTITY sgr "σ" ><!--GREEK SMALL LETTER SIGMA -->
|
||||
<!ENTITY Tgr "Τ" ><!--GREEK CAPITAL LETTER TAU -->
|
||||
<!ENTITY tgr "τ" ><!--GREEK SMALL LETTER TAU -->
|
||||
<!ENTITY THgr "Θ" ><!--GREEK CAPITAL LETTER THETA -->
|
||||
<!ENTITY thgr "θ" ><!--GREEK SMALL LETTER THETA -->
|
||||
<!ENTITY Ugr "Υ" ><!--GREEK CAPITAL LETTER UPSILON -->
|
||||
<!ENTITY ugr "υ" ><!--GREEK SMALL LETTER UPSILON -->
|
||||
<!ENTITY Xgr "Ξ" ><!--GREEK CAPITAL LETTER XI -->
|
||||
<!ENTITY xgr "ξ" ><!--GREEK SMALL LETTER XI -->
|
||||
<!ENTITY Zgr "Ζ" ><!--GREEK CAPITAL LETTER ZETA -->
|
||||
<!ENTITY zgr "ζ" ><!--GREEK SMALL LETTER ZETA -->
|
|
@ -1,61 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isogrk2.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isogrk2.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isogrk2.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isogrk2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isogrk2.ent"
|
||||
>
|
||||
%isogrk2;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY Aacgr "Ά" ><!--GREEK CAPITAL LETTER ALPHA WITH TONOS -->
|
||||
<!ENTITY aacgr "ά" ><!--GREEK SMALL LETTER ALPHA WITH TONOS -->
|
||||
<!ENTITY Eacgr "Έ" ><!--GREEK CAPITAL LETTER EPSILON WITH TONOS -->
|
||||
<!ENTITY eacgr "έ" ><!--GREEK SMALL LETTER EPSILON WITH TONOS -->
|
||||
<!ENTITY EEacgr "Ή" ><!--GREEK CAPITAL LETTER ETA WITH TONOS -->
|
||||
<!ENTITY eeacgr "ή" ><!--GREEK SMALL LETTER ETA WITH TONOS -->
|
||||
<!ENTITY Iacgr "Ί" ><!--GREEK CAPITAL LETTER IOTA WITH TONOS -->
|
||||
<!ENTITY iacgr "ί" ><!--GREEK SMALL LETTER IOTA WITH TONOS -->
|
||||
<!ENTITY idiagr "ΐ" ><!--GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
|
||||
<!ENTITY Idigr "Ϊ" ><!--GREEK CAPITAL LETTER IOTA WITH DIALYTIKA -->
|
||||
<!ENTITY idigr "ϊ" ><!--GREEK SMALL LETTER IOTA WITH DIALYTIKA -->
|
||||
<!ENTITY Oacgr "Ό" ><!--GREEK CAPITAL LETTER OMICRON WITH TONOS -->
|
||||
<!ENTITY oacgr "ό" ><!--GREEK SMALL LETTER OMICRON WITH TONOS -->
|
||||
<!ENTITY OHacgr "Ώ" ><!--GREEK CAPITAL LETTER OMEGA WITH TONOS -->
|
||||
<!ENTITY ohacgr "ώ" ><!--GREEK SMALL LETTER OMEGA WITH TONOS -->
|
||||
<!ENTITY Uacgr "Ύ" ><!--GREEK CAPITAL LETTER UPSILON WITH TONOS -->
|
||||
<!ENTITY uacgr "ύ" ><!--GREEK SMALL LETTER UPSILON WITH TONOS -->
|
||||
<!ENTITY udiagr "ΰ" ><!--GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
|
||||
<!ENTITY Udigr "Ϋ" ><!--GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA -->
|
||||
<!ENTITY udigr "ϋ" ><!--GREEK SMALL LETTER UPSILON WITH DIALYTIKA -->
|
|
@ -1,84 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isogrk3.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isogrk3.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Greek Symbols//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/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
|
||||
"ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isogrk3.ent"
|
||||
>
|
||||
%isogrk3;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY alpha "α" ><!--GREEK SMALL LETTER ALPHA -->
|
||||
<!ENTITY beta "β" ><!--GREEK SMALL LETTER BETA -->
|
||||
<!ENTITY chi "χ" ><!--GREEK SMALL LETTER CHI -->
|
||||
<!ENTITY Delta "Δ" ><!--GREEK CAPITAL LETTER DELTA -->
|
||||
<!ENTITY delta "δ" ><!--GREEK SMALL LETTER DELTA -->
|
||||
<!ENTITY epsi "ϵ" ><!--GREEK LUNATE EPSILON SYMBOL -->
|
||||
<!ENTITY epsis "ϵ" ><!--GREEK LUNATE EPSILON SYMBOL -->
|
||||
<!ENTITY epsiv "ε" ><!--GREEK SMALL LETTER EPSILON -->
|
||||
<!ENTITY eta "η" ><!--GREEK SMALL LETTER ETA -->
|
||||
<!ENTITY Gamma "Γ" ><!--GREEK CAPITAL LETTER GAMMA -->
|
||||
<!ENTITY gamma "γ" ><!--GREEK SMALL LETTER GAMMA -->
|
||||
<!ENTITY gammad "ϝ" ><!--GREEK SMALL LETTER DIGAMMA -->
|
||||
<!ENTITY iota "ι" ><!--GREEK SMALL LETTER IOTA -->
|
||||
<!ENTITY kappa "κ" ><!--GREEK SMALL LETTER KAPPA -->
|
||||
<!ENTITY kappav "ϰ" ><!--GREEK KAPPA SYMBOL -->
|
||||
<!ENTITY Lambda "Λ" ><!--GREEK CAPITAL LETTER LAMDA -->
|
||||
<!ENTITY lambda "λ" ><!--GREEK SMALL LETTER LAMDA -->
|
||||
<!ENTITY mu "μ" ><!--GREEK SMALL LETTER MU -->
|
||||
<!ENTITY nu "ν" ><!--GREEK SMALL LETTER NU -->
|
||||
<!ENTITY Omega "Ω" ><!--GREEK CAPITAL LETTER OMEGA -->
|
||||
<!ENTITY omega "ω" ><!--GREEK SMALL LETTER OMEGA -->
|
||||
<!ENTITY Phi "Φ" ><!--GREEK CAPITAL LETTER PHI -->
|
||||
<!ENTITY phis "ϕ" ><!--GREEK PHI SYMBOL -->
|
||||
<!ENTITY phiv "φ" ><!--GREEK SMALL LETTER PHI -->
|
||||
<!ENTITY Pi "Π" ><!--GREEK CAPITAL LETTER PI -->
|
||||
<!ENTITY pi "π" ><!--GREEK SMALL LETTER PI -->
|
||||
<!ENTITY piv "ϖ" ><!--GREEK PI SYMBOL -->
|
||||
<!ENTITY Psi "Ψ" ><!--GREEK CAPITAL LETTER PSI -->
|
||||
<!ENTITY psi "ψ" ><!--GREEK SMALL LETTER PSI -->
|
||||
<!ENTITY rho "ρ" ><!--GREEK SMALL LETTER RHO -->
|
||||
<!ENTITY rhov "ϱ" ><!--GREEK RHO SYMBOL -->
|
||||
<!ENTITY Sigma "Σ" ><!--GREEK CAPITAL LETTER SIGMA -->
|
||||
<!ENTITY sigma "σ" ><!--GREEK SMALL LETTER SIGMA -->
|
||||
<!ENTITY sigmav "ς" ><!--GREEK SMALL LETTER FINAL SIGMA -->
|
||||
<!ENTITY tau "τ" ><!--GREEK SMALL LETTER TAU -->
|
||||
<!ENTITY Theta "Θ" ><!--GREEK CAPITAL LETTER THETA -->
|
||||
<!ENTITY thetas "θ" ><!--GREEK SMALL LETTER THETA -->
|
||||
<!ENTITY thetav "ϑ" ><!--GREEK THETA SYMBOL -->
|
||||
<!ENTITY Upsi "ϒ" ><!--GREEK UPSILON WITH HOOK SYMBOL -->
|
||||
<!ENTITY upsi "υ" ><!--GREEK SMALL LETTER UPSILON -->
|
||||
<!ENTITY Xi "Ξ" ><!--GREEK CAPITAL LETTER XI -->
|
||||
<!ENTITY xi "ξ" ><!--GREEK SMALL LETTER XI -->
|
||||
<!ENTITY zeta "ζ" ><!--GREEK SMALL LETTER ZETA -->
|
|
@ -1,84 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isogrk4.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isogrk4.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isogrk4.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isogrk4 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isogrk4.ent"
|
||||
>
|
||||
%isogrk4;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY b.alpha "𝛂" ><!--MATHEMATICAL BOLD SMALL ALPHA -->
|
||||
<!ENTITY b.beta "𝛃" ><!--MATHEMATICAL BOLD SMALL BETA -->
|
||||
<!ENTITY b.chi "𝛘" ><!--MATHEMATICAL BOLD SMALL CHI -->
|
||||
<!ENTITY b.Delta "𝚫" ><!--MATHEMATICAL BOLD CAPITAL DELTA -->
|
||||
<!ENTITY b.delta "𝛅" ><!--MATHEMATICAL BOLD SMALL DELTA -->
|
||||
<!ENTITY b.epsi "𝛆" ><!--MATHEMATICAL BOLD SMALL EPSILON -->
|
||||
<!ENTITY b.epsiv "𝛜" ><!--MATHEMATICAL BOLD EPSILON SYMBOL -->
|
||||
<!ENTITY b.eta "𝛈" ><!--MATHEMATICAL BOLD SMALL ETA -->
|
||||
<!ENTITY b.Gamma "𝚪" ><!--MATHEMATICAL BOLD CAPITAL GAMMA -->
|
||||
<!ENTITY b.gamma "𝛄" ><!--MATHEMATICAL BOLD SMALL GAMMA -->
|
||||
<!ENTITY b.Gammad "Ϝ" ><!--GREEK LETTER DIGAMMA -->
|
||||
<!ENTITY b.gammad "ϝ" ><!--GREEK SMALL LETTER DIGAMMA -->
|
||||
<!ENTITY b.iota "𝛊" ><!--MATHEMATICAL BOLD SMALL IOTA -->
|
||||
<!ENTITY b.kappa "𝛋" ><!--MATHEMATICAL BOLD SMALL KAPPA -->
|
||||
<!ENTITY b.kappav "𝛞" ><!--MATHEMATICAL BOLD KAPPA SYMBOL -->
|
||||
<!ENTITY b.Lambda "𝚲" ><!--MATHEMATICAL BOLD CAPITAL LAMDA -->
|
||||
<!ENTITY b.lambda "𝛌" ><!--MATHEMATICAL BOLD SMALL LAMDA -->
|
||||
<!ENTITY b.mu "𝛍" ><!--MATHEMATICAL BOLD SMALL MU -->
|
||||
<!ENTITY b.nu "𝛎" ><!--MATHEMATICAL BOLD SMALL NU -->
|
||||
<!ENTITY b.Omega "𝛀" ><!--MATHEMATICAL BOLD CAPITAL OMEGA -->
|
||||
<!ENTITY b.omega "𝛚" ><!--MATHEMATICAL BOLD SMALL OMEGA -->
|
||||
<!ENTITY b.Phi "𝚽" ><!--MATHEMATICAL BOLD CAPITAL PHI -->
|
||||
<!ENTITY b.phi "𝛗" ><!--MATHEMATICAL BOLD SMALL PHI -->
|
||||
<!ENTITY b.phiv "𝛟" ><!--MATHEMATICAL BOLD PHI SYMBOL -->
|
||||
<!ENTITY b.Pi "𝚷" ><!--MATHEMATICAL BOLD CAPITAL PI -->
|
||||
<!ENTITY b.pi "𝛑" ><!--MATHEMATICAL BOLD SMALL PI -->
|
||||
<!ENTITY b.piv "𝛡" ><!--MATHEMATICAL BOLD PI SYMBOL -->
|
||||
<!ENTITY b.Psi "𝚿" ><!--MATHEMATICAL BOLD CAPITAL PSI -->
|
||||
<!ENTITY b.psi "𝛙" ><!--MATHEMATICAL BOLD SMALL PSI -->
|
||||
<!ENTITY b.rho "𝛒" ><!--MATHEMATICAL BOLD SMALL RHO -->
|
||||
<!ENTITY b.rhov "𝛠" ><!--MATHEMATICAL BOLD RHO SYMBOL -->
|
||||
<!ENTITY b.Sigma "𝚺" ><!--MATHEMATICAL BOLD CAPITAL SIGMA -->
|
||||
<!ENTITY b.sigma "𝛔" ><!--MATHEMATICAL BOLD SMALL SIGMA -->
|
||||
<!ENTITY b.sigmav "𝛓" ><!--MATHEMATICAL BOLD SMALL FINAL SIGMA -->
|
||||
<!ENTITY b.tau "𝛕" ><!--MATHEMATICAL BOLD SMALL TAU -->
|
||||
<!ENTITY b.Theta "𝚯" ><!--MATHEMATICAL BOLD CAPITAL THETA -->
|
||||
<!ENTITY b.thetas "𝛉" ><!--MATHEMATICAL BOLD SMALL THETA -->
|
||||
<!ENTITY b.thetav "𝛝" ><!--MATHEMATICAL BOLD THETA SYMBOL -->
|
||||
<!ENTITY b.Upsi "𝚼" ><!--MATHEMATICAL BOLD CAPITAL UPSILON -->
|
||||
<!ENTITY b.upsi "𝛖" ><!--MATHEMATICAL BOLD SMALL UPSILON -->
|
||||
<!ENTITY b.Xi "𝚵" ><!--MATHEMATICAL BOLD CAPITAL XI -->
|
||||
<!ENTITY b.xi "𝛏" ><!--MATHEMATICAL BOLD SMALL XI -->
|
||||
<!ENTITY b.zeta "𝛇" ><!--MATHEMATICAL BOLD SMALL ZETA -->
|
|
@ -1,103 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isolat1.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isolat1.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Latin 1//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isolat1.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isolat1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isolat1.ent"
|
||||
>
|
||||
%isolat1;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY Aacute "Á" ><!--LATIN CAPITAL LETTER A WITH ACUTE -->
|
||||
<!ENTITY aacute "á" ><!--LATIN SMALL LETTER A WITH ACUTE -->
|
||||
<!ENTITY Acirc "Â" ><!--LATIN CAPITAL LETTER A WITH CIRCUMFLEX -->
|
||||
<!ENTITY acirc "â" ><!--LATIN SMALL LETTER A WITH CIRCUMFLEX -->
|
||||
<!ENTITY AElig "Æ" ><!--LATIN CAPITAL LETTER AE -->
|
||||
<!ENTITY aelig "æ" ><!--LATIN SMALL LETTER AE -->
|
||||
<!ENTITY Agrave "À" ><!--LATIN CAPITAL LETTER A WITH GRAVE -->
|
||||
<!ENTITY agrave "à" ><!--LATIN SMALL LETTER A WITH GRAVE -->
|
||||
<!ENTITY Aring "Å" ><!--LATIN CAPITAL LETTER A WITH RING ABOVE -->
|
||||
<!ENTITY aring "å" ><!--LATIN SMALL LETTER A WITH RING ABOVE -->
|
||||
<!ENTITY Atilde "Ã" ><!--LATIN CAPITAL LETTER A WITH TILDE -->
|
||||
<!ENTITY atilde "ã" ><!--LATIN SMALL LETTER A WITH TILDE -->
|
||||
<!ENTITY Auml "Ä" ><!--LATIN CAPITAL LETTER A WITH DIAERESIS -->
|
||||
<!ENTITY auml "ä" ><!--LATIN SMALL LETTER A WITH DIAERESIS -->
|
||||
<!ENTITY Ccedil "Ç" ><!--LATIN CAPITAL LETTER C WITH CEDILLA -->
|
||||
<!ENTITY ccedil "ç" ><!--LATIN SMALL LETTER C WITH CEDILLA -->
|
||||
<!ENTITY Eacute "É" ><!--LATIN CAPITAL LETTER E WITH ACUTE -->
|
||||
<!ENTITY eacute "é" ><!--LATIN SMALL LETTER E WITH ACUTE -->
|
||||
<!ENTITY Ecirc "Ê" ><!--LATIN CAPITAL LETTER E WITH CIRCUMFLEX -->
|
||||
<!ENTITY ecirc "ê" ><!--LATIN SMALL LETTER E WITH CIRCUMFLEX -->
|
||||
<!ENTITY Egrave "È" ><!--LATIN CAPITAL LETTER E WITH GRAVE -->
|
||||
<!ENTITY egrave "è" ><!--LATIN SMALL LETTER E WITH GRAVE -->
|
||||
<!ENTITY ETH "Ð" ><!--LATIN CAPITAL LETTER ETH -->
|
||||
<!ENTITY eth "ð" ><!--LATIN SMALL LETTER ETH -->
|
||||
<!ENTITY Euml "Ë" ><!--LATIN CAPITAL LETTER E WITH DIAERESIS -->
|
||||
<!ENTITY euml "ë" ><!--LATIN SMALL LETTER E WITH DIAERESIS -->
|
||||
<!ENTITY Iacute "Í" ><!--LATIN CAPITAL LETTER I WITH ACUTE -->
|
||||
<!ENTITY iacute "í" ><!--LATIN SMALL LETTER I WITH ACUTE -->
|
||||
<!ENTITY Icirc "Î" ><!--LATIN CAPITAL LETTER I WITH CIRCUMFLEX -->
|
||||
<!ENTITY icirc "î" ><!--LATIN SMALL LETTER I WITH CIRCUMFLEX -->
|
||||
<!ENTITY Igrave "Ì" ><!--LATIN CAPITAL LETTER I WITH GRAVE -->
|
||||
<!ENTITY igrave "ì" ><!--LATIN SMALL LETTER I WITH GRAVE -->
|
||||
<!ENTITY Iuml "Ï" ><!--LATIN CAPITAL LETTER I WITH DIAERESIS -->
|
||||
<!ENTITY iuml "ï" ><!--LATIN SMALL LETTER I WITH DIAERESIS -->
|
||||
<!ENTITY Ntilde "Ñ" ><!--LATIN CAPITAL LETTER N WITH TILDE -->
|
||||
<!ENTITY ntilde "ñ" ><!--LATIN SMALL LETTER N WITH TILDE -->
|
||||
<!ENTITY Oacute "Ó" ><!--LATIN CAPITAL LETTER O WITH ACUTE -->
|
||||
<!ENTITY oacute "ó" ><!--LATIN SMALL LETTER O WITH ACUTE -->
|
||||
<!ENTITY Ocirc "Ô" ><!--LATIN CAPITAL LETTER O WITH CIRCUMFLEX -->
|
||||
<!ENTITY ocirc "ô" ><!--LATIN SMALL LETTER O WITH CIRCUMFLEX -->
|
||||
<!ENTITY Ograve "Ò" ><!--LATIN CAPITAL LETTER O WITH GRAVE -->
|
||||
<!ENTITY ograve "ò" ><!--LATIN SMALL LETTER O WITH GRAVE -->
|
||||
<!ENTITY Oslash "Ø" ><!--LATIN CAPITAL LETTER O WITH STROKE -->
|
||||
<!ENTITY oslash "ø" ><!--LATIN SMALL LETTER O WITH STROKE -->
|
||||
<!ENTITY Otilde "Õ" ><!--LATIN CAPITAL LETTER O WITH TILDE -->
|
||||
<!ENTITY otilde "õ" ><!--LATIN SMALL LETTER O WITH TILDE -->
|
||||
<!ENTITY Ouml "Ö" ><!--LATIN CAPITAL LETTER O WITH DIAERESIS -->
|
||||
<!ENTITY ouml "ö" ><!--LATIN SMALL LETTER O WITH DIAERESIS -->
|
||||
<!ENTITY szlig "ß" ><!--LATIN SMALL LETTER SHARP S -->
|
||||
<!ENTITY THORN "Þ" ><!--LATIN CAPITAL LETTER THORN -->
|
||||
<!ENTITY thorn "þ" ><!--LATIN SMALL LETTER THORN -->
|
||||
<!ENTITY Uacute "Ú" ><!--LATIN CAPITAL LETTER U WITH ACUTE -->
|
||||
<!ENTITY uacute "ú" ><!--LATIN SMALL LETTER U WITH ACUTE -->
|
||||
<!ENTITY Ucirc "Û" ><!--LATIN CAPITAL LETTER U WITH CIRCUMFLEX -->
|
||||
<!ENTITY ucirc "û" ><!--LATIN SMALL LETTER U WITH CIRCUMFLEX -->
|
||||
<!ENTITY Ugrave "Ù" ><!--LATIN CAPITAL LETTER U WITH GRAVE -->
|
||||
<!ENTITY ugrave "ù" ><!--LATIN SMALL LETTER U WITH GRAVE -->
|
||||
<!ENTITY Uuml "Ü" ><!--LATIN CAPITAL LETTER U WITH DIAERESIS -->
|
||||
<!ENTITY uuml "ü" ><!--LATIN SMALL LETTER U WITH DIAERESIS -->
|
||||
<!ENTITY Yacute "Ý" ><!--LATIN CAPITAL LETTER Y WITH ACUTE -->
|
||||
<!ENTITY yacute "ý" ><!--LATIN SMALL LETTER Y WITH ACUTE -->
|
||||
<!ENTITY yuml "ÿ" ><!--LATIN SMALL LETTER Y WITH DIAERESIS -->
|
|
@ -1,162 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isolat2.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isolat2.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Added Latin 2//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isolat2.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isolat2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isolat2.ent"
|
||||
>
|
||||
%isolat2;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY Abreve "Ă" ><!--LATIN CAPITAL LETTER A WITH BREVE -->
|
||||
<!ENTITY abreve "ă" ><!--LATIN SMALL LETTER A WITH BREVE -->
|
||||
<!ENTITY Amacr "Ā" ><!--LATIN CAPITAL LETTER A WITH MACRON -->
|
||||
<!ENTITY amacr "ā" ><!--LATIN SMALL LETTER A WITH MACRON -->
|
||||
<!ENTITY Aogon "Ą" ><!--LATIN CAPITAL LETTER A WITH OGONEK -->
|
||||
<!ENTITY aogon "ą" ><!--LATIN SMALL LETTER A WITH OGONEK -->
|
||||
<!ENTITY Cacute "Ć" ><!--LATIN CAPITAL LETTER C WITH ACUTE -->
|
||||
<!ENTITY cacute "ć" ><!--LATIN SMALL LETTER C WITH ACUTE -->
|
||||
<!ENTITY Ccaron "Č" ><!--LATIN CAPITAL LETTER C WITH CARON -->
|
||||
<!ENTITY ccaron "č" ><!--LATIN SMALL LETTER C WITH CARON -->
|
||||
<!ENTITY Ccirc "Ĉ" ><!--LATIN CAPITAL LETTER C WITH CIRCUMFLEX -->
|
||||
<!ENTITY ccirc "ĉ" ><!--LATIN SMALL LETTER C WITH CIRCUMFLEX -->
|
||||
<!ENTITY Cdot "Ċ" ><!--LATIN CAPITAL LETTER C WITH DOT ABOVE -->
|
||||
<!ENTITY cdot "ċ" ><!--LATIN SMALL LETTER C WITH DOT ABOVE -->
|
||||
<!ENTITY Dcaron "Ď" ><!--LATIN CAPITAL LETTER D WITH CARON -->
|
||||
<!ENTITY dcaron "ď" ><!--LATIN SMALL LETTER D WITH CARON -->
|
||||
<!ENTITY Dstrok "Đ" ><!--LATIN CAPITAL LETTER D WITH STROKE -->
|
||||
<!ENTITY dstrok "đ" ><!--LATIN SMALL LETTER D WITH STROKE -->
|
||||
<!ENTITY Ecaron "Ě" ><!--LATIN CAPITAL LETTER E WITH CARON -->
|
||||
<!ENTITY ecaron "ě" ><!--LATIN SMALL LETTER E WITH CARON -->
|
||||
<!ENTITY Edot "Ė" ><!--LATIN CAPITAL LETTER E WITH DOT ABOVE -->
|
||||
<!ENTITY edot "ė" ><!--LATIN SMALL LETTER E WITH DOT ABOVE -->
|
||||
<!ENTITY Emacr "Ē" ><!--LATIN CAPITAL LETTER E WITH MACRON -->
|
||||
<!ENTITY emacr "ē" ><!--LATIN SMALL LETTER E WITH MACRON -->
|
||||
<!ENTITY ENG "Ŋ" ><!--LATIN CAPITAL LETTER ENG -->
|
||||
<!ENTITY eng "ŋ" ><!--LATIN SMALL LETTER ENG -->
|
||||
<!ENTITY Eogon "Ę" ><!--LATIN CAPITAL LETTER E WITH OGONEK -->
|
||||
<!ENTITY eogon "ę" ><!--LATIN SMALL LETTER E WITH OGONEK -->
|
||||
<!ENTITY gacute "ǵ" ><!--LATIN SMALL LETTER G WITH ACUTE -->
|
||||
<!ENTITY Gbreve "Ğ" ><!--LATIN CAPITAL LETTER G WITH BREVE -->
|
||||
<!ENTITY gbreve "ğ" ><!--LATIN SMALL LETTER G WITH BREVE -->
|
||||
<!ENTITY Gcedil "Ģ" ><!--LATIN CAPITAL LETTER G WITH CEDILLA -->
|
||||
<!ENTITY Gcirc "Ĝ" ><!--LATIN CAPITAL LETTER G WITH CIRCUMFLEX -->
|
||||
<!ENTITY gcirc "ĝ" ><!--LATIN SMALL LETTER G WITH CIRCUMFLEX -->
|
||||
<!ENTITY Gdot "Ġ" ><!--LATIN CAPITAL LETTER G WITH DOT ABOVE -->
|
||||
<!ENTITY gdot "ġ" ><!--LATIN SMALL LETTER G WITH DOT ABOVE -->
|
||||
<!ENTITY Hcirc "Ĥ" ><!--LATIN CAPITAL LETTER H WITH CIRCUMFLEX -->
|
||||
<!ENTITY hcirc "ĥ" ><!--LATIN SMALL LETTER H WITH CIRCUMFLEX -->
|
||||
<!ENTITY Hstrok "Ħ" ><!--LATIN CAPITAL LETTER H WITH STROKE -->
|
||||
<!ENTITY hstrok "ħ" ><!--LATIN SMALL LETTER H WITH STROKE -->
|
||||
<!ENTITY Idot "İ" ><!--LATIN CAPITAL LETTER I WITH DOT ABOVE -->
|
||||
<!ENTITY IJlig "IJ" ><!--LATIN CAPITAL LIGATURE IJ -->
|
||||
<!ENTITY ijlig "ij" ><!--LATIN SMALL LIGATURE IJ -->
|
||||
<!ENTITY Imacr "Ī" ><!--LATIN CAPITAL LETTER I WITH MACRON -->
|
||||
<!ENTITY imacr "ī" ><!--LATIN SMALL LETTER I WITH MACRON -->
|
||||
<!ENTITY inodot "ı" ><!--LATIN SMALL LETTER DOTLESS I -->
|
||||
<!ENTITY Iogon "Į" ><!--LATIN CAPITAL LETTER I WITH OGONEK -->
|
||||
<!ENTITY iogon "į" ><!--LATIN SMALL LETTER I WITH OGONEK -->
|
||||
<!ENTITY Itilde "Ĩ" ><!--LATIN CAPITAL LETTER I WITH TILDE -->
|
||||
<!ENTITY itilde "ĩ" ><!--LATIN SMALL LETTER I WITH TILDE -->
|
||||
<!ENTITY Jcirc "Ĵ" ><!--LATIN CAPITAL LETTER J WITH CIRCUMFLEX -->
|
||||
<!ENTITY jcirc "ĵ" ><!--LATIN SMALL LETTER J WITH CIRCUMFLEX -->
|
||||
<!ENTITY Kcedil "Ķ" ><!--LATIN CAPITAL LETTER K WITH CEDILLA -->
|
||||
<!ENTITY kcedil "ķ" ><!--LATIN SMALL LETTER K WITH CEDILLA -->
|
||||
<!ENTITY kgreen "ĸ" ><!--LATIN SMALL LETTER KRA -->
|
||||
<!ENTITY Lacute "Ĺ" ><!--LATIN CAPITAL LETTER L WITH ACUTE -->
|
||||
<!ENTITY lacute "ĺ" ><!--LATIN SMALL LETTER L WITH ACUTE -->
|
||||
<!ENTITY Lcaron "Ľ" ><!--LATIN CAPITAL LETTER L WITH CARON -->
|
||||
<!ENTITY lcaron "ľ" ><!--LATIN SMALL LETTER L WITH CARON -->
|
||||
<!ENTITY Lcedil "Ļ" ><!--LATIN CAPITAL LETTER L WITH CEDILLA -->
|
||||
<!ENTITY lcedil "ļ" ><!--LATIN SMALL LETTER L WITH CEDILLA -->
|
||||
<!ENTITY Lmidot "Ŀ" ><!--LATIN CAPITAL LETTER L WITH MIDDLE DOT -->
|
||||
<!ENTITY lmidot "ŀ" ><!--LATIN SMALL LETTER L WITH MIDDLE DOT -->
|
||||
<!ENTITY Lstrok "Ł" ><!--LATIN CAPITAL LETTER L WITH STROKE -->
|
||||
<!ENTITY lstrok "ł" ><!--LATIN SMALL LETTER L WITH STROKE -->
|
||||
<!ENTITY Nacute "Ń" ><!--LATIN CAPITAL LETTER N WITH ACUTE -->
|
||||
<!ENTITY nacute "ń" ><!--LATIN SMALL LETTER N WITH ACUTE -->
|
||||
<!ENTITY napos "ʼn" ><!--LATIN SMALL LETTER N PRECEDED BY APOSTROPHE -->
|
||||
<!ENTITY Ncaron "Ň" ><!--LATIN CAPITAL LETTER N WITH CARON -->
|
||||
<!ENTITY ncaron "ň" ><!--LATIN SMALL LETTER N WITH CARON -->
|
||||
<!ENTITY Ncedil "Ņ" ><!--LATIN CAPITAL LETTER N WITH CEDILLA -->
|
||||
<!ENTITY ncedil "ņ" ><!--LATIN SMALL LETTER N WITH CEDILLA -->
|
||||
<!ENTITY Odblac "Ő" ><!--LATIN CAPITAL LETTER O WITH DOUBLE ACUTE -->
|
||||
<!ENTITY odblac "ő" ><!--LATIN SMALL LETTER O WITH DOUBLE ACUTE -->
|
||||
<!ENTITY OElig "Œ" ><!--LATIN CAPITAL LIGATURE OE -->
|
||||
<!ENTITY oelig "œ" ><!--LATIN SMALL LIGATURE OE -->
|
||||
<!ENTITY Omacr "Ō" ><!--LATIN CAPITAL LETTER O WITH MACRON -->
|
||||
<!ENTITY omacr "ō" ><!--LATIN SMALL LETTER O WITH MACRON -->
|
||||
<!ENTITY Racute "Ŕ" ><!--LATIN CAPITAL LETTER R WITH ACUTE -->
|
||||
<!ENTITY racute "ŕ" ><!--LATIN SMALL LETTER R WITH ACUTE -->
|
||||
<!ENTITY Rcaron "Ř" ><!--LATIN CAPITAL LETTER R WITH CARON -->
|
||||
<!ENTITY rcaron "ř" ><!--LATIN SMALL LETTER R WITH CARON -->
|
||||
<!ENTITY Rcedil "Ŗ" ><!--LATIN CAPITAL LETTER R WITH CEDILLA -->
|
||||
<!ENTITY rcedil "ŗ" ><!--LATIN SMALL LETTER R WITH CEDILLA -->
|
||||
<!ENTITY Sacute "Ś" ><!--LATIN CAPITAL LETTER S WITH ACUTE -->
|
||||
<!ENTITY sacute "ś" ><!--LATIN SMALL LETTER S WITH ACUTE -->
|
||||
<!ENTITY Scaron "Š" ><!--LATIN CAPITAL LETTER S WITH CARON -->
|
||||
<!ENTITY scaron "š" ><!--LATIN SMALL LETTER S WITH CARON -->
|
||||
<!ENTITY Scedil "Ş" ><!--LATIN CAPITAL LETTER S WITH CEDILLA -->
|
||||
<!ENTITY scedil "ş" ><!--LATIN SMALL LETTER S WITH CEDILLA -->
|
||||
<!ENTITY Scirc "Ŝ" ><!--LATIN CAPITAL LETTER S WITH CIRCUMFLEX -->
|
||||
<!ENTITY scirc "ŝ" ><!--LATIN SMALL LETTER S WITH CIRCUMFLEX -->
|
||||
<!ENTITY Tcaron "Ť" ><!--LATIN CAPITAL LETTER T WITH CARON -->
|
||||
<!ENTITY tcaron "ť" ><!--LATIN SMALL LETTER T WITH CARON -->
|
||||
<!ENTITY Tcedil "Ţ" ><!--LATIN CAPITAL LETTER T WITH CEDILLA -->
|
||||
<!ENTITY tcedil "ţ" ><!--LATIN SMALL LETTER T WITH CEDILLA -->
|
||||
<!ENTITY Tstrok "Ŧ" ><!--LATIN CAPITAL LETTER T WITH STROKE -->
|
||||
<!ENTITY tstrok "ŧ" ><!--LATIN SMALL LETTER T WITH STROKE -->
|
||||
<!ENTITY Ubreve "Ŭ" ><!--LATIN CAPITAL LETTER U WITH BREVE -->
|
||||
<!ENTITY ubreve "ŭ" ><!--LATIN SMALL LETTER U WITH BREVE -->
|
||||
<!ENTITY Udblac "Ű" ><!--LATIN CAPITAL LETTER U WITH DOUBLE ACUTE -->
|
||||
<!ENTITY udblac "ű" ><!--LATIN SMALL LETTER U WITH DOUBLE ACUTE -->
|
||||
<!ENTITY Umacr "Ū" ><!--LATIN CAPITAL LETTER U WITH MACRON -->
|
||||
<!ENTITY umacr "ū" ><!--LATIN SMALL LETTER U WITH MACRON -->
|
||||
<!ENTITY Uogon "Ų" ><!--LATIN CAPITAL LETTER U WITH OGONEK -->
|
||||
<!ENTITY uogon "ų" ><!--LATIN SMALL LETTER U WITH OGONEK -->
|
||||
<!ENTITY Uring "Ů" ><!--LATIN CAPITAL LETTER U WITH RING ABOVE -->
|
||||
<!ENTITY uring "ů" ><!--LATIN SMALL LETTER U WITH RING ABOVE -->
|
||||
<!ENTITY Utilde "Ũ" ><!--LATIN CAPITAL LETTER U WITH TILDE -->
|
||||
<!ENTITY utilde "ũ" ><!--LATIN SMALL LETTER U WITH TILDE -->
|
||||
<!ENTITY Wcirc "Ŵ" ><!--LATIN CAPITAL LETTER W WITH CIRCUMFLEX -->
|
||||
<!ENTITY wcirc "ŵ" ><!--LATIN SMALL LETTER W WITH CIRCUMFLEX -->
|
||||
<!ENTITY Ycirc "Ŷ" ><!--LATIN CAPITAL LETTER Y WITH CIRCUMFLEX -->
|
||||
<!ENTITY ycirc "ŷ" ><!--LATIN SMALL LETTER Y WITH CIRCUMFLEX -->
|
||||
<!ENTITY Yuml "Ÿ" ><!--LATIN CAPITAL LETTER Y WITH DIAERESIS -->
|
||||
<!ENTITY Zacute "Ź" ><!--LATIN CAPITAL LETTER Z WITH ACUTE -->
|
||||
<!ENTITY zacute "ź" ><!--LATIN SMALL LETTER Z WITH ACUTE -->
|
||||
<!ENTITY Zcaron "Ž" ><!--LATIN CAPITAL LETTER Z WITH CARON -->
|
||||
<!ENTITY zcaron "ž" ><!--LATIN SMALL LETTER Z WITH CARON -->
|
||||
<!ENTITY Zdot "Ż" ><!--LATIN CAPITAL LETTER Z WITH DOT ABOVE -->
|
||||
<!ENTITY zdot "ż" ><!--LATIN SMALL LETTER Z WITH DOT ABOVE -->
|
|
@ -1,117 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isonum.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isonum.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isonum.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isonum PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isonum.ent"
|
||||
>
|
||||
%isonum;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY amp "&#38;" ><!--AMPERSAND -->
|
||||
<!ENTITY apos "'" ><!--APOSTROPHE -->
|
||||
<!ENTITY ast "*" ><!--ASTERISK -->
|
||||
<!ENTITY brvbar "¦" ><!--BROKEN BAR -->
|
||||
<!ENTITY bsol "\" ><!--REVERSE SOLIDUS -->
|
||||
<!ENTITY cent "¢" ><!--CENT SIGN -->
|
||||
<!ENTITY colon ":" ><!--COLON -->
|
||||
<!ENTITY comma "," ><!--COMMA -->
|
||||
<!ENTITY commat "@" ><!--COMMERCIAL AT -->
|
||||
<!ENTITY copy "©" ><!--COPYRIGHT SIGN -->
|
||||
<!ENTITY curren "¤" ><!--CURRENCY SIGN -->
|
||||
<!ENTITY darr "↓" ><!--DOWNWARDS ARROW -->
|
||||
<!ENTITY deg "°" ><!--DEGREE SIGN -->
|
||||
<!ENTITY divide "÷" ><!--DIVISION SIGN -->
|
||||
<!ENTITY dollar "$" ><!--DOLLAR SIGN -->
|
||||
<!ENTITY equals "=" ><!--EQUALS SIGN -->
|
||||
<!ENTITY excl "!" ><!--EXCLAMATION MARK -->
|
||||
<!ENTITY frac12 "½" ><!--VULGAR FRACTION ONE HALF -->
|
||||
<!ENTITY frac14 "¼" ><!--VULGAR FRACTION ONE QUARTER -->
|
||||
<!ENTITY frac18 "⅛" ><!--VULGAR FRACTION ONE EIGHTH -->
|
||||
<!ENTITY frac34 "¾" ><!--VULGAR FRACTION THREE QUARTERS -->
|
||||
<!ENTITY frac38 "⅜" ><!--VULGAR FRACTION THREE EIGHTHS -->
|
||||
<!ENTITY frac58 "⅝" ><!--VULGAR FRACTION FIVE EIGHTHS -->
|
||||
<!ENTITY frac78 "⅞" ><!--VULGAR FRACTION SEVEN EIGHTHS -->
|
||||
<!ENTITY gt ">" ><!--GREATER-THAN SIGN -->
|
||||
<!ENTITY half "½" ><!--VULGAR FRACTION ONE HALF -->
|
||||
<!ENTITY horbar "―" ><!--HORIZONTAL BAR -->
|
||||
<!ENTITY hyphen "‐" ><!--HYPHEN -->
|
||||
<!ENTITY iexcl "¡" ><!--INVERTED EXCLAMATION MARK -->
|
||||
<!ENTITY iquest "¿" ><!--INVERTED QUESTION MARK -->
|
||||
<!ENTITY laquo "«" ><!--LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
||||
<!ENTITY larr "←" ><!--LEFTWARDS ARROW -->
|
||||
<!ENTITY lcub "{" ><!--LEFT CURLY BRACKET -->
|
||||
<!ENTITY ldquo "“" ><!--LEFT DOUBLE QUOTATION MARK -->
|
||||
<!ENTITY lowbar "_" ><!--LOW LINE -->
|
||||
<!ENTITY lpar "(" ><!--LEFT PARENTHESIS -->
|
||||
<!ENTITY lsqb "[" ><!--LEFT SQUARE BRACKET -->
|
||||
<!ENTITY lsquo "‘" ><!--LEFT SINGLE QUOTATION MARK -->
|
||||
<!ENTITY lt "&#60;" ><!--LESS-THAN SIGN -->
|
||||
<!ENTITY micro "µ" ><!--MICRO SIGN -->
|
||||
<!ENTITY middot "·" ><!--MIDDLE DOT -->
|
||||
<!ENTITY nbsp " " ><!--NO-BREAK SPACE -->
|
||||
<!ENTITY not "¬" ><!--NOT SIGN -->
|
||||
<!ENTITY num "#" ><!--NUMBER SIGN -->
|
||||
<!ENTITY ohm "Ω" ><!--OHM SIGN -->
|
||||
<!ENTITY ordf "ª" ><!--FEMININE ORDINAL INDICATOR -->
|
||||
<!ENTITY ordm "º" ><!--MASCULINE ORDINAL INDICATOR -->
|
||||
<!ENTITY para "¶" ><!--PILCROW SIGN -->
|
||||
<!ENTITY percnt "%" ><!--PERCENT SIGN -->
|
||||
<!ENTITY period "." ><!--FULL STOP -->
|
||||
<!ENTITY plus "+" ><!--PLUS SIGN -->
|
||||
<!ENTITY plusmn "±" ><!--PLUS-MINUS SIGN -->
|
||||
<!ENTITY pound "£" ><!--POUND SIGN -->
|
||||
<!ENTITY quest "?" ><!--QUESTION MARK -->
|
||||
<!ENTITY quot """ ><!--QUOTATION MARK -->
|
||||
<!ENTITY raquo "»" ><!--RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
||||
<!ENTITY rarr "→" ><!--RIGHTWARDS ARROW -->
|
||||
<!ENTITY rcub "}" ><!--RIGHT CURLY BRACKET -->
|
||||
<!ENTITY rdquo "”" ><!--RIGHT DOUBLE QUOTATION MARK -->
|
||||
<!ENTITY reg "®" ><!--REGISTERED SIGN -->
|
||||
<!ENTITY rpar ")" ><!--RIGHT PARENTHESIS -->
|
||||
<!ENTITY rsqb "]" ><!--RIGHT SQUARE BRACKET -->
|
||||
<!ENTITY rsquo "’" ><!--RIGHT SINGLE QUOTATION MARK -->
|
||||
<!ENTITY sect "§" ><!--SECTION SIGN -->
|
||||
<!ENTITY semi ";" ><!--SEMICOLON -->
|
||||
<!ENTITY shy "­" ><!--SOFT HYPHEN -->
|
||||
<!ENTITY sol "/" ><!--SOLIDUS -->
|
||||
<!ENTITY sung "♪" ><!--EIGHTH NOTE -->
|
||||
<!ENTITY sup1 "¹" ><!--SUPERSCRIPT ONE -->
|
||||
<!ENTITY sup2 "²" ><!--SUPERSCRIPT TWO -->
|
||||
<!ENTITY sup3 "³" ><!--SUPERSCRIPT THREE -->
|
||||
<!ENTITY times "×" ><!--MULTIPLICATION SIGN -->
|
||||
<!ENTITY trade "™" ><!--TRADE MARK SIGN -->
|
||||
<!ENTITY uarr "↑" ><!--UPWARDS ARROW -->
|
||||
<!ENTITY verbar "|" ><!--VERTICAL LINE -->
|
||||
<!ENTITY yen "¥" ><!--YEN SIGN -->
|
|
@ -1,125 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isopub.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isopub.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES Publishing//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isopub.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isopub PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Publishing//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isopub.ent"
|
||||
>
|
||||
%isopub;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY blank "␣" ><!--OPEN BOX -->
|
||||
<!ENTITY blk12 "▒" ><!--MEDIUM SHADE -->
|
||||
<!ENTITY blk14 "░" ><!--LIGHT SHADE -->
|
||||
<!ENTITY blk34 "▓" ><!--DARK SHADE -->
|
||||
<!ENTITY block "█" ><!--FULL BLOCK -->
|
||||
<!ENTITY bull "•" ><!--BULLET -->
|
||||
<!ENTITY caret "⁁" ><!--CARET INSERTION POINT -->
|
||||
<!ENTITY check "✓" ><!--CHECK MARK -->
|
||||
<!ENTITY cir "○" ><!--WHITE CIRCLE -->
|
||||
<!ENTITY clubs "♣" ><!--BLACK CLUB SUIT -->
|
||||
<!ENTITY copysr "℗" ><!--SOUND RECORDING COPYRIGHT -->
|
||||
<!ENTITY cross "✗" ><!--BALLOT X -->
|
||||
<!ENTITY Dagger "‡" ><!--DOUBLE DAGGER -->
|
||||
<!ENTITY dagger "†" ><!--DAGGER -->
|
||||
<!ENTITY dash "‐" ><!--HYPHEN -->
|
||||
<!ENTITY diams "♦" ><!--BLACK DIAMOND SUIT -->
|
||||
<!ENTITY dlcrop "⌍" ><!--BOTTOM LEFT CROP -->
|
||||
<!ENTITY drcrop "⌌" ><!--BOTTOM RIGHT CROP -->
|
||||
<!ENTITY dtri "▿" ><!--WHITE DOWN-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY dtrif "▾" ><!--BLACK DOWN-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY emsp " " ><!--EM SPACE -->
|
||||
<!ENTITY emsp13 " " ><!--THREE-PER-EM SPACE -->
|
||||
<!ENTITY emsp14 " " ><!--FOUR-PER-EM SPACE -->
|
||||
<!ENTITY ensp " " ><!--EN SPACE -->
|
||||
<!ENTITY female "♀" ><!--FEMALE SIGN -->
|
||||
<!ENTITY ffilig "ffi" ><!--LATIN SMALL LIGATURE FFI -->
|
||||
<!ENTITY fflig "ff" ><!--LATIN SMALL LIGATURE FF -->
|
||||
<!ENTITY ffllig "ffl" ><!--LATIN SMALL LIGATURE FFL -->
|
||||
<!ENTITY filig "fi" ><!--LATIN SMALL LIGATURE FI -->
|
||||
<!ENTITY flat "♭" ><!--MUSIC FLAT SIGN -->
|
||||
<!ENTITY fllig "fl" ><!--LATIN SMALL LIGATURE FL -->
|
||||
<!ENTITY frac13 "⅓" ><!--VULGAR FRACTION ONE THIRD -->
|
||||
<!ENTITY frac15 "⅕" ><!--VULGAR FRACTION ONE FIFTH -->
|
||||
<!ENTITY frac16 "⅙" ><!--VULGAR FRACTION ONE SIXTH -->
|
||||
<!ENTITY frac23 "⅔" ><!--VULGAR FRACTION TWO THIRDS -->
|
||||
<!ENTITY frac25 "⅖" ><!--VULGAR FRACTION TWO FIFTHS -->
|
||||
<!ENTITY frac35 "⅗" ><!--VULGAR FRACTION THREE FIFTHS -->
|
||||
<!ENTITY frac45 "⅘" ><!--VULGAR FRACTION FOUR FIFTHS -->
|
||||
<!ENTITY frac56 "⅚" ><!--VULGAR FRACTION FIVE SIXTHS -->
|
||||
<!ENTITY hairsp " " ><!--HAIR SPACE -->
|
||||
<!ENTITY hearts "♥" ><!--BLACK HEART SUIT -->
|
||||
<!ENTITY hellip "…" ><!--HORIZONTAL ELLIPSIS -->
|
||||
<!ENTITY hybull "⁃" ><!--HYPHEN BULLET -->
|
||||
<!ENTITY incare "℅" ><!--CARE OF -->
|
||||
<!ENTITY ldquor "„" ><!--DOUBLE LOW-9 QUOTATION MARK -->
|
||||
<!ENTITY lhblk "▄" ><!--LOWER HALF BLOCK -->
|
||||
<!ENTITY loz "◊" ><!--LOZENGE -->
|
||||
<!ENTITY lozf "⧫" ><!--BLACK LOZENGE -->
|
||||
<!ENTITY lsquor "‚" ><!--SINGLE LOW-9 QUOTATION MARK -->
|
||||
<!ENTITY ltri "◃" ><!--WHITE LEFT-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY ltrif "◂" ><!--BLACK LEFT-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY male "♂" ><!--MALE SIGN -->
|
||||
<!ENTITY malt "✠" ><!--MALTESE CROSS -->
|
||||
<!ENTITY marker "▮" ><!--BLACK VERTICAL RECTANGLE -->
|
||||
<!ENTITY mdash "—" ><!--EM DASH -->
|
||||
<!ENTITY mldr "…" ><!--HORIZONTAL ELLIPSIS -->
|
||||
<!ENTITY natur "♮" ><!--MUSIC NATURAL SIGN -->
|
||||
<!ENTITY ndash "–" ><!--EN DASH -->
|
||||
<!ENTITY nldr "‥" ><!--TWO DOT LEADER -->
|
||||
<!ENTITY numsp " " ><!--FIGURE SPACE -->
|
||||
<!ENTITY phone "☎" ><!--BLACK TELEPHONE -->
|
||||
<!ENTITY puncsp " " ><!--PUNCTUATION SPACE -->
|
||||
<!ENTITY rdquor "”" ><!--RIGHT DOUBLE QUOTATION MARK -->
|
||||
<!ENTITY rect "▭" ><!--WHITE RECTANGLE -->
|
||||
<!ENTITY rsquor "’" ><!--RIGHT SINGLE QUOTATION MARK -->
|
||||
<!ENTITY rtri "▹" ><!--WHITE RIGHT-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY rtrif "▸" ><!--BLACK RIGHT-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY rx "℞" ><!--PRESCRIPTION TAKE -->
|
||||
<!ENTITY sext "✶" ><!--SIX POINTED BLACK STAR -->
|
||||
<!ENTITY sharp "♯" ><!--MUSIC SHARP SIGN -->
|
||||
<!ENTITY spades "♠" ><!--BLACK SPADE SUIT -->
|
||||
<!ENTITY squ "□" ><!--WHITE SQUARE -->
|
||||
<!ENTITY squf "▪" ><!--BLACK SMALL SQUARE -->
|
||||
<!ENTITY star "☆" ><!--WHITE STAR -->
|
||||
<!ENTITY starf "★" ><!--BLACK STAR -->
|
||||
<!ENTITY target "⌖" ><!--POSITION INDICATOR -->
|
||||
<!ENTITY telrec "⌕" ><!--TELEPHONE RECORDER -->
|
||||
<!ENTITY thinsp " " ><!--THIN SPACE -->
|
||||
<!ENTITY uhblk "▀" ><!--UPPER HALF BLOCK -->
|
||||
<!ENTITY ulcrop "⌏" ><!--TOP LEFT CROP -->
|
||||
<!ENTITY urcrop "⌎" ><!--TOP RIGHT CROP -->
|
||||
<!ENTITY utri "▵" ><!--WHITE UP-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY utrif "▴" ><!--BLACK UP-POINTING SMALL TRIANGLE -->
|
||||
<!ENTITY vellip "⋮" ><!--VERTICAL ELLIPSIS -->
|
|
@ -1,103 +0,0 @@
|
|||
|
||||
<!--
|
||||
File isotech.ent produced by the XSL script entities.xsl
|
||||
from input data in unicode.xml.
|
||||
|
||||
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 4.0.
|
||||
|
||||
Entity names in this file are derived from files carrying the
|
||||
following notice:
|
||||
|
||||
(C) International Organization for Standardization 1986
|
||||
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.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Version: $Id: isotech.ent,v 1.2 2003/12/08 15:14:43 davidc Exp $
|
||||
|
||||
Public identifier: ISO 8879:1986//ENTITIES General Technical//EN//XML
|
||||
System identifier: http://www.w3.org/2003/entities/iso8879/isotech.ent
|
||||
|
||||
The public identifier should always be used verbatim.
|
||||
The system identifier may be changed to suit local requirements.
|
||||
|
||||
Typical invocation:
|
||||
|
||||
<!ENTITY % isotech PUBLIC
|
||||
"ISO 8879:1986//ENTITIES General Technical//EN//XML"
|
||||
"http://www.w3.org/2003/entities/iso8879/isotech.ent"
|
||||
>
|
||||
%isotech;
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY aleph "ℵ" ><!--ALEF SYMBOL -->
|
||||
<!ENTITY and "∧" ><!--LOGICAL AND -->
|
||||
<!ENTITY ang90 "∟" ><!--RIGHT ANGLE -->
|
||||
<!ENTITY angsph "∢" ><!--SPHERICAL ANGLE -->
|
||||
<!ENTITY angst "Å" ><!--ANGSTROM SIGN -->
|
||||
<!ENTITY ap "≈" ><!--ALMOST EQUAL TO -->
|
||||
<!ENTITY becaus "∵" ><!--BECAUSE -->
|
||||
<!ENTITY bernou "ℬ" ><!--SCRIPT CAPITAL B -->
|
||||
<!ENTITY bottom "⊥" ><!--UP TACK -->
|
||||
<!ENTITY cap "∩" ><!--INTERSECTION -->
|
||||
<!ENTITY compfn "∘" ><!--RING OPERATOR -->
|
||||
<!ENTITY cong "≅" ><!--APPROXIMATELY EQUAL TO -->
|
||||
<!ENTITY conint "∮" ><!--CONTOUR INTEGRAL -->
|
||||
<!ENTITY cup "∪" ><!--UNION -->
|
||||
<!ENTITY Dot "¨" ><!--DIAERESIS -->
|
||||
<!ENTITY DotDot " ⃜" ><!--COMBINING FOUR DOTS ABOVE -->
|
||||
<!ENTITY equiv "≡" ><!--IDENTICAL TO -->
|
||||
<!ENTITY exist "∃" ><!--THERE EXISTS -->
|
||||
<!ENTITY fnof "ƒ" ><!--LATIN SMALL LETTER F WITH HOOK -->
|
||||
<!ENTITY forall "∀" ><!--FOR ALL -->
|
||||
<!ENTITY ge "≥" ><!--GREATER-THAN OR EQUAL TO -->
|
||||
<!ENTITY hamilt "ℋ" ><!--SCRIPT CAPITAL H -->
|
||||
<!ENTITY iff "⇔" ><!--LEFT RIGHT DOUBLE ARROW -->
|
||||
<!ENTITY infin "∞" ><!--INFINITY -->
|
||||
<!ENTITY int "∫" ><!--INTEGRAL -->
|
||||
<!ENTITY isin "∈" ><!--ELEMENT OF -->
|
||||
<!ENTITY lagran "ℒ" ><!--SCRIPT CAPITAL L -->
|
||||
<!ENTITY lang "〈" ><!--LEFT-POINTING ANGLE BRACKET -->
|
||||
<!ENTITY lArr "⇐" ><!--LEFTWARDS DOUBLE ARROW -->
|
||||
<!ENTITY le "≤" ><!--LESS-THAN OR EQUAL TO -->
|
||||
<!ENTITY lowast "∗" ><!--ASTERISK OPERATOR -->
|
||||
<!ENTITY minus "−" ><!--MINUS SIGN -->
|
||||
<!ENTITY mnplus "∓" ><!--MINUS-OR-PLUS SIGN -->
|
||||
<!ENTITY nabla "∇" ><!--NABLA -->
|
||||
<!ENTITY ne "≠" ><!--NOT EQUAL TO -->
|
||||
<!ENTITY ni "∋" ><!--CONTAINS AS MEMBER -->
|
||||
<!ENTITY notin "∉" ><!--NOT AN ELEMENT OF -->
|
||||
<!ENTITY or "∨" ><!--LOGICAL OR -->
|
||||
<!ENTITY order "ℴ" ><!--SCRIPT SMALL O -->
|
||||
<!ENTITY par "∥" ><!--PARALLEL TO -->
|
||||
<!ENTITY part "∂" ><!--PARTIAL DIFFERENTIAL -->
|
||||
<!ENTITY permil "‰" ><!--PER MILLE SIGN -->
|
||||
<!ENTITY perp "⊥" ><!--UP TACK -->
|
||||
<!ENTITY phmmat "ℳ" ><!--SCRIPT CAPITAL M -->
|
||||
<!ENTITY Prime "″" ><!--DOUBLE PRIME -->
|
||||
<!ENTITY prime "′" ><!--PRIME -->
|
||||
<!ENTITY prop "∝" ><!--PROPORTIONAL TO -->
|
||||
<!ENTITY radic "√" ><!--SQUARE ROOT -->
|
||||
<!ENTITY rang "〉" ><!--RIGHT-POINTING ANGLE BRACKET -->
|
||||
<!ENTITY rArr "⇒" ><!--RIGHTWARDS DOUBLE ARROW -->
|
||||
<!ENTITY sim "∼" ><!--TILDE OPERATOR -->
|
||||
<!ENTITY sime "≃" ><!--ASYMPTOTICALLY EQUAL TO -->
|
||||
<!ENTITY square "□" ><!--WHITE SQUARE -->
|
||||
<!ENTITY sub "⊂" ><!--SUBSET OF -->
|
||||
<!ENTITY sube "⊆" ><!--SUBSET OF OR EQUAL TO -->
|
||||
<!ENTITY sup "⊃" ><!--SUPERSET OF -->
|
||||
<!ENTITY supe "⊇" ><!--SUPERSET OF OR EQUAL TO -->
|
||||
<!ENTITY tdot " ⃛" ><!--COMBINING THREE DOTS ABOVE -->
|
||||
<!ENTITY there4 "∴" ><!--THEREFORE -->
|
||||
<!ENTITY tprime "‴" ><!--TRIPLE PRIME -->
|
||||
<!ENTITY Verbar "‖" ><!--DOUBLE VERTICAL LINE -->
|
||||
<!ENTITY wedgeq "≙" ><!--ESTIMATES -->
|
|
@ -1,245 +0,0 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook XML HTML Table Module V4.5 ................................... -->
|
||||
<!-- File htmltblx.mod .................................................... -->
|
||||
|
||||
<!-- Copyright 2003-2006 ArborText, Inc., Norman Walsh, Sun Microsystems,
|
||||
Inc., and the Organization for the Advancement of Structured Information
|
||||
Standards (OASIS).
|
||||
|
||||
$Id: htmltblx.mod 6340 2006-10-03 13:23:24Z nwalsh $
|
||||
|
||||
Permission to use, copy, modify and distribute the DocBook XML DTD
|
||||
and its accompanying documentation for any purpose and without fee
|
||||
is hereby granted in perpetuity, provided that the above copyright
|
||||
notice and this paragraph appear in all copies. The copyright
|
||||
holders make no representation about the suitability of the DTD for
|
||||
any purpose. It is provided "as is" without expressed or implied
|
||||
warranty.
|
||||
|
||||
If you modify the DocBook XML DTD in any way, except for declaring and
|
||||
referencing additional sets of general entities and declaring
|
||||
additional notations, label your DTD as a variant of DocBook. See
|
||||
the maintenance documentation for more information.
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the docbook@lists.oasis-open.org mailing list. For more
|
||||
information, see http://www.oasis-open.org/docbook/.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
<!-- This module contains the definitions for elements that are
|
||||
isomorphic to the HTML elements. One could argue we should
|
||||
instead have based ourselves on the XHTML Table Module, but the
|
||||
HTML one is more like what browsers are likely to accept today
|
||||
and users are likely to use.
|
||||
|
||||
This module has been developed for use with the DocBook V4.5
|
||||
"union table model" in which elements and attlists common to both
|
||||
models are defined (as the union) in the CALS table module by
|
||||
setting various parameter entities appropriately in this file.
|
||||
|
||||
In DTD driver files referring to this module, please use an entity
|
||||
declaration that uses the public identifier shown below:
|
||||
|
||||
<!ENTITY % htmltbl PUBLIC
|
||||
"-//OASIS//ELEMENTS DocBook XML HTML Tables V4.5//EN"
|
||||
"htmltblx.mod">
|
||||
%htmltbl;
|
||||
|
||||
See the documentation for detailed information on the parameter
|
||||
entity and module scheme used in DocBook, customizing DocBook and
|
||||
planning for interchange, and changes made since the last release
|
||||
of DocBook.
|
||||
-->
|
||||
|
||||
<!--======================= XHTML Tables =======================================-->
|
||||
|
||||
<!ENTITY % html.coreattrs
|
||||
"%common.attrib;
|
||||
class CDATA #IMPLIED
|
||||
style CDATA #IMPLIED
|
||||
title CDATA #IMPLIED"
|
||||
>
|
||||
|
||||
<!-- Does not contain lang or dir because they are in %common.attribs -->
|
||||
<![%sgml.features;[
|
||||
<!ENTITY % i18n "">
|
||||
]]>
|
||||
<!ENTITY % i18n
|
||||
"xml:lang NMTOKEN #IMPLIED"
|
||||
>
|
||||
|
||||
<!ENTITY % events
|
||||
"onclick CDATA #IMPLIED
|
||||
ondblclick CDATA #IMPLIED
|
||||
onmousedown CDATA #IMPLIED
|
||||
onmouseup CDATA #IMPLIED
|
||||
onmouseover CDATA #IMPLIED
|
||||
onmousemove CDATA #IMPLIED
|
||||
onmouseout CDATA #IMPLIED
|
||||
onkeypress CDATA #IMPLIED
|
||||
onkeydown CDATA #IMPLIED
|
||||
onkeyup CDATA #IMPLIED"
|
||||
>
|
||||
|
||||
<!ENTITY % attrs "%html.coreattrs; %i18n; %events;">
|
||||
|
||||
<!ENTITY % cellhalign
|
||||
"align (left|center|right|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff CDATA #IMPLIED"
|
||||
>
|
||||
|
||||
<!ENTITY % cellvalign
|
||||
"valign (top|middle|bottom|baseline) #IMPLIED"
|
||||
>
|
||||
|
||||
<!--doc:A group of columns in an HTML table.-->
|
||||
<!ELEMENT colgroup %ho; (col)*>
|
||||
<!--doc:Specifications for a column in an HTML table.-->
|
||||
<!ELEMENT col %ho; EMPTY>
|
||||
<!--doc:A row in an HTML table.-->
|
||||
<!ELEMENT tr %ho; (th|td)+>
|
||||
<!--doc:A table header entry in an HTML table.-->
|
||||
<!ELEMENT th %ho; (%para.char.mix; | %tabentry.mix; | table | informaltable)*>
|
||||
<!--doc:A table ntry in an HTML table.-->
|
||||
<!ELEMENT td %ho; (%para.char.mix; | %tabentry.mix; | table | informaltable)*>
|
||||
|
||||
<!ATTLIST colgroup
|
||||
%attrs;
|
||||
span CDATA "1"
|
||||
width CDATA #IMPLIED
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!ATTLIST col
|
||||
%attrs;
|
||||
span CDATA "1"
|
||||
width CDATA #IMPLIED
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!ATTLIST tr
|
||||
%attrs;
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
bgcolor CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ATTLIST th
|
||||
%attrs;
|
||||
abbr CDATA #IMPLIED
|
||||
axis CDATA #IMPLIED
|
||||
headers IDREFS #IMPLIED
|
||||
scope (row|col|rowgroup|colgroup) #IMPLIED
|
||||
rowspan CDATA "1"
|
||||
colspan CDATA "1"
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
nowrap (nowrap) #IMPLIED
|
||||
bgcolor CDATA #IMPLIED
|
||||
width CDATA #IMPLIED
|
||||
height CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ATTLIST td
|
||||
%attrs;
|
||||
abbr CDATA #IMPLIED
|
||||
axis CDATA #IMPLIED
|
||||
headers IDREFS #IMPLIED
|
||||
scope (row|col|rowgroup|colgroup) #IMPLIED
|
||||
rowspan CDATA "1"
|
||||
colspan CDATA "1"
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
nowrap (nowrap) #IMPLIED
|
||||
bgcolor CDATA #IMPLIED
|
||||
width CDATA #IMPLIED
|
||||
height CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!-- ====================================================== -->
|
||||
<!-- Set up to read in the CALS model configured to
|
||||
merge with the XHTML table model -->
|
||||
<!-- ====================================================== -->
|
||||
|
||||
<!ENTITY % tables.role.attrib "%role.attrib;">
|
||||
|
||||
<!-- Add label and role attributes to table and informaltable -->
|
||||
<!ENTITY % bodyatt "
|
||||
floatstyle CDATA #IMPLIED
|
||||
rowheader (firstcol|norowheader) #IMPLIED
|
||||
%label.attrib;"
|
||||
>
|
||||
|
||||
<!-- Add common attributes to Table, TGroup, TBody, THead, TFoot, Row,
|
||||
EntryTbl, and Entry (and InformalTable element). -->
|
||||
|
||||
<!ENTITY % secur "
|
||||
%common.attrib;
|
||||
class CDATA #IMPLIED
|
||||
style CDATA #IMPLIED
|
||||
title CDATA #IMPLIED
|
||||
%i18n;
|
||||
%events;
|
||||
%tables.role.attrib;">
|
||||
|
||||
<!ENTITY % common.table.attribs
|
||||
"%bodyatt;
|
||||
%secur;">
|
||||
|
||||
<!-- Content model for Table (that also allows HTML tables) -->
|
||||
<!ENTITY % tbl.table.mdl
|
||||
"((blockinfo?,
|
||||
(%formalobject.title.content;),
|
||||
(%ndxterm.class;)*,
|
||||
textobject*,
|
||||
(graphic+|mediaobject+|tgroup+))
|
||||
|(caption, (col*|colgroup*), thead?, tfoot?, (tbody+|tr+)))">
|
||||
|
||||
<!ENTITY % informal.tbl.table.mdl
|
||||
"(textobject*,
|
||||
(graphic+|mediaobject+|tgroup+))
|
||||
| ((col*|colgroup*), thead?, tfoot?, (tbody+|tr+))">
|
||||
|
||||
<!-- Attributes for Table (including HTML ones) -->
|
||||
|
||||
<!-- N.B. rules = (none | groups | rows | cols | all) but it can't be spec'd -->
|
||||
<!-- that way because 'all' already occurs in a different enumeration in -->
|
||||
<!-- CALS tables (frame). -->
|
||||
|
||||
<!ENTITY % tbl.table.att '
|
||||
tabstyle CDATA #IMPLIED
|
||||
tocentry %yesorno.attvals; #IMPLIED
|
||||
shortentry %yesorno.attvals; #IMPLIED
|
||||
orient (port|land) #IMPLIED
|
||||
pgwide %yesorno.attvals; #IMPLIED
|
||||
summary CDATA #IMPLIED
|
||||
width CDATA #IMPLIED
|
||||
border CDATA #IMPLIED
|
||||
rules CDATA #IMPLIED
|
||||
cellspacing CDATA #IMPLIED
|
||||
cellpadding CDATA #IMPLIED
|
||||
align (left|center|right) #IMPLIED
|
||||
bgcolor CDATA #IMPLIED
|
||||
'>
|
||||
|
||||
<!ENTITY % tbl.frame.attval "void|above|below|hsides|lhs|rhs|vsides|box|border|
|
||||
top|bottom|topbot|all|sides|none">
|
||||
|
||||
<!-- Allow either objects or inlines; beware of REs between elements. -->
|
||||
<!ENTITY % tbl.entry.mdl "%para.char.mix; | %tabentry.mix;">
|
||||
|
||||
<!-- thead, tfoot, and tbody are defined in both table models,
|
||||
so we set up parameter entities to define union models for them
|
||||
-->
|
||||
|
||||
<!ENTITY % tbl.hdft.mdl "(tr+|(colspec*,row+))">
|
||||
<!ENTITY % tbl.tbody.mdl "(tr+|row+)">
|
||||
<!ENTITY % tbl.valign.attval "top|middle|bottom|baseline">
|
||||
|
||||
<!-- End of DocBook XML HTML Table Module V4.5 ............................ -->
|
||||
<!-- ...................................................................... -->
|
|
@ -1,321 +0,0 @@
|
|||
<!-- XML EXCHANGE TABLE MODEL DECLARATION MODULE -->
|
||||
|
||||
<!-- This set of declarations defines the XML version of the Exchange
|
||||
Table Model as of the date shown in the Formal Public Identifier
|
||||
(FPI) for this entity.
|
||||
|
||||
This set of declarations may be referred to using a public external
|
||||
entity declaration and reference as shown in the following three
|
||||
lines:
|
||||
|
||||
<!ENTITY % calstblx
|
||||
PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN">
|
||||
%calstblx;
|
||||
|
||||
If various parameter entities used within this set of declarations
|
||||
are to be given non-default values, the appropriate declarations
|
||||
should be given before calling in this package (i.e., before the
|
||||
"%calstblx;" reference).
|
||||
-->
|
||||
|
||||
<!-- The motivation for this XML version of the Exchange Table Model
|
||||
is simply to create an XML version of the SGML Exchange Table
|
||||
Model. By design, no effort has been made to "improve" the model.
|
||||
|
||||
This XML version incorporates the logical bare minimum changes
|
||||
necessary to make the Exchange Table Model a valid XML DTD.
|
||||
|
||||
It has been modified slightly for use in the combined HTML/CALS models
|
||||
supported by DocBook V4.3 and later.
|
||||
-->
|
||||
|
||||
<!-- The XML version of the Exchange Table Model differs from
|
||||
the SGML version in the following ways:
|
||||
|
||||
The following parameter entities have been removed:
|
||||
|
||||
- tbl.table.excep, tbl.hdft.excep, tbl.row.excep, tbl.entry.excep
|
||||
There are no exceptions in XML. The following normative statement
|
||||
is made in lieu of exceptions: the exchange table model explicitly
|
||||
forbids a table from occurring within another table. If the
|
||||
content model of an entry includes a table element, then this
|
||||
cannot be enforced by the DTD, but it is a deviation from the
|
||||
exchange table model to include a table within a table.
|
||||
|
||||
- tbl.hdft.name, tbl.hdft.mdl, tbl.hdft.excep, tbl.hdft.att
|
||||
The motivation for these elements was to change the table
|
||||
header/footer elements. Since XML does not allow element declarations
|
||||
to contain name groups, and the exchange table model does not
|
||||
allow a table to contain footers, the continued presence of these
|
||||
attributes seems unnecessary.
|
||||
|
||||
The following parameter entity has been added:
|
||||
|
||||
- tbl.thead.att
|
||||
This entity parameterizes the attributes on thead. It replaces
|
||||
the tbl.hdft.att parameter entity.
|
||||
|
||||
Other miscellaneous changes:
|
||||
|
||||
- Tag ommission indicators have been removed
|
||||
- Comments have been removed from declarations
|
||||
- NUMBER attributes have been changed to NMTOKEN
|
||||
- NUTOKEN attributes have been to changed to NMTOKEN
|
||||
- Removed the grouping characters around the content model
|
||||
parameter entry for the 'entry' element. This is necessary
|
||||
so that an entry can contain #PCDATA and be defined as an
|
||||
optional, repeatable OR group beginning with #PCDATA.
|
||||
-->
|
||||
|
||||
<!-- This entity includes a set of element and attribute declarations
|
||||
that partially defines the Exchange table model. However, the model
|
||||
is not well-defined without the accompanying natural language
|
||||
description of the semantics (meanings) of these various elements,
|
||||
attributes, and attribute values. The semantic writeup, also available
|
||||
from SGML Open, should be used in conjunction with this entity.
|
||||
-->
|
||||
|
||||
<!-- In order to use the Exchange table model, various parameter entity
|
||||
declarations are required. A brief description is as follows:
|
||||
|
||||
ENTITY NAME WHERE USED WHAT IT IS
|
||||
|
||||
%yesorno In ATTLIST of: An attribute declared value
|
||||
almost all elements for a "boolean" attribute
|
||||
|
||||
%paracon In content model of: The "text" (logical content)
|
||||
<entry> of the model group for <entry>
|
||||
|
||||
%titles In content model of: The "title" part of the model
|
||||
table element group for the table element
|
||||
|
||||
%tbl.table.name In declaration of: The name of the "table"
|
||||
table element element
|
||||
|
||||
%tbl.table-titles.mdl In content model of: The model group for the title
|
||||
table elements part of the content model for
|
||||
table element
|
||||
|
||||
%tbl.table.mdl In content model of: The model group for the content
|
||||
table elements model for table element,
|
||||
often (and by default) defined
|
||||
in terms of %tbl.table-titles.mdl
|
||||
and tgroup
|
||||
|
||||
%tbl.table.att In ATTLIST of: Additional attributes on the
|
||||
table element table element
|
||||
|
||||
%bodyatt In ATTLIST of: Additional attributes on the
|
||||
table element table element (for backward
|
||||
compatibility with the SGML
|
||||
model)
|
||||
|
||||
%tbl.tgroup.mdl In content model of: The model group for the content
|
||||
<tgroup> model for <tgroup>
|
||||
|
||||
%tbl.tgroup.att In ATTLIST of: Additional attributes on the
|
||||
<tgroup> <tgroup> element
|
||||
|
||||
%tbl.thead.att In ATTLIST of: Additional attributes on the
|
||||
<thead> <thead> element
|
||||
|
||||
%tbl.tbody.att In ATTLIST of: Additional attributes on the
|
||||
<tbody> <tbody> element
|
||||
|
||||
%tbl.colspec.att In ATTLIST of: Additional attributes on the
|
||||
<colspec> <colspec> element
|
||||
|
||||
%tbl.row.mdl In content model of: The model group for the content
|
||||
<row> model for <row>
|
||||
|
||||
%tbl.row.att In ATTLIST of: Additional attributes on the
|
||||
<row> <row> element
|
||||
|
||||
%tbl.entry.mdl In content model of: The model group for the content
|
||||
<entry> model for <entry>
|
||||
|
||||
%tbl.entry.att In ATTLIST of: Additional attributes on the
|
||||
<entry> <entry> element
|
||||
|
||||
This set of declarations will use the default definitions shown below
|
||||
for any of these parameter entities that are not declared before this
|
||||
set of declarations is referenced.
|
||||
-->
|
||||
|
||||
<!-- These definitions are not directly related to the table model, but are
|
||||
used in the default CALS table model and may be defined elsewhere (and
|
||||
prior to the inclusion of this table module) in the referencing DTD. -->
|
||||
|
||||
<!ENTITY % yesorno 'NMTOKEN'> <!-- no if zero(s), yes if any other value -->
|
||||
<!ENTITY % titles 'title?'>
|
||||
<!ENTITY % pcd "#PCDATA">
|
||||
<!ENTITY % paracon '%pcd;'> <!-- default for use in entry content -->
|
||||
|
||||
<!--
|
||||
The parameter entities as defined below change and simplify the CALS table
|
||||
model as published (as part of the Example DTD) in MIL-HDBK-28001. The
|
||||
resulting simplified DTD has support from the SGML Open vendors and is
|
||||
therefore more interoperable among different systems.
|
||||
|
||||
These following declarations provide the Exchange default definitions
|
||||
for these entities. However, these entities can be redefined (by giving
|
||||
the appropriate parameter entity declaration(s) prior to the reference
|
||||
to this Table Model declaration set entity) to fit the needs of the
|
||||
current application.
|
||||
|
||||
Note, however, that changes may have significant effect on the ability to
|
||||
interchange table information. These changes may manifest themselves
|
||||
in useability, presentation, and possible structure information degradation.
|
||||
-->
|
||||
|
||||
<!ENTITY % tbl.table.name "table">
|
||||
<!ENTITY % tbl.table-titles.mdl "%titles;,">
|
||||
<!ENTITY % tbl.table-main.mdl "tgroup+">
|
||||
<!ENTITY % tbl.table.mdl "%tbl.table-titles.mdl; %tbl.table-main.mdl;">
|
||||
<!ENTITY % tbl.table.att "
|
||||
pgwide %yesorno; #IMPLIED ">
|
||||
<!ENTITY % bodyatt "">
|
||||
<!ENTITY % tbl.tgroup.mdl "colspec*,thead?,tbody">
|
||||
<!ENTITY % tbl.tgroup.att "">
|
||||
<!ENTITY % tbl.thead.att "">
|
||||
<!ENTITY % tbl.tbody.att "">
|
||||
<!ENTITY % tbl.colspec.att "">
|
||||
<!ENTITY % tbl.row.mdl "entry+">
|
||||
<!ENTITY % tbl.row.att "">
|
||||
<!ENTITY % tbl.entry.mdl "(%paracon;)*">
|
||||
<!ENTITY % tbl.entry.att "">
|
||||
|
||||
<!ENTITY % tbl.frame.attval "top|bottom|topbot|all|sides|none">
|
||||
<!ENTITY % tbl.tbody.mdl "row+">
|
||||
|
||||
<!-- ===== Element and attribute declarations follow. ===== -->
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.table.name "table"
|
||||
ENTITY % tbl.table-titles.mdl "%titles;,"
|
||||
ENTITY % tbl.table.mdl "%tbl.table-titles; tgroup+"
|
||||
ENTITY % tbl.table.att "
|
||||
pgwide %yesorno; #IMPLIED "
|
||||
-->
|
||||
|
||||
<!--doc:???-->
|
||||
<!ELEMENT %tbl.table.name; (%tbl.table.mdl;)>
|
||||
|
||||
<!ATTLIST %tbl.table.name;
|
||||
frame (%tbl.frame.attval;) #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
%tbl.table.att;
|
||||
%bodyatt;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.tgroup.mdl "colspec*,thead?,tbody"
|
||||
ENTITY % tbl.tgroup.att ""
|
||||
-->
|
||||
|
||||
<!--doc:A wrapper for the main content of a table, or part of a table.-->
|
||||
<!ELEMENT tgroup (%tbl.tgroup.mdl;) >
|
||||
|
||||
<!ATTLIST tgroup
|
||||
cols NMTOKEN #REQUIRED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
%tbl.tgroup.att;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.colspec.att ""
|
||||
-->
|
||||
|
||||
<!--doc:Specifications for a column in a table.-->
|
||||
<!ELEMENT colspec EMPTY >
|
||||
|
||||
<!ATTLIST colspec
|
||||
colnum NMTOKEN #IMPLIED
|
||||
colname NMTOKEN #IMPLIED
|
||||
colwidth CDATA #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff NMTOKEN #IMPLIED
|
||||
%tbl.colspec.att;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.thead.att ""
|
||||
-->
|
||||
|
||||
<!--doc:A table header consisting of one or more rows.-->
|
||||
<!ELEMENT thead (row+)>
|
||||
|
||||
<!ATTLIST thead
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%tbl.thead.att;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.tbody.att ""
|
||||
-->
|
||||
|
||||
<!--doc:A wrapper for the rows of a table or informal table.-->
|
||||
<!ELEMENT tbody (%tbl.tbody.mdl;)>
|
||||
|
||||
<!ATTLIST tbody
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%tbl.tbody.att;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.row.mdl "entry+"
|
||||
ENTITY % tbl.row.att ""
|
||||
-->
|
||||
|
||||
<!--doc:A row in a table.-->
|
||||
<!ELEMENT row (%tbl.row.mdl;)>
|
||||
|
||||
<!ATTLIST row
|
||||
rowsep %yesorno; #IMPLIED
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%tbl.row.att;
|
||||
>
|
||||
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % paracon "#PCDATA"
|
||||
ENTITY % tbl.entry.mdl "(%paracon;)*"
|
||||
ENTITY % tbl.entry.att ""
|
||||
-->
|
||||
|
||||
<!--doc:A cell in a table.-->
|
||||
<!ELEMENT entry (%tbl.entry.mdl;)*>
|
||||
|
||||
<!ATTLIST entry
|
||||
colname NMTOKEN #IMPLIED
|
||||
namest NMTOKEN #IMPLIED
|
||||
nameend NMTOKEN #IMPLIED
|
||||
morerows NMTOKEN #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff NMTOKEN #IMPLIED
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%tbl.entry.att;
|
||||
>
|
|
@ -1,196 +0,0 @@
|
|||
<!-- Portions (C) International Organization for Standardization 1986
|
||||
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.
|
||||
-->
|
||||
<!-- Character entity set. Typical invocation:
|
||||
<!ENTITY % HTMLlat1 PUBLIC
|
||||
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
|
||||
%HTMLlat1;
|
||||
-->
|
||||
|
||||
<!ENTITY nbsp " "> <!-- no-break space = non-breaking space,
|
||||
U+00A0 ISOnum -->
|
||||
<!ENTITY iexcl "¡"> <!-- inverted exclamation mark, U+00A1 ISOnum -->
|
||||
<!ENTITY cent "¢"> <!-- cent sign, U+00A2 ISOnum -->
|
||||
<!ENTITY pound "£"> <!-- pound sign, U+00A3 ISOnum -->
|
||||
<!ENTITY curren "¤"> <!-- currency sign, U+00A4 ISOnum -->
|
||||
<!ENTITY yen "¥"> <!-- yen sign = yuan sign, U+00A5 ISOnum -->
|
||||
<!ENTITY brvbar "¦"> <!-- broken bar = broken vertical bar,
|
||||
U+00A6 ISOnum -->
|
||||
<!ENTITY sect "§"> <!-- section sign, U+00A7 ISOnum -->
|
||||
<!ENTITY uml "¨"> <!-- diaeresis = spacing diaeresis,
|
||||
U+00A8 ISOdia -->
|
||||
<!ENTITY copy "©"> <!-- copyright sign, U+00A9 ISOnum -->
|
||||
<!ENTITY ordf "ª"> <!-- feminine ordinal indicator, U+00AA ISOnum -->
|
||||
<!ENTITY laquo "«"> <!-- left-pointing double angle quotation mark
|
||||
= left pointing guillemet, U+00AB ISOnum -->
|
||||
<!ENTITY not "¬"> <!-- not sign = angled dash,
|
||||
U+00AC ISOnum -->
|
||||
<!ENTITY shy "­"> <!-- soft hyphen = discretionary hyphen,
|
||||
U+00AD ISOnum -->
|
||||
<!ENTITY reg "®"> <!-- registered sign = registered trade mark sign,
|
||||
U+00AE ISOnum -->
|
||||
<!ENTITY macr "¯"> <!-- macron = spacing macron = overline
|
||||
= APL overbar, U+00AF ISOdia -->
|
||||
<!ENTITY deg "°"> <!-- degree sign, U+00B0 ISOnum -->
|
||||
<!ENTITY plusmn "±"> <!-- plus-minus sign = plus-or-minus sign,
|
||||
U+00B1 ISOnum -->
|
||||
<!ENTITY sup2 "²"> <!-- superscript two = superscript digit two
|
||||
= squared, U+00B2 ISOnum -->
|
||||
<!ENTITY sup3 "³"> <!-- superscript three = superscript digit three
|
||||
= cubed, U+00B3 ISOnum -->
|
||||
<!ENTITY acute "´"> <!-- acute accent = spacing acute,
|
||||
U+00B4 ISOdia -->
|
||||
<!ENTITY micro "µ"> <!-- micro sign, U+00B5 ISOnum -->
|
||||
<!ENTITY para "¶"> <!-- pilcrow sign = paragraph sign,
|
||||
U+00B6 ISOnum -->
|
||||
<!ENTITY middot "·"> <!-- middle dot = Georgian comma
|
||||
= Greek middle dot, U+00B7 ISOnum -->
|
||||
<!ENTITY cedil "¸"> <!-- cedilla = spacing cedilla, U+00B8 ISOdia -->
|
||||
<!ENTITY sup1 "¹"> <!-- superscript one = superscript digit one,
|
||||
U+00B9 ISOnum -->
|
||||
<!ENTITY ordm "º"> <!-- masculine ordinal indicator,
|
||||
U+00BA ISOnum -->
|
||||
<!ENTITY raquo "»"> <!-- right-pointing double angle quotation mark
|
||||
= right pointing guillemet, U+00BB ISOnum -->
|
||||
<!ENTITY frac14 "¼"> <!-- vulgar fraction one quarter
|
||||
= fraction one quarter, U+00BC ISOnum -->
|
||||
<!ENTITY frac12 "½"> <!-- vulgar fraction one half
|
||||
= fraction one half, U+00BD ISOnum -->
|
||||
<!ENTITY frac34 "¾"> <!-- vulgar fraction three quarters
|
||||
= fraction three quarters, U+00BE ISOnum -->
|
||||
<!ENTITY iquest "¿"> <!-- inverted question mark
|
||||
= turned question mark, U+00BF ISOnum -->
|
||||
<!ENTITY Agrave "À"> <!-- latin capital letter A with grave
|
||||
= latin capital letter A grave,
|
||||
U+00C0 ISOlat1 -->
|
||||
<!ENTITY Aacute "Á"> <!-- latin capital letter A with acute,
|
||||
U+00C1 ISOlat1 -->
|
||||
<!ENTITY Acirc "Â"> <!-- latin capital letter A with circumflex,
|
||||
U+00C2 ISOlat1 -->
|
||||
<!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde,
|
||||
U+00C3 ISOlat1 -->
|
||||
<!ENTITY Auml "Ä"> <!-- latin capital letter A with diaeresis,
|
||||
U+00C4 ISOlat1 -->
|
||||
<!ENTITY Aring "Å"> <!-- latin capital letter A with ring above
|
||||
= latin capital letter A ring,
|
||||
U+00C5 ISOlat1 -->
|
||||
<!ENTITY AElig "Æ"> <!-- latin capital letter AE
|
||||
= latin capital ligature AE,
|
||||
U+00C6 ISOlat1 -->
|
||||
<!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla,
|
||||
U+00C7 ISOlat1 -->
|
||||
<!ENTITY Egrave "È"> <!-- latin capital letter E with grave,
|
||||
U+00C8 ISOlat1 -->
|
||||
<!ENTITY Eacute "É"> <!-- latin capital letter E with acute,
|
||||
U+00C9 ISOlat1 -->
|
||||
<!ENTITY Ecirc "Ê"> <!-- latin capital letter E with circumflex,
|
||||
U+00CA ISOlat1 -->
|
||||
<!ENTITY Euml "Ë"> <!-- latin capital letter E with diaeresis,
|
||||
U+00CB ISOlat1 -->
|
||||
<!ENTITY Igrave "Ì"> <!-- latin capital letter I with grave,
|
||||
U+00CC ISOlat1 -->
|
||||
<!ENTITY Iacute "Í"> <!-- latin capital letter I with acute,
|
||||
U+00CD ISOlat1 -->
|
||||
<!ENTITY Icirc "Î"> <!-- latin capital letter I with circumflex,
|
||||
U+00CE ISOlat1 -->
|
||||
<!ENTITY Iuml "Ï"> <!-- latin capital letter I with diaeresis,
|
||||
U+00CF ISOlat1 -->
|
||||
<!ENTITY ETH "Ð"> <!-- latin capital letter ETH, U+00D0 ISOlat1 -->
|
||||
<!ENTITY Ntilde "Ñ"> <!-- latin capital letter N with tilde,
|
||||
U+00D1 ISOlat1 -->
|
||||
<!ENTITY Ograve "Ò"> <!-- latin capital letter O with grave,
|
||||
U+00D2 ISOlat1 -->
|
||||
<!ENTITY Oacute "Ó"> <!-- latin capital letter O with acute,
|
||||
U+00D3 ISOlat1 -->
|
||||
<!ENTITY Ocirc "Ô"> <!-- latin capital letter O with circumflex,
|
||||
U+00D4 ISOlat1 -->
|
||||
<!ENTITY Otilde "Õ"> <!-- latin capital letter O with tilde,
|
||||
U+00D5 ISOlat1 -->
|
||||
<!ENTITY Ouml "Ö"> <!-- latin capital letter O with diaeresis,
|
||||
U+00D6 ISOlat1 -->
|
||||
<!ENTITY times "×"> <!-- multiplication sign, U+00D7 ISOnum -->
|
||||
<!ENTITY Oslash "Ø"> <!-- latin capital letter O with stroke
|
||||
= latin capital letter O slash,
|
||||
U+00D8 ISOlat1 -->
|
||||
<!ENTITY Ugrave "Ù"> <!-- latin capital letter U with grave,
|
||||
U+00D9 ISOlat1 -->
|
||||
<!ENTITY Uacute "Ú"> <!-- latin capital letter U with acute,
|
||||
U+00DA ISOlat1 -->
|
||||
<!ENTITY Ucirc "Û"> <!-- latin capital letter U with circumflex,
|
||||
U+00DB ISOlat1 -->
|
||||
<!ENTITY Uuml "Ü"> <!-- latin capital letter U with diaeresis,
|
||||
U+00DC ISOlat1 -->
|
||||
<!ENTITY Yacute "Ý"> <!-- latin capital letter Y with acute,
|
||||
U+00DD ISOlat1 -->
|
||||
<!ENTITY THORN "Þ"> <!-- latin capital letter THORN,
|
||||
U+00DE ISOlat1 -->
|
||||
<!ENTITY szlig "ß"> <!-- latin small letter sharp s = ess-zed,
|
||||
U+00DF ISOlat1 -->
|
||||
<!ENTITY agrave "à"> <!-- latin small letter a with grave
|
||||
= latin small letter a grave,
|
||||
U+00E0 ISOlat1 -->
|
||||
<!ENTITY aacute "á"> <!-- latin small letter a with acute,
|
||||
U+00E1 ISOlat1 -->
|
||||
<!ENTITY acirc "â"> <!-- latin small letter a with circumflex,
|
||||
U+00E2 ISOlat1 -->
|
||||
<!ENTITY atilde "ã"> <!-- latin small letter a with tilde,
|
||||
U+00E3 ISOlat1 -->
|
||||
<!ENTITY auml "ä"> <!-- latin small letter a with diaeresis,
|
||||
U+00E4 ISOlat1 -->
|
||||
<!ENTITY aring "å"> <!-- latin small letter a with ring above
|
||||
= latin small letter a ring,
|
||||
U+00E5 ISOlat1 -->
|
||||
<!ENTITY aelig "æ"> <!-- latin small letter ae
|
||||
= latin small ligature ae, U+00E6 ISOlat1 -->
|
||||
<!ENTITY ccedil "ç"> <!-- latin small letter c with cedilla,
|
||||
U+00E7 ISOlat1 -->
|
||||
<!ENTITY egrave "è"> <!-- latin small letter e with grave,
|
||||
U+00E8 ISOlat1 -->
|
||||
<!ENTITY eacute "é"> <!-- latin small letter e with acute,
|
||||
U+00E9 ISOlat1 -->
|
||||
<!ENTITY ecirc "ê"> <!-- latin small letter e with circumflex,
|
||||
U+00EA ISOlat1 -->
|
||||
<!ENTITY euml "ë"> <!-- latin small letter e with diaeresis,
|
||||
U+00EB ISOlat1 -->
|
||||
<!ENTITY igrave "ì"> <!-- latin small letter i with grave,
|
||||
U+00EC ISOlat1 -->
|
||||
<!ENTITY iacute "í"> <!-- latin small letter i with acute,
|
||||
U+00ED ISOlat1 -->
|
||||
<!ENTITY icirc "î"> <!-- latin small letter i with circumflex,
|
||||
U+00EE ISOlat1 -->
|
||||
<!ENTITY iuml "ï"> <!-- latin small letter i with diaeresis,
|
||||
U+00EF ISOlat1 -->
|
||||
<!ENTITY eth "ð"> <!-- latin small letter eth, U+00F0 ISOlat1 -->
|
||||
<!ENTITY ntilde "ñ"> <!-- latin small letter n with tilde,
|
||||
U+00F1 ISOlat1 -->
|
||||
<!ENTITY ograve "ò"> <!-- latin small letter o with grave,
|
||||
U+00F2 ISOlat1 -->
|
||||
<!ENTITY oacute "ó"> <!-- latin small letter o with acute,
|
||||
U+00F3 ISOlat1 -->
|
||||
<!ENTITY ocirc "ô"> <!-- latin small letter o with circumflex,
|
||||
U+00F4 ISOlat1 -->
|
||||
<!ENTITY otilde "õ"> <!-- latin small letter o with tilde,
|
||||
U+00F5 ISOlat1 -->
|
||||
<!ENTITY ouml "ö"> <!-- latin small letter o with diaeresis,
|
||||
U+00F6 ISOlat1 -->
|
||||
<!ENTITY divide "÷"> <!-- division sign, U+00F7 ISOnum -->
|
||||
<!ENTITY oslash "ø"> <!-- latin small letter o with stroke,
|
||||
= latin small letter o slash,
|
||||
U+00F8 ISOlat1 -->
|
||||
<!ENTITY ugrave "ù"> <!-- latin small letter u with grave,
|
||||
U+00F9 ISOlat1 -->
|
||||
<!ENTITY uacute "ú"> <!-- latin small letter u with acute,
|
||||
U+00FA ISOlat1 -->
|
||||
<!ENTITY ucirc "û"> <!-- latin small letter u with circumflex,
|
||||
U+00FB ISOlat1 -->
|
||||
<!ENTITY uuml "ü"> <!-- latin small letter u with diaeresis,
|
||||
U+00FC ISOlat1 -->
|
||||
<!ENTITY yacute "ý"> <!-- latin small letter y with acute,
|
||||
U+00FD ISOlat1 -->
|
||||
<!ENTITY thorn "þ"> <!-- latin small letter thorn,
|
||||
U+00FE ISOlat1 -->
|
||||
<!ENTITY yuml "ÿ"> <!-- latin small letter y with diaeresis,
|
||||
U+00FF ISOlat1 -->
|
|
@ -1,80 +0,0 @@
|
|||
<!-- Special characters for XHTML -->
|
||||
|
||||
<!-- Character entity set. Typical invocation:
|
||||
<!ENTITY % HTMLspecial PUBLIC
|
||||
"-//W3C//ENTITIES Special for XHTML//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
|
||||
%HTMLspecial;
|
||||
-->
|
||||
|
||||
<!-- Portions (C) International Organization for Standardization 1986:
|
||||
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.
|
||||
-->
|
||||
|
||||
<!-- Relevant ISO entity set is given unless names are newly introduced.
|
||||
New names (i.e., not in ISO 8879 list) do not clash with any
|
||||
existing ISO 8879 entity names. ISO 10646 character numbers
|
||||
are given for each character, in hex. values are decimal
|
||||
conversions of the ISO 10646 values and refer to the document
|
||||
character set. Names are Unicode names.
|
||||
-->
|
||||
|
||||
<!-- C0 Controls and Basic Latin -->
|
||||
<!ENTITY quot """> <!-- quotation mark, U+0022 ISOnum -->
|
||||
<!ENTITY amp "&#38;"> <!-- ampersand, U+0026 ISOnum -->
|
||||
<!ENTITY lt "&#60;"> <!-- less-than sign, U+003C ISOnum -->
|
||||
<!ENTITY gt ">"> <!-- greater-than sign, U+003E ISOnum -->
|
||||
<!ENTITY apos "'"> <!-- apostrophe = APL quote, U+0027 ISOnum -->
|
||||
|
||||
<!-- Latin Extended-A -->
|
||||
<!ENTITY OElig "Œ"> <!-- latin capital ligature OE,
|
||||
U+0152 ISOlat2 -->
|
||||
<!ENTITY oelig "œ"> <!-- latin small ligature oe, U+0153 ISOlat2 -->
|
||||
<!-- ligature is a misnomer, this is a separate character in some languages -->
|
||||
<!ENTITY Scaron "Š"> <!-- latin capital letter S with caron,
|
||||
U+0160 ISOlat2 -->
|
||||
<!ENTITY scaron "š"> <!-- latin small letter s with caron,
|
||||
U+0161 ISOlat2 -->
|
||||
<!ENTITY Yuml "Ÿ"> <!-- latin capital letter Y with diaeresis,
|
||||
U+0178 ISOlat2 -->
|
||||
|
||||
<!-- Spacing Modifier Letters -->
|
||||
<!ENTITY circ "ˆ"> <!-- modifier letter circumflex accent,
|
||||
U+02C6 ISOpub -->
|
||||
<!ENTITY tilde "˜"> <!-- small tilde, U+02DC ISOdia -->
|
||||
|
||||
<!-- General Punctuation -->
|
||||
<!ENTITY ensp " "> <!-- en space, U+2002 ISOpub -->
|
||||
<!ENTITY emsp " "> <!-- em space, U+2003 ISOpub -->
|
||||
<!ENTITY thinsp " "> <!-- thin space, U+2009 ISOpub -->
|
||||
<!ENTITY zwnj "‌"> <!-- zero width non-joiner,
|
||||
U+200C NEW RFC 2070 -->
|
||||
<!ENTITY zwj "‍"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
|
||||
<!ENTITY lrm "‎"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
|
||||
<!ENTITY rlm "‏"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
|
||||
<!ENTITY ndash "–"> <!-- en dash, U+2013 ISOpub -->
|
||||
<!ENTITY mdash "—"> <!-- em dash, U+2014 ISOpub -->
|
||||
<!ENTITY lsquo "‘"> <!-- left single quotation mark,
|
||||
U+2018 ISOnum -->
|
||||
<!ENTITY rsquo "’"> <!-- right single quotation mark,
|
||||
U+2019 ISOnum -->
|
||||
<!ENTITY sbquo "‚"> <!-- single low-9 quotation mark, U+201A NEW -->
|
||||
<!ENTITY ldquo "“"> <!-- left double quotation mark,
|
||||
U+201C ISOnum -->
|
||||
<!ENTITY rdquo "”"> <!-- right double quotation mark,
|
||||
U+201D ISOnum -->
|
||||
<!ENTITY bdquo "„"> <!-- double low-9 quotation mark, U+201E NEW -->
|
||||
<!ENTITY dagger "†"> <!-- dagger, U+2020 ISOpub -->
|
||||
<!ENTITY Dagger "‡"> <!-- double dagger, U+2021 ISOpub -->
|
||||
<!ENTITY permil "‰"> <!-- per mille sign, U+2030 ISOtech -->
|
||||
<!ENTITY lsaquo "‹"> <!-- single left-pointing angle quotation mark,
|
||||
U+2039 ISO proposed -->
|
||||
<!-- lsaquo is proposed but not yet ISO standardized -->
|
||||
<!ENTITY rsaquo "›"> <!-- single right-pointing angle quotation mark,
|
||||
U+203A ISO proposed -->
|
||||
<!-- rsaquo is proposed but not yet ISO standardized -->
|
||||
|
||||
<!-- Currency Symbols -->
|
||||
<!ENTITY euro "€"> <!-- euro sign, U+20AC NEW -->
|
|
@ -1,237 +0,0 @@
|
|||
<!-- Mathematical, Greek and Symbolic characters for XHTML -->
|
||||
|
||||
<!-- Character entity set. Typical invocation:
|
||||
<!ENTITY % HTMLsymbol PUBLIC
|
||||
"-//W3C//ENTITIES Symbols for XHTML//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
|
||||
%HTMLsymbol;
|
||||
-->
|
||||
|
||||
<!-- Portions (C) International Organization for Standardization 1986:
|
||||
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.
|
||||
-->
|
||||
|
||||
<!-- Relevant ISO entity set is given unless names are newly introduced.
|
||||
New names (i.e., not in ISO 8879 list) do not clash with any
|
||||
existing ISO 8879 entity names. ISO 10646 character numbers
|
||||
are given for each character, in hex. values are decimal
|
||||
conversions of the ISO 10646 values and refer to the document
|
||||
character set. Names are Unicode names.
|
||||
-->
|
||||
|
||||
<!-- Latin Extended-B -->
|
||||
<!ENTITY fnof "ƒ"> <!-- latin small letter f with hook = function
|
||||
= florin, U+0192 ISOtech -->
|
||||
|
||||
<!-- Greek -->
|
||||
<!ENTITY Alpha "Α"> <!-- greek capital letter alpha, U+0391 -->
|
||||
<!ENTITY Beta "Β"> <!-- greek capital letter beta, U+0392 -->
|
||||
<!ENTITY Gamma "Γ"> <!-- greek capital letter gamma,
|
||||
U+0393 ISOgrk3 -->
|
||||
<!ENTITY Delta "Δ"> <!-- greek capital letter delta,
|
||||
U+0394 ISOgrk3 -->
|
||||
<!ENTITY Epsilon "Ε"> <!-- greek capital letter epsilon, U+0395 -->
|
||||
<!ENTITY Zeta "Ζ"> <!-- greek capital letter zeta, U+0396 -->
|
||||
<!ENTITY Eta "Η"> <!-- greek capital letter eta, U+0397 -->
|
||||
<!ENTITY Theta "Θ"> <!-- greek capital letter theta,
|
||||
U+0398 ISOgrk3 -->
|
||||
<!ENTITY Iota "Ι"> <!-- greek capital letter iota, U+0399 -->
|
||||
<!ENTITY Kappa "Κ"> <!-- greek capital letter kappa, U+039A -->
|
||||
<!ENTITY Lambda "Λ"> <!-- greek capital letter lamda,
|
||||
U+039B ISOgrk3 -->
|
||||
<!ENTITY Mu "Μ"> <!-- greek capital letter mu, U+039C -->
|
||||
<!ENTITY Nu "Ν"> <!-- greek capital letter nu, U+039D -->
|
||||
<!ENTITY Xi "Ξ"> <!-- greek capital letter xi, U+039E ISOgrk3 -->
|
||||
<!ENTITY Omicron "Ο"> <!-- greek capital letter omicron, U+039F -->
|
||||
<!ENTITY Pi "Π"> <!-- greek capital letter pi, U+03A0 ISOgrk3 -->
|
||||
<!ENTITY Rho "Ρ"> <!-- greek capital letter rho, U+03A1 -->
|
||||
<!-- there is no Sigmaf, and no U+03A2 character either -->
|
||||
<!ENTITY Sigma "Σ"> <!-- greek capital letter sigma,
|
||||
U+03A3 ISOgrk3 -->
|
||||
<!ENTITY Tau "Τ"> <!-- greek capital letter tau, U+03A4 -->
|
||||
<!ENTITY Upsilon "Υ"> <!-- greek capital letter upsilon,
|
||||
U+03A5 ISOgrk3 -->
|
||||
<!ENTITY Phi "Φ"> <!-- greek capital letter phi,
|
||||
U+03A6 ISOgrk3 -->
|
||||
<!ENTITY Chi "Χ"> <!-- greek capital letter chi, U+03A7 -->
|
||||
<!ENTITY Psi "Ψ"> <!-- greek capital letter psi,
|
||||
U+03A8 ISOgrk3 -->
|
||||
<!ENTITY Omega "Ω"> <!-- greek capital letter omega,
|
||||
U+03A9 ISOgrk3 -->
|
||||
|
||||
<!ENTITY alpha "α"> <!-- greek small letter alpha,
|
||||
U+03B1 ISOgrk3 -->
|
||||
<!ENTITY beta "β"> <!-- greek small letter beta, U+03B2 ISOgrk3 -->
|
||||
<!ENTITY gamma "γ"> <!-- greek small letter gamma,
|
||||
U+03B3 ISOgrk3 -->
|
||||
<!ENTITY delta "δ"> <!-- greek small letter delta,
|
||||
U+03B4 ISOgrk3 -->
|
||||
<!ENTITY epsilon "ε"> <!-- greek small letter epsilon,
|
||||
U+03B5 ISOgrk3 -->
|
||||
<!ENTITY zeta "ζ"> <!-- greek small letter zeta, U+03B6 ISOgrk3 -->
|
||||
<!ENTITY eta "η"> <!-- greek small letter eta, U+03B7 ISOgrk3 -->
|
||||
<!ENTITY theta "θ"> <!-- greek small letter theta,
|
||||
U+03B8 ISOgrk3 -->
|
||||
<!ENTITY iota "ι"> <!-- greek small letter iota, U+03B9 ISOgrk3 -->
|
||||
<!ENTITY kappa "κ"> <!-- greek small letter kappa,
|
||||
U+03BA ISOgrk3 -->
|
||||
<!ENTITY lambda "λ"> <!-- greek small letter lamda,
|
||||
U+03BB ISOgrk3 -->
|
||||
<!ENTITY mu "μ"> <!-- greek small letter mu, U+03BC ISOgrk3 -->
|
||||
<!ENTITY nu "ν"> <!-- greek small letter nu, U+03BD ISOgrk3 -->
|
||||
<!ENTITY xi "ξ"> <!-- greek small letter xi, U+03BE ISOgrk3 -->
|
||||
<!ENTITY omicron "ο"> <!-- greek small letter omicron, U+03BF NEW -->
|
||||
<!ENTITY pi "π"> <!-- greek small letter pi, U+03C0 ISOgrk3 -->
|
||||
<!ENTITY rho "ρ"> <!-- greek small letter rho, U+03C1 ISOgrk3 -->
|
||||
<!ENTITY sigmaf "ς"> <!-- greek small letter final sigma,
|
||||
U+03C2 ISOgrk3 -->
|
||||
<!ENTITY sigma "σ"> <!-- greek small letter sigma,
|
||||
U+03C3 ISOgrk3 -->
|
||||
<!ENTITY tau "τ"> <!-- greek small letter tau, U+03C4 ISOgrk3 -->
|
||||
<!ENTITY upsilon "υ"> <!-- greek small letter upsilon,
|
||||
U+03C5 ISOgrk3 -->
|
||||
<!ENTITY phi "φ"> <!-- greek small letter phi, U+03C6 ISOgrk3 -->
|
||||
<!ENTITY chi "χ"> <!-- greek small letter chi, U+03C7 ISOgrk3 -->
|
||||
<!ENTITY psi "ψ"> <!-- greek small letter psi, U+03C8 ISOgrk3 -->
|
||||
<!ENTITY omega "ω"> <!-- greek small letter omega,
|
||||
U+03C9 ISOgrk3 -->
|
||||
<!ENTITY thetasym "ϑ"> <!-- greek theta symbol,
|
||||
U+03D1 NEW -->
|
||||
<!ENTITY upsih "ϒ"> <!-- greek upsilon with hook symbol,
|
||||
U+03D2 NEW -->
|
||||
<!ENTITY piv "ϖ"> <!-- greek pi symbol, U+03D6 ISOgrk3 -->
|
||||
|
||||
<!-- General Punctuation -->
|
||||
<!ENTITY bull "•"> <!-- bullet = black small circle,
|
||||
U+2022 ISOpub -->
|
||||
<!-- bullet is NOT the same as bullet operator, U+2219 -->
|
||||
<!ENTITY hellip "…"> <!-- horizontal ellipsis = three dot leader,
|
||||
U+2026 ISOpub -->
|
||||
<!ENTITY prime "′"> <!-- prime = minutes = feet, U+2032 ISOtech -->
|
||||
<!ENTITY Prime "″"> <!-- double prime = seconds = inches,
|
||||
U+2033 ISOtech -->
|
||||
<!ENTITY oline "‾"> <!-- overline = spacing overscore,
|
||||
U+203E NEW -->
|
||||
<!ENTITY frasl "⁄"> <!-- fraction slash, U+2044 NEW -->
|
||||
|
||||
<!-- Letterlike Symbols -->
|
||||
<!ENTITY weierp "℘"> <!-- script capital P = power set
|
||||
= Weierstrass p, U+2118 ISOamso -->
|
||||
<!ENTITY image "ℑ"> <!-- black-letter capital I = imaginary part,
|
||||
U+2111 ISOamso -->
|
||||
<!ENTITY real "ℜ"> <!-- black-letter capital R = real part symbol,
|
||||
U+211C ISOamso -->
|
||||
<!ENTITY trade "™"> <!-- trade mark sign, U+2122 ISOnum -->
|
||||
<!ENTITY alefsym "ℵ"> <!-- alef symbol = first transfinite cardinal,
|
||||
U+2135 NEW -->
|
||||
<!-- alef symbol is NOT the same as hebrew letter alef,
|
||||
U+05D0 although the same glyph could be used to depict both characters -->
|
||||
|
||||
<!-- Arrows -->
|
||||
<!ENTITY larr "←"> <!-- leftwards arrow, U+2190 ISOnum -->
|
||||
<!ENTITY uarr "↑"> <!-- upwards arrow, U+2191 ISOnum-->
|
||||
<!ENTITY rarr "→"> <!-- rightwards arrow, U+2192 ISOnum -->
|
||||
<!ENTITY darr "↓"> <!-- downwards arrow, U+2193 ISOnum -->
|
||||
<!ENTITY harr "↔"> <!-- left right arrow, U+2194 ISOamsa -->
|
||||
<!ENTITY crarr "↵"> <!-- downwards arrow with corner leftwards
|
||||
= carriage return, U+21B5 NEW -->
|
||||
<!ENTITY lArr "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech -->
|
||||
<!-- Unicode does not say that lArr is the same as the 'is implied by' arrow
|
||||
but also does not have any other character for that function. So lArr can
|
||||
be used for 'is implied by' as ISOtech suggests -->
|
||||
<!ENTITY uArr "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa -->
|
||||
<!ENTITY rArr "⇒"> <!-- rightwards double arrow,
|
||||
U+21D2 ISOtech -->
|
||||
<!-- Unicode does not say this is the 'implies' character but does not have
|
||||
another character with this function so rArr can be used for 'implies'
|
||||
as ISOtech suggests -->
|
||||
<!ENTITY dArr "⇓"> <!-- downwards double arrow, U+21D3 ISOamsa -->
|
||||
<!ENTITY hArr "⇔"> <!-- left right double arrow,
|
||||
U+21D4 ISOamsa -->
|
||||
|
||||
<!-- Mathematical Operators -->
|
||||
<!ENTITY forall "∀"> <!-- for all, U+2200 ISOtech -->
|
||||
<!ENTITY part "∂"> <!-- partial differential, U+2202 ISOtech -->
|
||||
<!ENTITY exist "∃"> <!-- there exists, U+2203 ISOtech -->
|
||||
<!ENTITY empty "∅"> <!-- empty set = null set, U+2205 ISOamso -->
|
||||
<!ENTITY nabla "∇"> <!-- nabla = backward difference,
|
||||
U+2207 ISOtech -->
|
||||
<!ENTITY isin "∈"> <!-- element of, U+2208 ISOtech -->
|
||||
<!ENTITY notin "∉"> <!-- not an element of, U+2209 ISOtech -->
|
||||
<!ENTITY ni "∋"> <!-- contains as member, U+220B ISOtech -->
|
||||
<!ENTITY prod "∏"> <!-- n-ary product = product sign,
|
||||
U+220F ISOamsb -->
|
||||
<!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though
|
||||
the same glyph might be used for both -->
|
||||
<!ENTITY sum "∑"> <!-- n-ary summation, U+2211 ISOamsb -->
|
||||
<!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
|
||||
though the same glyph might be used for both -->
|
||||
<!ENTITY minus "−"> <!-- minus sign, U+2212 ISOtech -->
|
||||
<!ENTITY lowast "∗"> <!-- asterisk operator, U+2217 ISOtech -->
|
||||
<!ENTITY radic "√"> <!-- square root = radical sign,
|
||||
U+221A ISOtech -->
|
||||
<!ENTITY prop "∝"> <!-- proportional to, U+221D ISOtech -->
|
||||
<!ENTITY infin "∞"> <!-- infinity, U+221E ISOtech -->
|
||||
<!ENTITY ang "∠"> <!-- angle, U+2220 ISOamso -->
|
||||
<!ENTITY and "∧"> <!-- logical and = wedge, U+2227 ISOtech -->
|
||||
<!ENTITY or "∨"> <!-- logical or = vee, U+2228 ISOtech -->
|
||||
<!ENTITY cap "∩"> <!-- intersection = cap, U+2229 ISOtech -->
|
||||
<!ENTITY cup "∪"> <!-- union = cup, U+222A ISOtech -->
|
||||
<!ENTITY int "∫"> <!-- integral, U+222B ISOtech -->
|
||||
<!ENTITY there4 "∴"> <!-- therefore, U+2234 ISOtech -->
|
||||
<!ENTITY sim "∼"> <!-- tilde operator = varies with = similar to,
|
||||
U+223C ISOtech -->
|
||||
<!-- tilde operator is NOT the same character as the tilde, U+007E,
|
||||
although the same glyph might be used to represent both -->
|
||||
<!ENTITY cong "≅"> <!-- approximately equal to, U+2245 ISOtech -->
|
||||
<!ENTITY asymp "≈"> <!-- almost equal to = asymptotic to,
|
||||
U+2248 ISOamsr -->
|
||||
<!ENTITY ne "≠"> <!-- not equal to, U+2260 ISOtech -->
|
||||
<!ENTITY equiv "≡"> <!-- identical to, U+2261 ISOtech -->
|
||||
<!ENTITY le "≤"> <!-- less-than or equal to, U+2264 ISOtech -->
|
||||
<!ENTITY ge "≥"> <!-- greater-than or equal to,
|
||||
U+2265 ISOtech -->
|
||||
<!ENTITY sub "⊂"> <!-- subset of, U+2282 ISOtech -->
|
||||
<!ENTITY sup "⊃"> <!-- superset of, U+2283 ISOtech -->
|
||||
<!ENTITY nsub "⊄"> <!-- not a subset of, U+2284 ISOamsn -->
|
||||
<!ENTITY sube "⊆"> <!-- subset of or equal to, U+2286 ISOtech -->
|
||||
<!ENTITY supe "⊇"> <!-- superset of or equal to,
|
||||
U+2287 ISOtech -->
|
||||
<!ENTITY oplus "⊕"> <!-- circled plus = direct sum,
|
||||
U+2295 ISOamsb -->
|
||||
<!ENTITY otimes "⊗"> <!-- circled times = vector product,
|
||||
U+2297 ISOamsb -->
|
||||
<!ENTITY perp "⊥"> <!-- up tack = orthogonal to = perpendicular,
|
||||
U+22A5 ISOtech -->
|
||||
<!ENTITY sdot "⋅"> <!-- dot operator, U+22C5 ISOamsb -->
|
||||
<!-- dot operator is NOT the same character as U+00B7 middle dot -->
|
||||
|
||||
<!-- Miscellaneous Technical -->
|
||||
<!ENTITY lceil "⌈"> <!-- left ceiling = APL upstile,
|
||||
U+2308 ISOamsc -->
|
||||
<!ENTITY rceil "⌉"> <!-- right ceiling, U+2309 ISOamsc -->
|
||||
<!ENTITY lfloor "⌊"> <!-- left floor = APL downstile,
|
||||
U+230A ISOamsc -->
|
||||
<!ENTITY rfloor "⌋"> <!-- right floor, U+230B ISOamsc -->
|
||||
<!ENTITY lang "〈"> <!-- left-pointing angle bracket = bra,
|
||||
U+2329 ISOtech -->
|
||||
<!-- lang is NOT the same character as U+003C 'less than sign'
|
||||
or U+2039 'single left-pointing angle quotation mark' -->
|
||||
<!ENTITY rang "〉"> <!-- right-pointing angle bracket = ket,
|
||||
U+232A ISOtech -->
|
||||
<!-- rang is NOT the same character as U+003E 'greater than sign'
|
||||
or U+203A 'single right-pointing angle quotation mark' -->
|
||||
|
||||
<!-- Geometric Shapes -->
|
||||
<!ENTITY loz "◊"> <!-- lozenge, U+25CA ISOpub -->
|
||||
|
||||
<!-- Miscellaneous Symbols -->
|
||||
<!ENTITY spades "♠"> <!-- black spade suit, U+2660 ISOpub -->
|
||||
<!-- black here seems to mean filled as opposed to hollow -->
|
||||
<!ENTITY clubs "♣"> <!-- black club suit = shamrock,
|
||||
U+2663 ISOpub -->
|
||||
<!ENTITY hearts "♥"> <!-- black heart suit = valentine,
|
||||
U+2665 ISOpub -->
|
||||
<!ENTITY diams "♦"> <!-- black diamond suit, U+2666 ISOpub -->
|
|
@ -1,977 +0,0 @@
|
|||
<!--
|
||||
Extensible HTML version 1.0 Strict DTD
|
||||
|
||||
This is the same as HTML 4 Strict except for
|
||||
changes due to the differences between XML and SGML.
|
||||
|
||||
Namespace = http://www.w3.org/1999/xhtml
|
||||
|
||||
For further information, see: http://www.w3.org/TR/xhtml1
|
||||
|
||||
Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),
|
||||
All Rights Reserved.
|
||||
|
||||
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
||||
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
|
||||
|
||||
$Revision: 1.1 $
|
||||
$Date: 2002/08/01 13:56:03 $
|
||||
|
||||
-->
|
||||
|
||||
<!--================ Character mnemonic entities =========================-->
|
||||
|
||||
<!ENTITY % HTMLlat1 PUBLIC
|
||||
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
|
||||
"xhtml-lat1.ent">
|
||||
%HTMLlat1;
|
||||
|
||||
<!ENTITY % HTMLsymbol PUBLIC
|
||||
"-//W3C//ENTITIES Symbols for XHTML//EN"
|
||||
"xhtml-symbol.ent">
|
||||
%HTMLsymbol;
|
||||
|
||||
<!ENTITY % HTMLspecial PUBLIC
|
||||
"-//W3C//ENTITIES Special for XHTML//EN"
|
||||
"xhtml-special.ent">
|
||||
%HTMLspecial;
|
||||
|
||||
<!--================== Imported Names ====================================-->
|
||||
|
||||
<!ENTITY % ContentType "CDATA">
|
||||
<!-- media type, as per [RFC2045] -->
|
||||
|
||||
<!ENTITY % ContentTypes "CDATA">
|
||||
<!-- comma-separated list of media types, as per [RFC2045] -->
|
||||
|
||||
<!ENTITY % Charset "CDATA">
|
||||
<!-- a character encoding, as per [RFC2045] -->
|
||||
|
||||
<!ENTITY % Charsets "CDATA">
|
||||
<!-- a space separated list of character encodings, as per [RFC2045] -->
|
||||
|
||||
<!ENTITY % LanguageCode "NMTOKEN">
|
||||
<!-- a language code, as per [RFC3066] -->
|
||||
|
||||
<!ENTITY % Character "CDATA">
|
||||
<!-- a single character, as per section 2.2 of [XML] -->
|
||||
|
||||
<!ENTITY % Number "CDATA">
|
||||
<!-- one or more digits -->
|
||||
|
||||
<!ENTITY % LinkTypes "CDATA">
|
||||
<!-- space-separated list of link types -->
|
||||
|
||||
<!ENTITY % MediaDesc "CDATA">
|
||||
<!-- single or comma-separated list of media descriptors -->
|
||||
|
||||
<!ENTITY % URI "CDATA">
|
||||
<!-- a Uniform Resource Identifier, see [RFC2396] -->
|
||||
|
||||
<!ENTITY % UriList "CDATA">
|
||||
<!-- a space separated list of Uniform Resource Identifiers -->
|
||||
|
||||
<!ENTITY % Datetime "CDATA">
|
||||
<!-- date and time information. ISO date format -->
|
||||
|
||||
<!ENTITY % Script "CDATA">
|
||||
<!-- script expression -->
|
||||
|
||||
<!ENTITY % StyleSheet "CDATA">
|
||||
<!-- style sheet data -->
|
||||
|
||||
<!ENTITY % Text "CDATA">
|
||||
<!-- used for titles etc. -->
|
||||
|
||||
<!ENTITY % Length "CDATA">
|
||||
<!-- nn for pixels or nn% for percentage length -->
|
||||
|
||||
<!ENTITY % MultiLength "CDATA">
|
||||
<!-- pixel, percentage, or relative -->
|
||||
|
||||
<!ENTITY % Pixels "CDATA">
|
||||
<!-- integer representing length in pixels -->
|
||||
|
||||
<!-- these are used for image maps -->
|
||||
|
||||
<!ENTITY % Shape "(rect|circle|poly|default)">
|
||||
|
||||
<!ENTITY % Coords "CDATA">
|
||||
<!-- comma separated list of lengths -->
|
||||
|
||||
<!--=================== Generic Attributes ===============================-->
|
||||
|
||||
<!-- core attributes common to most elements
|
||||
id document-wide unique id
|
||||
class space separated list of classes
|
||||
style associated style info
|
||||
title advisory title/amplification
|
||||
-->
|
||||
<!ENTITY % coreattrs
|
||||
"id ID #IMPLIED
|
||||
class CDATA #IMPLIED
|
||||
style %StyleSheet; #IMPLIED
|
||||
title %Text; #IMPLIED"
|
||||
>
|
||||
|
||||
<!-- internationalization attributes
|
||||
lang language code (backwards compatible)
|
||||
xml:lang language code (as per XML 1.0 spec)
|
||||
dir direction for weak/neutral text
|
||||
-->
|
||||
<!ENTITY % i18n
|
||||
"lang %LanguageCode; #IMPLIED
|
||||
xml:lang %LanguageCode; #IMPLIED
|
||||
dir (ltr|rtl) #IMPLIED"
|
||||
>
|
||||
|
||||
<!-- attributes for common UI events
|
||||
onclick a pointer button was clicked
|
||||
ondblclick a pointer button was double clicked
|
||||
onmousedown a pointer button was pressed down
|
||||
onmouseup a pointer button was released
|
||||
onmousemove a pointer was moved onto the element
|
||||
onmouseout a pointer was moved away from the element
|
||||
onkeypress a key was pressed and released
|
||||
onkeydown a key was pressed down
|
||||
onkeyup a key was released
|
||||
-->
|
||||
<!ENTITY % events
|
||||
"onclick %Script; #IMPLIED
|
||||
ondblclick %Script; #IMPLIED
|
||||
onmousedown %Script; #IMPLIED
|
||||
onmouseup %Script; #IMPLIED
|
||||
onmouseover %Script; #IMPLIED
|
||||
onmousemove %Script; #IMPLIED
|
||||
onmouseout %Script; #IMPLIED
|
||||
onkeypress %Script; #IMPLIED
|
||||
onkeydown %Script; #IMPLIED
|
||||
onkeyup %Script; #IMPLIED"
|
||||
>
|
||||
|
||||
<!-- attributes for elements that can get the focus
|
||||
accesskey accessibility key character
|
||||
tabindex position in tabbing order
|
||||
onfocus the element got the focus
|
||||
onblur the element lost the focus
|
||||
-->
|
||||
<!ENTITY % focus
|
||||
"accesskey %Character; #IMPLIED
|
||||
tabindex %Number; #IMPLIED
|
||||
onfocus %Script; #IMPLIED
|
||||
onblur %Script; #IMPLIED"
|
||||
>
|
||||
|
||||
<!ENTITY % attrs "%coreattrs; %i18n; %events;">
|
||||
|
||||
<!--=================== Text Elements ====================================-->
|
||||
|
||||
<!ENTITY % special.pre
|
||||
"br | span | bdo | map">
|
||||
|
||||
|
||||
<!ENTITY % special
|
||||
"%special.pre; | object | img ">
|
||||
|
||||
<!ENTITY % fontstyle "tt | i | b | big | small ">
|
||||
|
||||
<!ENTITY % phrase "em | strong | dfn | code | q |
|
||||
samp | kbd | var | cite | abbr | acronym | sub | sup ">
|
||||
|
||||
<!ENTITY % inline.forms "input | select | textarea | label | button">
|
||||
|
||||
<!-- these can occur at block or inline level -->
|
||||
<!ENTITY % misc.inline "ins | del | script">
|
||||
|
||||
<!-- these can only occur at block level -->
|
||||
<!ENTITY % misc "noscript | %misc.inline;">
|
||||
|
||||
<!ENTITY % inline "a | %special; | %fontstyle; | %phrase; | %inline.forms;">
|
||||
|
||||
<!-- %Inline; covers inline or "text-level" elements -->
|
||||
<!ENTITY % Inline "(#PCDATA | %inline; | %misc.inline;)*">
|
||||
|
||||
<!--================== Block level elements ==============================-->
|
||||
|
||||
<!ENTITY % heading "h1|h2|h3|h4|h5|h6">
|
||||
<!ENTITY % lists "ul | ol | dl">
|
||||
<!ENTITY % blocktext "pre | hr | blockquote | address">
|
||||
|
||||
<!ENTITY % block
|
||||
"p | %heading; | div | %lists; | %blocktext; | fieldset | table">
|
||||
|
||||
<!ENTITY % Block "(%block; | form | %misc;)*">
|
||||
|
||||
<!-- %Flow; mixes block and inline and is used for list items etc. -->
|
||||
<!ENTITY % Flow "(#PCDATA | %block; | form | %inline; | %misc;)*">
|
||||
|
||||
<!--================== Content models for exclusions =====================-->
|
||||
|
||||
<!-- a elements use %Inline; excluding a -->
|
||||
|
||||
<!ENTITY % a.content
|
||||
"(#PCDATA | %special; | %fontstyle; | %phrase; | %inline.forms; | %misc.inline;)*">
|
||||
|
||||
<!-- pre uses %Inline excluding big, small, sup or sup -->
|
||||
|
||||
<!ENTITY % pre.content
|
||||
"(#PCDATA | a | %fontstyle; | %phrase; | %special.pre; | %misc.inline;
|
||||
| %inline.forms;)*">
|
||||
|
||||
<!-- form uses %Block; excluding form -->
|
||||
|
||||
<!ENTITY % form.content "(%block; | %misc;)*">
|
||||
|
||||
<!-- button uses %Flow; but excludes a, form and form controls -->
|
||||
|
||||
<!ENTITY % button.content
|
||||
"(#PCDATA | p | %heading; | div | %lists; | %blocktext; |
|
||||
table | %special; | %fontstyle; | %phrase; | %misc;)*">
|
||||
|
||||
<!--================ Document Structure ==================================-->
|
||||
|
||||
<!-- the namespace URI designates the document profile -->
|
||||
|
||||
<!ELEMENT html (head, body)>
|
||||
<!ATTLIST html
|
||||
%i18n;
|
||||
id ID #IMPLIED
|
||||
xmlns %URI; #FIXED 'http://www.w3.org/1999/xhtml'
|
||||
>
|
||||
|
||||
<!--================ Document Head =======================================-->
|
||||
|
||||
<!ENTITY % head.misc "(script|style|meta|link|object)*">
|
||||
|
||||
<!-- content model is %head.misc; combined with a single
|
||||
title and an optional base element in any order -->
|
||||
|
||||
<!ELEMENT head (%head.misc;,
|
||||
((title, %head.misc;, (base, %head.misc;)?) |
|
||||
(base, %head.misc;, (title, %head.misc;))))>
|
||||
|
||||
<!ATTLIST head
|
||||
%i18n;
|
||||
id ID #IMPLIED
|
||||
profile %URI; #IMPLIED
|
||||
>
|
||||
|
||||
<!-- The title element is not considered part of the flow of text.
|
||||
It should be displayed, for example as the page header or
|
||||
window title. Exactly one title is required per document.
|
||||
-->
|
||||
<!ELEMENT title (#PCDATA)>
|
||||
<!ATTLIST title
|
||||
%i18n;
|
||||
id ID #IMPLIED
|
||||
>
|
||||
|
||||
<!-- document base URI -->
|
||||
|
||||
<!ELEMENT base EMPTY>
|
||||
<!ATTLIST base
|
||||
href %URI; #REQUIRED
|
||||
id ID #IMPLIED
|
||||
>
|
||||
|
||||
<!-- generic metainformation -->
|
||||
<!ELEMENT meta EMPTY>
|
||||
<!ATTLIST meta
|
||||
%i18n;
|
||||
id ID #IMPLIED
|
||||
http-equiv CDATA #IMPLIED
|
||||
name CDATA #IMPLIED
|
||||
content CDATA #REQUIRED
|
||||
scheme CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!--
|
||||
Relationship values can be used in principle:
|
||||
|
||||
a) for document specific toolbars/menus when used
|
||||
with the link element in document head e.g.
|
||||
start, contents, previous, next, index, end, help
|
||||
b) to link to a separate style sheet (rel="stylesheet")
|
||||
c) to make a link to a script (rel="script")
|
||||
d) by stylesheets to control how collections of
|
||||
html nodes are rendered into printed documents
|
||||
e) to make a link to a printable version of this document
|
||||
e.g. a PostScript or PDF version (rel="alternate" media="print")
|
||||
-->
|
||||
|
||||
<!ELEMENT link EMPTY>
|
||||
<!ATTLIST link
|
||||
%attrs;
|
||||
charset %Charset; #IMPLIED
|
||||
href %URI; #IMPLIED
|
||||
hreflang %LanguageCode; #IMPLIED
|
||||
type %ContentType; #IMPLIED
|
||||
rel %LinkTypes; #IMPLIED
|
||||
rev %LinkTypes; #IMPLIED
|
||||
media %MediaDesc; #IMPLIED
|
||||
>
|
||||
|
||||
<!-- style info, which may include CDATA sections -->
|
||||
<!ELEMENT style (#PCDATA)>
|
||||
<!ATTLIST style
|
||||
%i18n;
|
||||
id ID #IMPLIED
|
||||
type %ContentType; #REQUIRED
|
||||
media %MediaDesc; #IMPLIED
|
||||
title %Text; #IMPLIED
|
||||
xml:space (preserve) #FIXED 'preserve'
|
||||
>
|
||||
|
||||
<!-- script statements, which may include CDATA sections -->
|
||||
<!ELEMENT script (#PCDATA)>
|
||||
<!ATTLIST script
|
||||
id ID #IMPLIED
|
||||
charset %Charset; #IMPLIED
|
||||
type %ContentType; #REQUIRED
|
||||
src %URI; #IMPLIED
|
||||
defer (defer) #IMPLIED
|
||||
xml:space (preserve) #FIXED 'preserve'
|
||||
>
|
||||
|
||||
<!-- alternate content container for non script-based rendering -->
|
||||
|
||||
<!ELEMENT noscript %Block;>
|
||||
<!ATTLIST noscript
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--=================== Document Body ====================================-->
|
||||
|
||||
<!ELEMENT body %Block;>
|
||||
<!ATTLIST body
|
||||
%attrs;
|
||||
onload %Script; #IMPLIED
|
||||
onunload %Script; #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT div %Flow;> <!-- generic language/style container -->
|
||||
<!ATTLIST div
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--=================== Paragraphs =======================================-->
|
||||
|
||||
<!ELEMENT p %Inline;>
|
||||
<!ATTLIST p
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--=================== Headings =========================================-->
|
||||
|
||||
<!--
|
||||
There are six levels of headings from h1 (the most important)
|
||||
to h6 (the least important).
|
||||
-->
|
||||
|
||||
<!ELEMENT h1 %Inline;>
|
||||
<!ATTLIST h1
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT h2 %Inline;>
|
||||
<!ATTLIST h2
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT h3 %Inline;>
|
||||
<!ATTLIST h3
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT h4 %Inline;>
|
||||
<!ATTLIST h4
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT h5 %Inline;>
|
||||
<!ATTLIST h5
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT h6 %Inline;>
|
||||
<!ATTLIST h6
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--=================== Lists ============================================-->
|
||||
|
||||
<!-- Unordered list -->
|
||||
|
||||
<!ELEMENT ul (li)+>
|
||||
<!ATTLIST ul
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!-- Ordered (numbered) list -->
|
||||
|
||||
<!ELEMENT ol (li)+>
|
||||
<!ATTLIST ol
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!-- list item -->
|
||||
|
||||
<!ELEMENT li %Flow;>
|
||||
<!ATTLIST li
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!-- definition lists - dt for term, dd for its definition -->
|
||||
|
||||
<!ELEMENT dl (dt|dd)+>
|
||||
<!ATTLIST dl
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT dt %Inline;>
|
||||
<!ATTLIST dt
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT dd %Flow;>
|
||||
<!ATTLIST dd
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--=================== Address ==========================================-->
|
||||
|
||||
<!-- information on author -->
|
||||
|
||||
<!ELEMENT address %Inline;>
|
||||
<!ATTLIST address
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--=================== Horizontal Rule ==================================-->
|
||||
|
||||
<!ELEMENT hr EMPTY>
|
||||
<!ATTLIST hr
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--=================== Preformatted Text ================================-->
|
||||
|
||||
<!-- content is %Inline; excluding "img|object|big|small|sub|sup" -->
|
||||
|
||||
<!ELEMENT pre %pre.content;>
|
||||
<!ATTLIST pre
|
||||
%attrs;
|
||||
xml:space (preserve) #FIXED 'preserve'
|
||||
>
|
||||
|
||||
<!--=================== Block-like Quotes ================================-->
|
||||
|
||||
<!ELEMENT blockquote %Block;>
|
||||
<!ATTLIST blockquote
|
||||
%attrs;
|
||||
cite %URI; #IMPLIED
|
||||
>
|
||||
|
||||
<!--=================== Inserted/Deleted Text ============================-->
|
||||
|
||||
<!--
|
||||
ins/del are allowed in block and inline content, but its
|
||||
inappropriate to include block content within an ins element
|
||||
occurring in inline content.
|
||||
-->
|
||||
<!ELEMENT ins %Flow;>
|
||||
<!ATTLIST ins
|
||||
%attrs;
|
||||
cite %URI; #IMPLIED
|
||||
datetime %Datetime; #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT del %Flow;>
|
||||
<!ATTLIST del
|
||||
%attrs;
|
||||
cite %URI; #IMPLIED
|
||||
datetime %Datetime; #IMPLIED
|
||||
>
|
||||
|
||||
<!--================== The Anchor Element ================================-->
|
||||
|
||||
<!-- content is %Inline; except that anchors shouldn't be nested -->
|
||||
|
||||
<!ELEMENT a %a.content;>
|
||||
<!ATTLIST a
|
||||
%attrs;
|
||||
%focus;
|
||||
charset %Charset; #IMPLIED
|
||||
type %ContentType; #IMPLIED
|
||||
name NMTOKEN #IMPLIED
|
||||
href %URI; #IMPLIED
|
||||
hreflang %LanguageCode; #IMPLIED
|
||||
rel %LinkTypes; #IMPLIED
|
||||
rev %LinkTypes; #IMPLIED
|
||||
shape %Shape; "rect"
|
||||
coords %Coords; #IMPLIED
|
||||
>
|
||||
|
||||
<!--===================== Inline Elements ================================-->
|
||||
|
||||
<!ELEMENT span %Inline;> <!-- generic language/style container -->
|
||||
<!ATTLIST span
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT bdo %Inline;> <!-- I18N BiDi over-ride -->
|
||||
<!ATTLIST bdo
|
||||
%coreattrs;
|
||||
%events;
|
||||
lang %LanguageCode; #IMPLIED
|
||||
xml:lang %LanguageCode; #IMPLIED
|
||||
dir (ltr|rtl) #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT br EMPTY> <!-- forced line break -->
|
||||
<!ATTLIST br
|
||||
%coreattrs;
|
||||
>
|
||||
|
||||
<!ELEMENT em %Inline;> <!-- emphasis -->
|
||||
<!ATTLIST em %attrs;>
|
||||
|
||||
<!ELEMENT strong %Inline;> <!-- strong emphasis -->
|
||||
<!ATTLIST strong %attrs;>
|
||||
|
||||
<!ELEMENT dfn %Inline;> <!-- definitional -->
|
||||
<!ATTLIST dfn %attrs;>
|
||||
|
||||
<!ELEMENT code %Inline;> <!-- program code -->
|
||||
<!ATTLIST code %attrs;>
|
||||
|
||||
<!ELEMENT samp %Inline;> <!-- sample -->
|
||||
<!ATTLIST samp %attrs;>
|
||||
|
||||
<!ELEMENT kbd %Inline;> <!-- something user would type -->
|
||||
<!ATTLIST kbd %attrs;>
|
||||
|
||||
<!ELEMENT var %Inline;> <!-- variable -->
|
||||
<!ATTLIST var %attrs;>
|
||||
|
||||
<!ELEMENT cite %Inline;> <!-- citation -->
|
||||
<!ATTLIST cite %attrs;>
|
||||
|
||||
<!ELEMENT abbr %Inline;> <!-- abbreviation -->
|
||||
<!ATTLIST abbr %attrs;>
|
||||
|
||||
<!ELEMENT acronym %Inline;> <!-- acronym -->
|
||||
<!ATTLIST acronym %attrs;>
|
||||
|
||||
<!ELEMENT q %Inline;> <!-- inlined quote -->
|
||||
<!ATTLIST q
|
||||
%attrs;
|
||||
cite %URI; #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT sub %Inline;> <!-- subscript -->
|
||||
<!ATTLIST sub %attrs;>
|
||||
|
||||
<!ELEMENT sup %Inline;> <!-- superscript -->
|
||||
<!ATTLIST sup %attrs;>
|
||||
|
||||
<!ELEMENT tt %Inline;> <!-- fixed pitch font -->
|
||||
<!ATTLIST tt %attrs;>
|
||||
|
||||
<!ELEMENT i %Inline;> <!-- italic font -->
|
||||
<!ATTLIST i %attrs;>
|
||||
|
||||
<!ELEMENT b %Inline;> <!-- bold font -->
|
||||
<!ATTLIST b %attrs;>
|
||||
|
||||
<!ELEMENT big %Inline;> <!-- bigger font -->
|
||||
<!ATTLIST big %attrs;>
|
||||
|
||||
<!ELEMENT small %Inline;> <!-- smaller font -->
|
||||
<!ATTLIST small %attrs;>
|
||||
|
||||
<!--==================== Object ======================================-->
|
||||
<!--
|
||||
object is used to embed objects as part of HTML pages.
|
||||
param elements should precede other content. Parameters
|
||||
can also be expressed as attribute/value pairs on the
|
||||
object element itself when brevity is desired.
|
||||
-->
|
||||
|
||||
<!ELEMENT object (#PCDATA | param | %block; | form | %inline; | %misc;)*>
|
||||
<!ATTLIST object
|
||||
%attrs;
|
||||
declare (declare) #IMPLIED
|
||||
classid %URI; #IMPLIED
|
||||
codebase %URI; #IMPLIED
|
||||
data %URI; #IMPLIED
|
||||
type %ContentType; #IMPLIED
|
||||
codetype %ContentType; #IMPLIED
|
||||
archive %UriList; #IMPLIED
|
||||
standby %Text; #IMPLIED
|
||||
height %Length; #IMPLIED
|
||||
width %Length; #IMPLIED
|
||||
usemap %URI; #IMPLIED
|
||||
name NMTOKEN #IMPLIED
|
||||
tabindex %Number; #IMPLIED
|
||||
>
|
||||
|
||||
<!--
|
||||
param is used to supply a named property value.
|
||||
In XML it would seem natural to follow RDF and support an
|
||||
abbreviated syntax where the param elements are replaced
|
||||
by attribute value pairs on the object start tag.
|
||||
-->
|
||||
<!ELEMENT param EMPTY>
|
||||
<!ATTLIST param
|
||||
id ID #IMPLIED
|
||||
name CDATA #IMPLIED
|
||||
value CDATA #IMPLIED
|
||||
valuetype (data|ref|object) "data"
|
||||
type %ContentType; #IMPLIED
|
||||
>
|
||||
|
||||
<!--=================== Images ===========================================-->
|
||||
|
||||
<!--
|
||||
To avoid accessibility problems for people who aren't
|
||||
able to see the image, you should provide a text
|
||||
description using the alt and longdesc attributes.
|
||||
In addition, avoid the use of server-side image maps.
|
||||
Note that in this DTD there is no name attribute. That
|
||||
is only available in the transitional and frameset DTD.
|
||||
-->
|
||||
|
||||
<!ELEMENT img EMPTY>
|
||||
<!ATTLIST img
|
||||
%attrs;
|
||||
src %URI; #REQUIRED
|
||||
alt %Text; #REQUIRED
|
||||
longdesc %URI; #IMPLIED
|
||||
height %Length; #IMPLIED
|
||||
width %Length; #IMPLIED
|
||||
usemap %URI; #IMPLIED
|
||||
ismap (ismap) #IMPLIED
|
||||
>
|
||||
|
||||
<!-- usemap points to a map element which may be in this document
|
||||
or an external document, although the latter is not widely supported -->
|
||||
|
||||
<!--================== Client-side image maps ============================-->
|
||||
|
||||
<!-- These can be placed in the same document or grouped in a
|
||||
separate document although this isn't yet widely supported -->
|
||||
|
||||
<!ELEMENT map ((%block; | form | %misc;)+ | area+)>
|
||||
<!ATTLIST map
|
||||
%i18n;
|
||||
%events;
|
||||
id ID #REQUIRED
|
||||
class CDATA #IMPLIED
|
||||
style %StyleSheet; #IMPLIED
|
||||
title %Text; #IMPLIED
|
||||
name NMTOKEN #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT area EMPTY>
|
||||
<!ATTLIST area
|
||||
%attrs;
|
||||
%focus;
|
||||
shape %Shape; "rect"
|
||||
coords %Coords; #IMPLIED
|
||||
href %URI; #IMPLIED
|
||||
nohref (nohref) #IMPLIED
|
||||
alt %Text; #REQUIRED
|
||||
>
|
||||
|
||||
<!--================ Forms ===============================================-->
|
||||
<!ELEMENT form %form.content;> <!-- forms shouldn't be nested -->
|
||||
|
||||
<!ATTLIST form
|
||||
%attrs;
|
||||
action %URI; #REQUIRED
|
||||
method (get|post) "get"
|
||||
enctype %ContentType; "application/x-www-form-urlencoded"
|
||||
onsubmit %Script; #IMPLIED
|
||||
onreset %Script; #IMPLIED
|
||||
accept %ContentTypes; #IMPLIED
|
||||
accept-charset %Charsets; #IMPLIED
|
||||
>
|
||||
|
||||
<!--
|
||||
Each label must not contain more than ONE field
|
||||
Label elements shouldn't be nested.
|
||||
-->
|
||||
<!ELEMENT label %Inline;>
|
||||
<!ATTLIST label
|
||||
%attrs;
|
||||
for IDREF #IMPLIED
|
||||
accesskey %Character; #IMPLIED
|
||||
onfocus %Script; #IMPLIED
|
||||
onblur %Script; #IMPLIED
|
||||
>
|
||||
|
||||
<!ENTITY % InputType
|
||||
"(text | password | checkbox |
|
||||
radio | submit | reset |
|
||||
file | hidden | image | button)"
|
||||
>
|
||||
|
||||
<!-- the name attribute is required for all but submit & reset -->
|
||||
|
||||
<!ELEMENT input EMPTY> <!-- form control -->
|
||||
<!ATTLIST input
|
||||
%attrs;
|
||||
%focus;
|
||||
type %InputType; "text"
|
||||
name CDATA #IMPLIED
|
||||
value CDATA #IMPLIED
|
||||
checked (checked) #IMPLIED
|
||||
disabled (disabled) #IMPLIED
|
||||
readonly (readonly) #IMPLIED
|
||||
size CDATA #IMPLIED
|
||||
maxlength %Number; #IMPLIED
|
||||
src %URI; #IMPLIED
|
||||
alt CDATA #IMPLIED
|
||||
usemap %URI; #IMPLIED
|
||||
onselect %Script; #IMPLIED
|
||||
onchange %Script; #IMPLIED
|
||||
accept %ContentTypes; #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT select (optgroup|option)+> <!-- option selector -->
|
||||
<!ATTLIST select
|
||||
%attrs;
|
||||
name CDATA #IMPLIED
|
||||
size %Number; #IMPLIED
|
||||
multiple (multiple) #IMPLIED
|
||||
disabled (disabled) #IMPLIED
|
||||
tabindex %Number; #IMPLIED
|
||||
onfocus %Script; #IMPLIED
|
||||
onblur %Script; #IMPLIED
|
||||
onchange %Script; #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT optgroup (option)+> <!-- option group -->
|
||||
<!ATTLIST optgroup
|
||||
%attrs;
|
||||
disabled (disabled) #IMPLIED
|
||||
label %Text; #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT option (#PCDATA)> <!-- selectable choice -->
|
||||
<!ATTLIST option
|
||||
%attrs;
|
||||
selected (selected) #IMPLIED
|
||||
disabled (disabled) #IMPLIED
|
||||
label %Text; #IMPLIED
|
||||
value CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT textarea (#PCDATA)> <!-- multi-line text field -->
|
||||
<!ATTLIST textarea
|
||||
%attrs;
|
||||
%focus;
|
||||
name CDATA #IMPLIED
|
||||
rows %Number; #REQUIRED
|
||||
cols %Number; #REQUIRED
|
||||
disabled (disabled) #IMPLIED
|
||||
readonly (readonly) #IMPLIED
|
||||
onselect %Script; #IMPLIED
|
||||
onchange %Script; #IMPLIED
|
||||
>
|
||||
|
||||
<!--
|
||||
The fieldset element is used to group form fields.
|
||||
Only one legend element should occur in the content
|
||||
and if present should only be preceded by whitespace.
|
||||
-->
|
||||
<!ELEMENT fieldset (#PCDATA | legend | %block; | form | %inline; | %misc;)*>
|
||||
<!ATTLIST fieldset
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!ELEMENT legend %Inline;> <!-- fieldset label -->
|
||||
<!ATTLIST legend
|
||||
%attrs;
|
||||
accesskey %Character; #IMPLIED
|
||||
>
|
||||
|
||||
<!--
|
||||
Content is %Flow; excluding a, form and form controls
|
||||
-->
|
||||
<!ELEMENT button %button.content;> <!-- push button -->
|
||||
<!ATTLIST button
|
||||
%attrs;
|
||||
%focus;
|
||||
name CDATA #IMPLIED
|
||||
value CDATA #IMPLIED
|
||||
type (button|submit|reset) "submit"
|
||||
disabled (disabled) #IMPLIED
|
||||
>
|
||||
|
||||
<!--======================= Tables =======================================-->
|
||||
|
||||
<!-- Derived from IETF HTML table standard, see [RFC1942] -->
|
||||
|
||||
<!--
|
||||
The border attribute sets the thickness of the frame around the
|
||||
table. The default units are screen pixels.
|
||||
|
||||
The frame attribute specifies which parts of the frame around
|
||||
the table should be rendered. The values are not the same as
|
||||
CALS to avoid a name clash with the valign attribute.
|
||||
-->
|
||||
<!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)">
|
||||
|
||||
<!--
|
||||
The rules attribute defines which rules to draw between cells:
|
||||
|
||||
If rules is absent then assume:
|
||||
"none" if border is absent or border="0" otherwise "all"
|
||||
-->
|
||||
|
||||
<!ENTITY % TRules "(none | groups | rows | cols | all)">
|
||||
|
||||
<!-- horizontal alignment attributes for cell contents
|
||||
|
||||
char alignment char, e.g. char=':'
|
||||
charoff offset for alignment char
|
||||
-->
|
||||
<!ENTITY % cellhalign
|
||||
"align (left|center|right|justify|char) #IMPLIED
|
||||
char %Character; #IMPLIED
|
||||
charoff %Length; #IMPLIED"
|
||||
>
|
||||
|
||||
<!-- vertical alignment attributes for cell contents -->
|
||||
<!ENTITY % cellvalign
|
||||
"valign (top|middle|bottom|baseline) #IMPLIED"
|
||||
>
|
||||
|
||||
<!ELEMENT table
|
||||
(caption?, (col*|colgroup*), thead?, tfoot?, (tbody+|tr+))>
|
||||
<!ELEMENT caption %Inline;>
|
||||
<!ELEMENT thead (tr)+>
|
||||
<!ELEMENT tfoot (tr)+>
|
||||
<!ELEMENT tbody (tr)+>
|
||||
<!ELEMENT colgroup (col)*>
|
||||
<!ELEMENT col EMPTY>
|
||||
<!ELEMENT tr (th|td)+>
|
||||
<!ELEMENT th %Flow;>
|
||||
<!ELEMENT td %Flow;>
|
||||
|
||||
<!ATTLIST table
|
||||
%attrs;
|
||||
summary %Text; #IMPLIED
|
||||
width %Length; #IMPLIED
|
||||
border %Pixels; #IMPLIED
|
||||
frame %TFrame; #IMPLIED
|
||||
rules %TRules; #IMPLIED
|
||||
cellspacing %Length; #IMPLIED
|
||||
cellpadding %Length; #IMPLIED
|
||||
>
|
||||
|
||||
<!ATTLIST caption
|
||||
%attrs;
|
||||
>
|
||||
|
||||
<!--
|
||||
colgroup groups a set of col elements. It allows you to group
|
||||
several semantically related columns together.
|
||||
-->
|
||||
<!ATTLIST colgroup
|
||||
%attrs;
|
||||
span %Number; "1"
|
||||
width %MultiLength; #IMPLIED
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!--
|
||||
col elements define the alignment properties for cells in
|
||||
one or more columns.
|
||||
|
||||
The width attribute specifies the width of the columns, e.g.
|
||||
|
||||
width=64 width in screen pixels
|
||||
width=0.5* relative width of 0.5
|
||||
|
||||
The span attribute causes the attributes of one
|
||||
col element to apply to more than one column.
|
||||
-->
|
||||
<!ATTLIST col
|
||||
%attrs;
|
||||
span %Number; "1"
|
||||
width %MultiLength; #IMPLIED
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!--
|
||||
Use thead to duplicate headers when breaking table
|
||||
across page boundaries, or for static headers when
|
||||
tbody sections are rendered in scrolling panel.
|
||||
|
||||
Use tfoot to duplicate footers when breaking table
|
||||
across page boundaries, or for static footers when
|
||||
tbody sections are rendered in scrolling panel.
|
||||
|
||||
Use multiple tbody sections when rules are needed
|
||||
between groups of table rows.
|
||||
-->
|
||||
<!ATTLIST thead
|
||||
%attrs;
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!ATTLIST tfoot
|
||||
%attrs;
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!ATTLIST tbody
|
||||
%attrs;
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!ATTLIST tr
|
||||
%attrs;
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
|
||||
<!-- Scope is simpler than headers attribute for common tables -->
|
||||
<!ENTITY % Scope "(row|col|rowgroup|colgroup)">
|
||||
|
||||
<!-- th is for headers, td for data and for cells acting as both -->
|
||||
|
||||
<!ATTLIST th
|
||||
%attrs;
|
||||
abbr %Text; #IMPLIED
|
||||
axis CDATA #IMPLIED
|
||||
headers IDREFS #IMPLIED
|
||||
scope %Scope; #IMPLIED
|
||||
rowspan %Number; "1"
|
||||
colspan %Number; "1"
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
||||
|
||||
<!ATTLIST td
|
||||
%attrs;
|
||||
abbr %Text; #IMPLIED
|
||||
axis CDATA #IMPLIED
|
||||
headers IDREFS #IMPLIED
|
||||
scope %Scope; #IMPLIED
|
||||
rowspan %Number; "1"
|
||||
colspan %Number; "1"
|
||||
%cellhalign;
|
||||
%cellvalign;
|
||||
>
|
Loading…
Reference in New Issue