
xml-pyx
List of commands for xml-pyx:
-
xml-pyx:tldr:35ca1 xml-pyx: Convert an XML document from `stdin` to PYX format.$ cat ${path-to-input-xml} | xml pyx > ${path-to-output-pyx}try on your machineexplain this command
-
xml-pyx:tldr:d1a9a xml-pyx: Convert an XML document to PYX format.$ xml pyx ${select} > ${path-to-output-pyx}try on your machineexplain this command
-
xml-pyx:tldr:da294 xml-pyx: Display help for the `pyx` subcommand.$ xml pyx --helptry on your machineexplain this command