jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Intro to PYX

DeEnFrSp
Hits: 988

Intro to PYX

Rating 0.0 0.0
XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is needed to process XML documents -- and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a purely line-oriented format for representing XML documents that allows for much easier processing of XML document contents with common text tools like grep, sed, awk, wc, and the usual UNIX collection.


Platform(s): n/a
Date: Mar, 05 2002
Author: http://www-106.ibm.com/developerworks/xml/library/x-matters17.html?open&l=766,t=grx

Ratings

Number of Ratings: 100 Votes
5     
94%
4
6%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!