summaryrefslogtreecommitdiff
path: root/examples/table2
blob: cb20a4bd811fe40f9ea810cebf2608d2d8650782 (plain)
1
2
3
#!/bin/sh
# Generate plain text table from XML document
./xmlstarlet sel -T -t -m /xml/table/rec -v "concat(@id,'|',numField,'|',stringField)" -n xml/table.xml