Ignore:
Timestamp:
Apr 25, 2001, 8:55:35 PM (24 years ago)
Author:
umoeller
Message:

Misc. fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/xmldefs.c

    r39 r63  
    876876 +              <!DOCTYPE name SYSTEM "whatever.dtd">
    877877 *
    878  *      or an internal subset in brackets, which contains the markup
    879  *      directly:
     878 *      The SYSTEM identifier is required with XML, while a public
     879 *      identifier is not. (In SGML, neither is required, but at
     880 *      least one must be present.)
     881 *
     882 *      Alternatively,specify an internal subset in brackets, which
     883 *      contains the markup directly:
    880884 *
    881885 +              <!DOCTYPE name [
Note: See TracChangeset for help on using the changeset viewer.