xml: Changes requested by Starbeamrainbowlabs

This commit is contained in:
Daniel Birket
2021-08-16 08:23:55 -04:00
committed by Starbeamrainbowlabs
parent 786342aeef
commit 4f79b0d5d1
13 changed files with 50 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
# xml-format
# xml format
> Format an XML document.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
@@ -15,7 +15,7 @@
`xml format --recover --noindent {{path/to/malformed.xml|URI}} >{{path/to/recovered.xml}}`
- Format an XML document from standard input, removing the DOCTYPE declaration:
- Format an XML document from the standard input, removing the DOCTYPE declaration:
`cat {{path\to\input.xml}} | xml format --dropdtd >{{path/to/output.xml}}`
@@ -23,6 +23,6 @@
`xml format --omit-decl {{path\to\input.xml|URI}} >{{path/to/output.xml}}`
- Display help for `format` subcommand:
- Display help for the `format` subcommand:
`xml format --help`