diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-03-29 13:16:06 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-03-29 13:16:06 +0000 |
commit | 7cbb21dabdc6725d09ce4acf41842c25838b2b60 (patch) | |
tree | 8047a2d0b3b9c6fb5ff35c9fab09fbc2ef36d876 /doc | |
parent | 9b631cb80d4520027d269cc8025c9dabd1a837aa (diff) | |
download | libxslt-7cbb21dabdc6725d09ce4acf41842c25838b2b60.tar.gz libxslt-7cbb21dabdc6725d09ce4acf41842c25838b2b60.tar.bz2 libxslt-7cbb21dabdc6725d09ce4acf41842c25838b2b60.zip |
added DTD like checking when compiling stylesheets, closes bug #160402 and
* libxslt/preproc.c libxslt/xslt.c libxslt/xsltInternals.h:
added DTD like checking when compiling stylesheets, closes
bug #160402 and a long term TODO
* tests/general/bug-89.xsl: thos spotted a misconstruct of one
of the test cases where <xsl:when> was not within <xsl:choose>
Daniel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xsltproc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/xsltproc.1 b/doc/xsltproc.1 index 8aaabbd6..460bcc17 100644 --- a/doc/xsltproc.1 +++ b/doc/xsltproc.1 @@ -54,7 +54,7 @@ Output each step taken by xsltproc in processing the stylesheet and the document .TP \fB\-o\fR or \fB\-\-output\fR \fIfile\fR -Direct output to the file named \fIfile\fR\&. For multiple outputs, also known as "chunking", \fB\-o\fR \fBdirectory/\fR directs the output files to a specified directory\&. The directory must already exist\&. +Direct output to the file named \fIfile\fR\&. For multiple outputs, also known as "chunking", \fB\-o\fR \fBdirectory/\fR directs the output files to a specified directory\&. The directory must already exist\&. .TP \fB\-\-timing\fR @@ -110,7 +110,7 @@ Use the SGML catalog specified in \fBSGML_CATALOG_FILES\fR to resolve the locati .TP \fB\-\-xinclude\fR -Process the input document using the Xinclude specification\&. More details on this can be found in the Xinclude specification: http://www\&.w3\&.org/TR/xinclude/: \fIhttp://www.w3.org/TR/xinclude/\fR +Process the input document using the Xinclude specification\&. More details on this can be found in the Xinclude specification: http://www\&.w3\&.org/TR/xinclude/: \fIhttp://www.w3.org/TR/xinclude/\fR .TP \fB\-\-profile\fR or \fB\-\-norman\fR |