u_Parser ver. 1.0
-----------------
Pavel Zampach 2003, zampach@volny.cz


u_Parser (read "micro parser") is very simple and tiny non- 
validating XML parser. Is useful for basic syntax control XML 
files written in MS-DOS environment. I use it on my HP200LX with 
excellent VDE editor for writing DocBook files 
(http://www.docbook.org).

Using
-----
u_parser xml_file


Error codes
-----------
0  OK, XML file is well-formed
1  error by parsing XML file (+error message)
2  command line syntax error


Limitations
-----------
Max. length of element name: 64 chars
Max. deep of element tree: 255 levels
Max. length of XML file: 65535 lines
No reading included files
No full support of entity definitions
No validations against DTD or scheme (of course, see above)
No check of XML declaration, encoding etc.
