]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/pxp/pxp/examples/simple_transformation/README
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / examples / simple_transformation / README
1 Usage:
2         sort -by phone <sample.xml | print
3
4 once sort and print are compiled.
5
6 These examples illustrate iter_tree, map_tree and find_element.
7
8
9 sort:   reads an XML file from stdin, sorts the records, and prints the
10         result as XML.
11 delcol: reads an XML file from stdin, deletes a column from all records,
12         and prints the result as XML.
13 print:  reads an XML file from stdin, and pretty-prints the file
14
15 The XML file must not contain a DTD. The programs assume the fixed DTD
16 record.dtd.
17