File: README

package info (click to toggle)
pxp 1.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Usage:
	sort -by phone <sample.xml | print

once sort and print are compiled.

These examples illustrate iter_tree, map_tree and find_element.


sort: 	reads an XML file from stdin, sorts the records, and prints the
 	result as XML.
delcol: reads an XML file from stdin, deletes a column from all records,
	and prints the result as XML.
print:	reads an XML file from stdin, and pretty-prints the file

The XML file must not contain a DTD. The programs assume the fixed DTD
record.dtd.