summaryrefslogtreecommitdiff
path: root/src/pyx-usage.txt
blob: d94d27787376e8257303bc7cf0832b8be74b4982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
XMLStarlet Toolkit: Convert XML into PYX format (based on ESIS - ISO 8879)
Usage: PROG pyx {<xml-file>}
where
  <xml-file> - input XML document file name (stdin is used if missing)

The PYX format is a line-oriented representation of
XML documents that is derived from the SGML ESIS format.
(see ESIS - ISO 8879 Element Structure Information Set spec,
ISO/IEC JTC1/SC18/WG8 N931 (ESIS))

A non-validating, ESIS generating tool originally developed for
pyxie project (see http://pyxie.sourceforge.net/)
ESIS Generation by Sean Mc Grath http://www.digitome.com/sean.html