summaryrefslogtreecommitdiff
path: root/examples/table3
blob: 00d5666bfb8151811dfde3d6884d4da8e0d6713b (plain)
1
2
3
4
5
6
#!/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