LinuxCommandLibrary

xml-pyx

Convert XML to PYX line format

TLDR

Convert XML to PYX

$ xml pyx [file.xml]
copy
Convert from stdin
$ cat [file.xml] | xml pyx
copy

SYNOPSIS

xml pyx [options] [file]

DESCRIPTION

xml pyx converts XML to PYX notation. Part of xmlstarlet toolkit. PYX is a line-oriented format for XML that's easy to process with standard Unix text tools like grep, sed, and awk.

PARAMETERS

file

Input XML file.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community