LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xml-depyx

Convert PYX notation back to XML

TLDR

Convert PYX to XML
$ xml depyx [file.pyx]
copy
Convert from stdin
$ cat [file.pyx] | xml depyx
copy

SYNOPSIS

xml depyx [options] [file]

DESCRIPTION

xml depyx converts PYX notation back to XML. It is part of the xmlstarlet toolkit and reconstructs XML documents from the line-oriented PYX format (based on ESIS, ISO 8879) after text processing with line-oriented tools such as awk, sed, or grep.The inverse operation is performed by xml pyx (alias xml p2x), which converts XML into PYX.

PARAMETERS

file

Input PYX file.

SEE ALSO

Copied to clipboard
Kai