SHA256
1
0
forked from pool/jing-trang
jing-trang/dtdinst.1
Fridrich Strba 6b457330f9 Accepting request 902662 from home:urbic:java
- Update to v20181222
- Package maven metadata
- Use testng in build process
- Remove unneeded patches

OBS-URL: https://build.opensuse.org/request/show/902662
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jing-trang?expand=0&rev=16
2021-06-28 06:02:02 +00:00

21 lines
710 B
Groff

.TH DTDINST "1" "@VERSION@" "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.