Changeset 63 for trunk/src/helpers/xmldefs.c
- Timestamp:
- Apr 25, 2001, 8:55:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/xmldefs.c
r39 r63 876 876 + <!DOCTYPE name SYSTEM "whatever.dtd"> 877 877 * 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: 880 884 * 881 885 + <!DOCTYPE name [
Note:
See TracChangeset
for help on using the changeset viewer.