1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

more info about --output from Daniel Leidert c.f. #344654 Daniel

* doc/xsltproc.1 doc/xsltproc.xml: more info about --output
  from Daniel Leidert c.f. #344654
Daniel
This commit is contained in:
Daniel Veillard
2006-06-12 14:32:24 +00:00
parent 54f9859bf2
commit 22b86d5a5c
4 changed files with 53 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Mon Jun 12 16:34:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
* doc/xsltproc.1 doc/xsltproc.xml: more info about --output
from Daniel Leidert c.f. #344654
Tue Jun 6 17:16:33 CEST 2006 Daniel Veillard <daniel@veillard.com> Tue Jun 6 17:16:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
* configure.in libxslt.spec.in doc//*: preparing release of 1.1.17 * configure.in libxslt.spec.in doc//*: preparing release of 1.1.17

8
NEWS
View File

@ -10,6 +10,14 @@ ChangeLog.html
to the CVS at to the CVS at
http://cvs.gnome.org/viewcvs/libxslt/ http://cvs.gnome.org/viewcvs/libxslt/
code base.Those are the public releases made: code base.Those are the public releases made:
1.1.17: Jun 6 2006:
- portability fixes: python detection
- bug fixes: some regression tests, attribute/namespaces output (Kasimier
Buchcik), problem in mixed xsl:value-of and xsl:text uses (Kasimier)
- improvements: internal refactoring (Kasimier Buchcik), use of the XPath
object cache in libxml2-2.6.25 (Kasimier)
1.1.16: May 01 2006: 1.1.16: May 01 2006:
- portability fixes: EXSLT date/time on Solaris and IRIX (Albert Chin), - portability fixes: EXSLT date/time on Solaris and IRIX (Albert Chin),
HP-UX build (Albert Chin), HP-UX build (Albert Chin),

View File

@ -2,7 +2,7 @@
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML .\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
.TH "XSLTPROC" "1" "2006\-03\-05" "libxslt" "" .TH "XSLTPROC" "1" "$Date$" "libxslt" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -117,10 +117,32 @@ Direct output to the given
\fIFILE\fR. Using the option with a \fIFILE\fR. Using the option with a
\fIDIRECTORY\fR \fIDIRECTORY\fR
directs the output files to the specified directory. This can be useful for multiple outputs (also known as "chunking") or manpage processing. directs the output files to the specified directory. This can be useful for multiple outputs (also known as "chunking") or manpage processing.
\fBNote:\fR .sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
\fBImportant\fR
The given directory The given directory
\fBmust\fR \fBmust\fR
already exist. already exist.
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
\fBNote\fR
Make sure that
\fIFILE\fR
and
\fIDIRECTORY\fR
follow the
\(lqURI reference computation\(rq
as described in RFC 2396 and laters. This means, that e.g.
\fB\-o directory\fR
will maybe not work, but
\fB\-o directory/\fR
will.
.TP .TP
\fB\-\-param \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR \fB\-\-param \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR
Pass a parameter of name Pass a parameter of name

View File

@ -26,7 +26,7 @@
</affiliation> </affiliation>
</author> </author>
<!-- date should be the date of the latest change or the release version --> <!-- date should be the date of the latest change or the release version -->
<date>2006-03-05</date> <date>$Date$</date>
<!-- still a bit buggy output, will talk to docbook-xsl upstream to fix this --> <!-- still a bit buggy output, will talk to docbook-xsl upstream to fix this -->
<!-- <releaseinfo>This is release 0.4 of the xsltproc Manual.</releaseinfo> --> <!-- <releaseinfo>This is release 0.4 of the xsltproc Manual.</releaseinfo> -->
<!-- <edition>0.4</edition> --> <!-- <edition>0.4</edition> -->
@ -280,10 +280,22 @@
the option with a <replaceable>DIRECTORY</replaceable> directs the the option with a <replaceable>DIRECTORY</replaceable> directs the
output files to the specified directory. This can be output files to the specified directory. This can be
useful for multiple outputs (also known as "chunking") or manpage useful for multiple outputs (also known as "chunking") or manpage
processing. <emphasis role="bold">Note:</emphasis> The given processing.
directory <emphasis role="bold">must</emphasis>
already exist.
</para> </para>
<important>
<para>
The given directory <emphasis role="bold">must</emphasis> already exist.
</para>
</important>
<note>
<para>
Make sure that <replaceable>FILE</replaceable>
and <replaceable>DIRECTORY</replaceable> follow the <quote>URI reference
computation</quote> as described in RFC 2396 and laters. This means, that
e.g. <option>-o directory</option> will maybe not work,
but <option>-o directory/</option> will.
</para>
</note>
</listitem> </listitem>
</varlistentry> </varlistentry>