1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML Strict//EN">
<HTML>
<HEAD>
<TITLE>XML warnings</TITLE>
</HEAD>
<BODY>
<DL>
<DT>
<SAMP>inclusion</SAMP>
<DD>
Warn about inclusions in element type declarations.
<DT>
<SAMP>exclusion</SAMP>
<DD>
Warn about exclusions in element type declarations.
<DT>
<SAMP>rcdata-content</SAMP>
<DD>
Warn about RCDATA declared content in element type declarations.
<DT>
<SAMP>cdata-content</SAMP>
<DD>
Warn about CDATA declared content in element type declarations.
<DT>
<SAMP>ps-comment</SAMP>
<DD>
Warn about comments in parameter separators.
<DT>
<SAMP>attlist-group-decl</SAMP>
<DD>
Warn about name groups in attribute declarations.
<DT>
<SAMP>element-group-decl</SAMP>
<DD>
Warn about name groups in element type declarations.
<DT>
<SAMP>pi-entity</SAMP>
<DD>
Warn about PI entities.
<DT>
<SAMP>internal-sdata-entity</SAMP>
<DD>
Warn about internal SDATA entities.
<DT>
<SAMP>internal-cdata-entity</SAMP>
<DD>
Warn about internal CDATA entities.
<DT>
<SAMP>external-sdata-entity</SAMP>
<DD>
Warn about external SDATA entities.
<DT>
<SAMP>external-cdata-entity</SAMP>
<DD>
Warn about external CDATA entities.
<DT>
<SAMP>bracket-entity</SAMP>
<DD>
Warn about bracketed text entities.
<DT>
<SAMP>data-atts</SAMP>
<DD>
Warn about attribute definition list declarations for notations.
<DT>
<SAMP>missing-system-id</SAMP>
<DD>
Warn about external identifiers without system identifiers.
<DT>
<SAMP>conref</SAMP>
<DD>
Warn about content reference attributes.
<DT>
<SAMP>current</SAMP>
<DD>
Warn about current attributes.
<DT>
<SAMP>nutoken-decl-value</SAMP>
<DD>
Warn about attributes with a declared value of NUTOKEN or NUTOKENS.
<DT>
<SAMP>number-decl-value</SAMP>
<DD>
Warn about attributes with a declared value of NUMBER or NUMBERS.
<DT>
<SAMP>name-decl-value</SAMP>
<DD>
Warn about attributes with a declared value of NAME or NAMES.
<DT>
<SAMP>named-char-ref</SAMP>
<DD>
Warn about named character references.
<DT>
<SAMP>refc</SAMP>
<DD>
Warn about ommitted refc delimiters.
<DT>
<SAMP>temp-ms</SAMP>
<DD>
Warn about TEMP marked sections.
<DT>
<SAMP>rcdata-ms</SAMP>
<DD>
Warn about RCDATA marked sections.
<DT>
<SAMP>instance-include-ms</SAMP>
<DD>
Warn about INCLUDE marked sections in the document instance.
<DT>
<SAMP>instance-ignore-ms</SAMP>
<DD>
Warn about IGNORE marked sections in the document instance.
<DT>
<SAMP>and-group</SAMP>
<DD>
Warn about AND connectors in model groups.
<DT>
<SAMP>rank</SAMP>
<DD>
Warn about ranked elements.
<DT>
<SAMP>empty-comment-decl</SAMP>
<DD>
Warn about empty comment declarations.
<DT>
<SAMP>att-value-not-literal</SAMP>
<DD>
Warn about attribute values which are not literals.
<DT>
<SAMP>missing-att-name</SAMP>
<DD>
Warn about ommitted attribute names in start tags.
<DT>
<SAMP>comment-decl-s</SAMP>
<DD>
Warn about spaces before the MDC in comment declarations.
<DT>
<SAMP>comment-decl-multiple</SAMP>
<DD>
Warn about comment declarations containing multiple comments.
<DT>
<SAMP>missing-status-keyword</SAMP>
<DD>
Warn about marked sections without a status keyword.
<DT>
<SAMP>multiple-status-keyword</SAMP>
<DD>
Warn about marked sections with multiple status keywords.
<DT>
<SAMP>instance-param-entity</SAMP>
<DD>
Warn about parameter entities in the document instance.
<DT>
<SAMP>min-param</SAMP>
<DD>
Warn about minimization parameters in element type declarations.
<DT>
<SAMP>mixed-content-xml</SAMP>
<DD>
Warn about cases of mixed content which are not allowed in XML.
<DT>
<SAMP>name-group-not-or</SAMP>
<DD>
Warn about name groups with a connector different from OR.
<DT>
<SAMP>pi-missing-name</SAMP>
<DD>
Warn about processing instructions which don't start with a name.
<DT>
<SAMP>instance-status-keyword-s</SAMP>
<DD>
Warn about spaces between DSO and status keyword in marked sections.
<DT>
<SAMP>external-data-entity-ref</SAMP>
<DD>
Warn about references to external data entities in the content.
<DT>
<SAMP>att-value-external-entity-ref</SAMP>
<DD>
Warn about references to external data entities in attribute values.
<DT>
<SAMP>data-delim</SAMP>
<DD>
Warn about occurances of `<' and `&' as data.
<DT>
<SAMP>explicit-sgml-decl</SAMP>
<DD>
Warn about an explicit SGML declaration.
<DT>
<SAMP>internal-subset-ms</SAMP>
<DD>
Warn about marked sections in the internal subset.
<DT>
<SAMP>default-entity</SAMP>
<DD>
Warn about a default entity declaration.
<DT>
<SAMP>non-sgml-char-ref</SAMP>
<DD>
Warn about numeric character references to non-SGML characters.
<DT>
<SAMP>internal-subset-ps-param-entity</SAMP>
<DD>
Warn about parameter entity references in parameter separators in the
internal subset.
<DT>
<SAMP>internal-subset-ts-param-entity</SAMP>
<DD>
Warn about parameter entity references in token separators in the
internal subset.
<DT>
<SAMP>internal-subset-literal-param-entity</SAMP>
<DD>
Warn about parameter entity references in parameter literals in the
internal subset.
</DL>
</BODY>
</HTML>
|