You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+35-7Lines changed: 35 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -62,35 +62,42 @@ <h4 id="html">--entities</h4>
62
62
<pre>
63
63
Specifies that the XML parser must not load remote/external entities (such
64
64
as DTDs) from the Internet.
65
+
65
66
default: [unset; the XML parser will attempt to load external entities]
66
67
</pre>
67
68
68
69
<h4id="format">--format <var>format</var></h4>
69
70
<pre>
70
71
Specifies the output format for validation results.
72
+
71
73
default: <spanclass=option-value>"gnu"</span>
74
+
72
75
possible values: <spanclass=option-value>"gnu"</span>, <spanclass=option-value>"xml"</span>, <spanclass=option-value>"json"</span>, <spanclass=option-value>"text"</span>
76
+
73
77
see also: <ahref="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out">http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out</a>
74
78
</pre>
75
79
76
80
<h4id="html">--html</h4>
77
81
<pre>
78
82
Specifies that all documents must be parsed by the HTML parser as text/html
79
83
(otherwise, *.xhtml documents are parsed by the XML parser).
84
+
80
85
default: [unset; *.xhtml documents are parsed by the XML parser]
81
86
</pre>
82
87
83
88
<h4id="schema-url">--schema <var>URL</var></h4>
84
89
<pre>
85
90
Specifies a URL for a known http://s.validator.nu/* schema to use for
default: <spanclass=option-value>"html"</span>; or, for *.xhtml input files, <spanclass=option-value>"xml"</span>
217
+
201
218
possible values: see <ahref="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#parser">http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#parser</a>
<pre>Specifies the output format for validation messages.
239
+
<pre>
240
+
Specifies the output format for validation messages.
241
+
219
242
default: "gnu"
243
+
220
244
possible values: see <ahref="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out">http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out</a>
0 commit comments