relpipe-data/examples.xml
branchv_0
changeset 241 f71d300205b7
parent 240 d81c623de788
child 244 d4f401b5f90c
--- a/relpipe-data/examples.xml	Fri Jan 18 13:18:54 2019 +0100
+++ b/relpipe-data/examples.xml	Fri Jan 18 21:34:58 2019 +0100
@@ -817,7 +817,7 @@
 		
 		<m:pre jazyk="bash"><![CDATA[wget --recursive --level=1 https://relational-pipes.globalcode.info/
 find -type f -printf '%P\0' \
-	| relpipe-in-filesystem --file path --file size --xattr user.xdg.origin.url  \
+	| relpipe-in-filesystem --file path --file size --xattr xdg.origin.url  \
 	| relpipe-out-tabular
 ]]></m:pre>
 
@@ -825,7 +825,7 @@
 
 		<pre><![CDATA[filesystem:
  ╭───────────────────────────┬────────────────┬────────────────────────────────────────────────────────────────────╮
- │ path             (string) │ size (integer) │ user.xdg.origin.url                                       (string) │
+ │ path             (string) │ size (integer) │ xdg.origin.url                                            (string) │
  ├───────────────────────────┼────────────────┼────────────────────────────────────────────────────────────────────┤
  │ index.html                │          12159 │ https://relational-pipes.globalcode.info/v_0/                      │
  │ v_0/atom.xml              │           4613 │ https://relational-pipes.globalcode.info/v_0/atom.xml              │