Forrest logo
back to context overview

xml-canonic

List of commands for xml-canonic:

  • xml-canonic:tldr:5e75c xml-canonic: Make an XML document canonical, removing comments.
    $ xml canonic --without-comments ${select} > ${path-to-output-xml}
    try on your machine
    explain this command
  • xml-canonic:tldr:6cd1c xml-canonic: Make an XML document canonical, preserving comments.
    $ xml canonic ${select} > ${path-to-output-xml}
    try on your machine
    explain this command
  • xml-canonic:tldr:aa874 xml-canonic: Display help for the `canonic` subcommand.
    $ xml canonic --help
    try on your machine
    explain this command
  • xml-canonic:tldr:fb084 xml-canonic: Make XML exclusively canonical, using an XPATH from a file, preserving comments.
    $ xml canonic --exc-with-comments ${select} ${path-to-c14n-xpath}
    try on your machine
    explain this command
back to context overview