xml-pyx
Convert XML to PYX line format
TLDR
Convert XML to PYX
$ xml pyx [file.xml]
Convert from stdin$ cat [file.xml] | xml pyx
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.
