Menu

[83373b]: / examples / table3  Maximize  Restore  History

Download this file

7 lines (6 with data), 239 Bytes

#!/bin/sh
# Generate plain text table from XML document
./xmlstarlet sel -T \
    -t -o "===================" -n \
       -m xml/table/rec -v "concat(@id,'|',numField,'|',stringField)" -n \
    -t -o "===================" -n xml/table.xml
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.