relpipe-data/examples-xquery-atom.xml
branchv_0
changeset 254 23247d93a012
parent 244 d4f401b5f90c
child 262 846510a73535
--- 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 @@
 		
 		<m:pre jazyk="text" src="examples/atom.txt"/>
 		
+		<p>Or with <code>relpipe-out-recfile</code>, we will get output in the recfile format (<a href="https://www.gnu.org/software/recutils/">GNU Recutils</a>), like this:</p>
+		
+		<m:pre jazyk="text" src="examples/atom.rec"/>
+		
 		<p>
 			For frequent usage we can create a script or funcrion called <code>relpipe-in-atom</code>
 			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
 ]]></m:pre>
 
 		<p>