You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
582 B
25 lines
582 B
12 years ago
|
.TH KXML_COMPILER 1
|
||
|
.SH NAME
|
||
|
kxml_compiler \- KDE XML compiler
|
||
|
.SH SYNOPSIS
|
||
|
.B kxml_compiler
|
||
|
.I [Qt-options] [KDE-options] [options] dtd
|
||
|
.SH DESCRIPTION
|
||
|
.B kxml_compiler
|
||
|
generates parsers and container classes for XML data described by
|
||
|
RelaxNG schemes.
|
||
|
.SH PROGRAM OPTIONS
|
||
|
.TP
|
||
|
.B -d, --directory \fI<dir>\fB
|
||
|
Directory to generate files in. The default is the current directory.
|
||
|
.TP
|
||
|
.B --external-parser
|
||
|
Generate the parser in a separate source file.
|
||
|
.TP
|
||
|
.B --custom-parser
|
||
|
Generate a parser customized for the schema.
|
||
|
.TP
|
||
|
.B dtd
|
||
|
Specifies the name of the DTD file.
|
||
|
.so kdeopt.part
|