|
Lines 367-373
Link Here
|
| 367 |
the standard programs and supporting files needed by the |
367 |
the standard programs and supporting files needed by the |
| 368 |
Documentation Project. &man.csh.1; users must use |
368 |
Documentation Project. &man.csh.1; users must use |
| 369 |
<command>rehash</command> for the shell to recognize new |
369 |
<command>rehash</command> for the shell to recognize new |
| 370 |
programs after after they have been installed, or log out |
370 |
programs after they have been installed, or log out |
| 371 |
and then log back in again.</para> |
371 |
and then log back in again.</para> |
| 372 |
|
372 |
|
| 373 |
<procedure> |
373 |
<procedure> |
|
Lines 415-421
Link Here
|
| 415 |
<para>See what happens when required elements are omitted. |
415 |
<para>See what happens when required elements are omitted. |
| 416 |
Delete the line with the |
416 |
Delete the line with the |
| 417 |
<tag class="starttag">title</tag> and |
417 |
<tag class="starttag">title</tag> and |
| 418 |
<tag class="endtag">/title</tag> tags, and re-run |
418 |
<tag class="endtag">title</tag> tags, and re-run |
| 419 |
the validation.</para> |
419 |
the validation.</para> |
| 420 |
|
420 |
|
| 421 |
<screen>&prompt.user; <userinput>xmllint --valid --noout example.xml</userinput> |
421 |
<screen>&prompt.user; <userinput>xmllint --valid --noout example.xml</userinput> |
|
Lines 952-958
Link Here
|
| 952 |
file as expected. The entity reference |
952 |
file as expected. The entity reference |
| 953 |
<literal>&version;</literal> may not be replaced by |
953 |
<literal>&version;</literal> may not be replaced by |
| 954 |
the version number, or the <acronym>XML</acronym> context |
954 |
the version number, or the <acronym>XML</acronym> context |
| 955 |
closing <literal>]<</literal> may not be recognized and |
955 |
closing <literal>]></literal> may not be recognized and |
| 956 |
instead shown in the output.</para> |
956 |
instead shown in the output.</para> |
| 957 |
</step> |
957 |
</step> |
| 958 |
|
958 |
|
|
Lines 969-975
Link Here
|
| 969 |
<para><command>xmllint</command> can be used for this. It |
969 |
<para><command>xmllint</command> can be used for this. It |
| 970 |
also has an option to drop the initial |
970 |
also has an option to drop the initial |
| 971 |
<acronym>DTD</acronym> section so that the closing |
971 |
<acronym>DTD</acronym> section so that the closing |
| 972 |
<literal>]<</literal> does not confuse browsers:</para> |
972 |
<literal>]></literal> does not confuse browsers:</para> |
| 973 |
|
973 |
|
| 974 |
<screen>&prompt.user; <userinput>xmllint --noent --dropdtd example.xml > example.html</userinput></screen> |
974 |
<screen>&prompt.user; <userinput>xmllint --noent --dropdtd example.xml > example.html</userinput></screen> |
| 975 |
|
975 |
|