forked from pool/jing-trang
5ed38becd7
Correct several smaller issues: * Use .changes file from older jing package * Spec additions: * Add dtdinst.1 manpage source * Use correct license BSD-3-Clause to avoid warning * Improve description * Install manpages of jing, trang, and dtdinst * Fix bsc#1069796 OBS-URL: https://build.opensuse.org/request/show/546919 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jing-trang?expand=0&rev=4
21 lines
715 B
Groff
21 lines
715 B
Groff
.TH DTDINST "1" "September 2009" "DTDinst" "User Commands"
|
|
.SH NAME
|
|
dtdinst \- XML DTD to XML instance format converter
|
|
.SH SYNOPSIS
|
|
\fBdtdinst\fR \fB[ \-i ]\fR \fB[ \-r \fIdir\fB ]\fR \fIDTD\fR
|
|
.SH DESCRIPTION
|
|
.B dtdinst
|
|
writes an XML representation of the DTD in DTDinst format to the standard
|
|
output.
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-r \fIdir\fR
|
|
make DTDinst write one or more files containing a RELAX NG schema to the
|
|
directory \fIdir\fR.
|
|
.TP
|
|
\fI\-i\fR
|
|
inline ATTLIST declarations. Without this option, DTDinst will generate a define
|
|
in the RELAX NG schema for each ATTLIST declaration in the DTD. With this
|
|
option, DTDinst will move the patterns generated from ATTLIST declarations into
|
|
the corresponding element pattern.
|