
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 machineexplain 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 machineexplain this command
-
xml-canonic:tldr:aa874 xml-canonic: Display help for the `canonic` subcommand.$ xml canonic --helptry on your machineexplain 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 machineexplain this command