xmlgawk - Man Page
gawk XML wrapper script
Synopsis
xmlgawk gawk options...
Description
xmlgawk is a trivial wrapper script that invokes gawk with the xmllib library by inserting the argument -ixmllib before the command-line arguments supplied by the user.
See Also
info xmlgawk
Examples
After each "name" element ends, print the CDATA from that element:
xmlgawk 'EE == "name" {print CDATA}' sample.xml
Acknowledgements
The script and library were originally written by Stefan Tramm.
Info
Mon Aug 21 2017 Gawkextlib Project Utility Commands