xml: Changes requested by Starbeamrainbowlabs
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
786342aeef
commit
4f79b0d5d1
@@ -1,20 +1,20 @@
|
||||
# xml-canonic
|
||||
# xml canonic
|
||||
|
||||
> Make XML documents canonical.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Make an XML document canonical, including comments (default):
|
||||
- Make an XML document canonical, preserving comments (default behavior):
|
||||
|
||||
`xml canonic --with-comments {{path/to/input.xml|URI}} >{{path/to/output.xml}}`
|
||||
|
||||
- Make an XML document canonical, without comments:
|
||||
- Make an XML document canonical, removing comments:
|
||||
|
||||
`xml canonic --without-comments {{path/to/input.xml|URI}} >{{path/to/output.xml}}`
|
||||
|
||||
- Exclusive XML canonicalization, using an XPATH from a file:
|
||||
- Exclusive XML canonicalization, using an XPATH from a file, preserving comments:
|
||||
|
||||
`xml canonic --exc-with-comments {{path/to/input.xml|URI}} {{path/to/c14n.xpath}}`
|
||||
|
||||
- Display help for `canonic` subcommand:
|
||||
- Display help for the `canonic` subcommand:
|
||||
|
||||
`xml canonic --help`
|
||||
|
Reference in New Issue
Block a user