File: xmlproc_parse.1

package info (click to toggle)
python-xml 0.8.4-10.1%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,972 kB
  • ctags: 10,628
  • sloc: python: 46,730; ansic: 14,354; xml: 968; makefile: 201; sh: 20
file content (49 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH XMLPROC_PARSE 1 "August 15, 2001" python-xml "User's Manual"
.SH NAME
xmlproc_parse \- a simple xml file parser using the xmlproc parser

.SH SYNOPSIS
.B xmlproc_parse [
.I options
.B ] [
.I urltodoc
.B ]

.SH DESCRIPTION
.B 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
.B -o
command line option.

.SH OPTIONS

.IP "\-l language"
ISO 3166 language code for language to use in error messages
.IP "\-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.
.IP -n
Report qualified names as 'URI name'. (Namespace processing.)
.IP  \-\-nowarn
Don't write warnings to console.
.IP  \-\-entstck
Show entity stack on errors.
.IP  \-\-extsub
Read the external subset of documents.
.IP 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.


.SH REQUIRES
Python

.SH "SEE ALSO"
.B xmlproc_val(1)

.I http://pyxml.sourceforge.net/

.SH AUTHOR
Python XML Special Interest Group (XML-SIG)

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