mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
fixing bug #104096, put emphasis on the fact that --docbook should not be
* doc/xsltproc.1 doc/xsltproc.xml: fixing bug #104096, put emphasis on the fact that --docbook should not be used for XML. Daniel
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Tue Feb 4 17:18:54 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* doc/xsltproc.1 doc/xsltproc.xml: fixing bug #104096, put
|
||||||
|
emphasis on the fact that --docbook should not be used
|
||||||
|
for XML.
|
||||||
|
|
||||||
Wed Jan 22 16:43:49 CET 2003 Daniel Veillard <daniel@veillard.com>
|
Wed Jan 22 16:43:49 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* python/libxslt.c: fixed a couple of return error #104150
|
* python/libxslt.c: fixed a couple of return error #104150
|
||||||
|
@ -91,6 +91,9 @@ The input document is an HTML file.
|
|||||||
.TP
|
.TP
|
||||||
\fB--docbook\fR
|
\fB--docbook\fR
|
||||||
The input document is DocBook SGML.
|
The input document is DocBook SGML.
|
||||||
|
Do not use the --docbook option of xsltproc to process XML DocBook
|
||||||
|
documents, this option is only intended to provide some (limited) support
|
||||||
|
of the SGML version of DocBook.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB--param\fR \fIname\fR \fIvalue\fR
|
\fB--param\fR \fIname\fR \fIvalue\fR
|
||||||
|
@ -213,6 +213,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<simpara>The input document is DocBook
|
<simpara>The input document is DocBook
|
||||||
<acronym>SGML</acronym>.
|
<acronym>SGML</acronym>.
|
||||||
|
Do not use the --docbook option of xsltproc to process XML DocBook
|
||||||
|
documents, this option is only intended to provide some (limited) support
|
||||||
|
of the SGML version of DocBook.
|
||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user