man xmlproc_parse.python2.4-xml (Commandes) - a simple xml file parser using the xmlproc parser

NAME

xmlproc_parse - a simple xml file parser using the xmlproc parser

SYNOPSIS

xmlproc_parse [ options ] [ urltodoc ]

DESCRIPTION

xmlproc_parse is a command line XML file parser. It can parse a document read from a URL, a file or a stream on its standard input, and check if it is well-formed XML. It can also output the parsed XML to several formats if you use the -o command line option.

OPTIONS

-l language
ISO 3166 language code for language to use in error messages
-o format
Format to output parsed XML. 'e': ESIS, 'x': canonical XML and 'n': normalized XML. No data will be output if this option is not specified.
-n
Report qualified names as 'URI name'. (Namespace processing.)
--nowarn
Don't write warnings to console.
--entstck
Show entity stack on errors.
--extsub
Read the external subset of documents.
urltodoc
URL to the document to parse. (You can use plain file names as well.) Can be omitted if a catalog is specified and contains a DOCUMENT entry.

REQUIRES

Python

SEE ALSO

xmlproc_val(1)

http://pyxml.sourceforge.net/

AUTHOR

Python XML Special Interest Group (XML-SIG)

This manpage was written by Alexandre Fayolle <alexandre.fayolle@logilab.fr>.