Skip to content
Snippets Groups Projects
Commit 319772dd5a18 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

indicate - means stdin closing #156626 Daniel

* doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing #156626
Daniel
parent 96b86468dbce
No related branches found
No related tags found
No related merge requests found
Fri Oct 29 14:18:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing
#156626
Wed Oct 27 17:00:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
* libxslt/transform.c: another dictionnary/string interning fix
......
......@@ -34,7 +34,7 @@
xsltproc is a command line tool for applying XSLT stylesheets to XML documents\&. It is part of libxslt, the XSLT C library for GNOME\&. While it was developed as part of the GNOME project, it can operate independently of the GNOME desktop\&.
.PP
xsltproc is invoked from the command line with the name of the stylesheet to be used followed by the name of the file or files to which the stylesheet is to be applied\&.
xsltproc is invoked from the command line with the name of the stylesheet to be used followed by the name of the file or files to which the stylesheet is to be applied\&. It will use the standard input if a filename provided is \- \&.
.PP
If a stylesheet is included in an XML document with a Stylesheet Processing Instruction, no stylesheet need be named at the command line\&. xsltproc will automatically detect the included stylesheet and use it\&.
......
......@@ -78,7 +78,8 @@
<para>
<application>xsltproc</application> is invoked from the command line with
the name of the stylesheet to be used followed by the name of the file or
files to which the stylesheet is to be applied.
files to which the stylesheet is to be applied. It will use the standard
input if a filename provided is - .
</para>
<para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment