home *** CD-ROM | disk | FTP | other *** search
/ RComp HTML Edit Studio for RISC OS / RComp HTML Edit Studio for RISC OS.iso / ZIPS / HTML.ZIP / HTMLEdit / !HTMLEdit / User / ent / HTMLspec < prev    next >
Encoding:
Text File  |  2001-03-08  |  1.2 KB  |  30 lines

  1. <!-- Special characters for HTML -->
  2.  
  3. <!-- Character entity set. Typical invocation:
  4.      <!ENTITY % HTMLspecial PUBLIC
  5.        "-//W3C//ENTITIES Special//EN//HTML">
  6.      %HTMLspecial; -->
  7.  
  8. <!-- Portions (C) International Organization for Standardization 1986:
  9.      Permission to copy in any form is granted for use with
  10.      conforming SGML systems and applications as defined in
  11.      ISO 8879, provided this notice is included in all copies.
  12. -->
  13.  
  14. <!-- Relevant ISO entity set is given unless names are newly introduced.
  15.      New names (i.e., not in ISO 8879 list) do not clash with any
  16.      existing ISO 8879 entity names. ISO 10646 character numbers
  17.      are given for each character, in hex. CDATA values are decimal
  18.      conversions of the ISO 10646 values and refer to the document
  19.      character set. Names are ISO 10646 names. 
  20.  
  21. -->
  22.  
  23. <!-- C0 Controls and Basic Latin -->
  24. <!ENTITY quot    CDATA """   -- quotation mark = APL quote,
  25.                                     U+0022 ISOnum -->
  26. <!ENTITY amp     CDATA "&"   -- ampersand, U+0026 ISOnum -->
  27. <!ENTITY lt      CDATA "<"   -- less-than sign, U+003C ISOnum -->
  28. <!ENTITY gt      CDATA ">"   -- greater-than sign, U+003E ISOnum -->
  29.  
  30.