diff -r 3d217f0c8769 -r 23247d93a012 relpipe-data/examples-xquery-atom.xml --- a/relpipe-data/examples-xquery-atom.xml Mon Apr 08 10:51:40 2019 +0200 +++ b/relpipe-data/examples-xquery-atom.xml Mon Apr 08 11:56:24 2019 +0200 @@ -35,6 +35,10 @@ +

Or with relpipe-out-recfile, we will get output in the recfile format (GNU Recutils), like this:

+ + +

For frequent usage we can create a script or funcrion called relpipe-in-atom that reads Atom XML on STDIN and generates relational data on STDOUT. @@ -45,7 +49,7 @@ wget … | relpipe-in-atom | relpipe-out-csv wget … | relpipe-in-atom | relpipe-out-gui wget … | relpipe-in-atom | relpipe-out-nullbyte | while read_nullbyte published title url; do echo "$title"; done -wget … | relpipe-in-atom | relpipe-out-csv | csv2rec | … +wget … | relpipe-in-atom | relpipe-out-recfile ]]>