diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-09-16 11:40:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-09-16 11:40:42 +0000 |
commit | 4b8b616fb7982fb12e926e14cfab8cbcb9f07e25 (patch) | |
tree | 88e6b7b2ff080cd92d542a8e3a2a20ba93a50480 /doc/xsltproc.html | |
parent | cf25ddf59fb7c57db715807c53bb8d72e5d7441b (diff) | |
download | libxslt-4b8b616fb7982fb12e926e14cfab8cbcb9f07e25.tar.gz libxslt-4b8b616fb7982fb12e926e14cfab8cbcb9f07e25.tar.bz2 libxslt-4b8b616fb7982fb12e926e14cfab8cbcb9f07e25.zip |
Adding link to the IRC channel, Daniel
Diffstat (limited to 'doc/xsltproc.html')
-rw-r--r-- | doc/xsltproc.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/xsltproc.html b/doc/xsltproc.html index 531065ab..fd34a3b4 100644 --- a/doc/xsltproc.html +++ b/doc/xsltproc.html @@ -1,4 +1,4 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xsltproc</title><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="id2589410"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xsltproc — command line xslt processor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><tt>xsltproc</tt> [[-V] | [-v] | [-o <i><tt>file</tt></i>] | [--timing] | [--repeat] | [--debug] | [--novalid] | [--noout] | [--maxdepth <i><tt>val</tt></i>] | [--html] | [--docbook] | [--param <i><tt>name</tt></i> <i><tt>value</tt></i>] | [--stringparam <i><tt>name</tt></i> <i><tt>value</tt></i>] | [--nonet] | [--catalogs] | [--xinclude] | [--profile] | [--dumpextensions] | [--nowrite] | [--nomkdir] | [--writesubtree]] [<tt><i><tt>stylesheet</tt></i></tt>] [<i><tt>file1</tt></i>] [<i><tt>file2</tt></i>] [<i><tt>....</tt></i>]</p></div></div><div class="refsect1" lang="en"><a name="introduction"></a><h2>Introduction</h2><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xsltproc</title><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="id2589410"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xsltproc — command line xslt processor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><tt>xsltproc</tt> [[-V] | [-v] | [-o <i><tt>file</tt></i>] | [--timing] | [--repeat] | [--debug] | [--novalid] | [--noout] | [--maxdepth <i><tt>val</tt></i>] | [--html] | [--param <i><tt>name</tt></i> <i><tt>value</tt></i>] | [--stringparam <i><tt>name</tt></i> <i><tt>value</tt></i>] | [--nonet] | [--catalogs] | [--xinclude] | [--profile] | [--dumpextensions] | [--nowrite] | [--nomkdir] | [--writesubtree]] [<tt><i><tt>stylesheet</tt></i></tt>] [<i><tt>file1</tt></i>] [<i><tt>file2</tt></i>] [<i><tt>....</tt></i>]</p></div></div><div class="refsect1" lang="en"><a name="introduction"></a><h2>Introduction</h2><p> xsltproc is a command line tool for applying XSLT stylesheets to XML documents. It is part of libxslt, the XSLT C @@ -49,9 +49,6 @@ <tt>--html</tt></span></dt><dd>The input document is an HTML file. </dd><dt><span class="term"> - <tt>--docbook</tt></span></dt><dd>The input document is DocBook - SGML. - </dd><dt><span class="term"> <tt>--param</tt> <i><tt>name</tt></i> <i><tt>value</tt></i></span></dt><dd>Pass a parameter of name <i><tt>name</tt></i> and value <i><tt>value</tt></i> to the stylesheet. You may pass multiple |