diff options
Diffstat (limited to 'doc/xmlwf.xml')
-rw-r--r-- | doc/xmlwf.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/xmlwf.xml b/doc/xmlwf.xml index 92ea8b592964..5e2a4ae94ab3 100644 --- a/doc/xmlwf.xml +++ b/doc/xmlwf.xml @@ -58,6 +58,7 @@ <arg><option>-r</option></arg> <arg><option>-t</option></arg> + <arg><option>-N</option></arg> <arg><option>-v</option></arg> @@ -146,7 +147,7 @@ supports both. doesn't encounter any errors, the input file is simply copied to the output directory unchanged. This implies no namespaces (turns off <option>-n</option>) and - requires <option>-d</option> to specify an output file. + requires <option>-d</option> to specify an output directory. </para> </listitem> </varlistentry> @@ -159,8 +160,8 @@ supports both. representations of the input files. By default, <option>-d</option> outputs a canonical representation (described below). - You can select different output formats using <option>-c</option> - and <option>-m</option>. + You can select different output formats using <option>-c</option>, + <option>-m</option> and <option>-N</option>. </para> <para> The output filenames will @@ -220,6 +221,17 @@ supports both. </varlistentry> <varlistentry> + <term><option>-N</option></term> + <listitem> + <para> + Adds a doctype and notation declarations to canonical XML output. + This matches the example output used by the formal XML test cases. + Requires <option>-d</option> to specify an output file. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-p</option></term> <listitem> <para> |