# HG changeset patch # User František Kučera # Date 1547226590 -3600 # Node ID ee2f682259c2dfccfdb96f53a0bc3e0e31aae3fb # Parent 36e7d81d874027b8981018201d2620d3dede29c4 relpipe-in-xml diff -r 36e7d81d8740 -r ee2f682259c2 relpipe-data/download.xml --- a/relpipe-data/download.xml Thu Jan 10 01:47:57 2019 +0100 +++ b/relpipe-data/download.xml Fri Jan 11 18:09:50 2019 +0100 @@ -16,7 +16,9 @@ -->

 		
+		

relpipe-in-xml

+ +

+ A tool that reads XML data in the format generated by relpipe-out-xml + and converts it back to the relational format. + Can be used together with XSLT procesor XQuery engine or other XML generator in two basic scenarios: +

+ + + +

+ XQuery is very powerful language that can do various transformations, filtering and even JOIN and UNION operations. + So its power is comparable to relational databases. + In future releases, there will be also an SQL transformation tool, where these operations will be defined in classic SQL syntax. +

+

relpipe-out-tabular