/usr/share/doc/libxslt-devel
NameSizeModeActions
EXSLT/-0755rm
html/-0755rm
images/-0755rm
tutorial/-0755rm
tutorial2/-0755rm
API.html67660644editdlrm
APIchunk0.html281350644editdlrm
APIchunk1.html273640644editdlrm
APIchunk2.html440230644editdlrm
APIchunk3.html414360644editdlrm
APIchunk4.html379750644editdlrm
APIchunk5.html282620644editdlrm
APIchunk6.html284960644editdlrm
APIchunk7.html286420644editdlrm
APIchunk8.html296290644editdlrm
APIchunk9.html305560644editdlrm
APIchunk10.html520470644editdlrm
APIchunk11.html290190644editdlrm
APIchunk12.html383340644editdlrm
APIchunk13.html75710644editdlrm
APIconstructors.html142020644editdlrm
APIfiles.html592260644editdlrm
APIfunctions.html532490644editdlrm
APIsymbols.html579960644editdlrm
bugs.html123990644editdlrm
contexts.gif103260644editdlrm
contribs.html76080644editdlrm
docbook.html93070644editdlrm
docs.html62470644editdlrm
downloads.html74620644editdlrm
duck.png107950644editdlrm
epatents.png19010644editdlrm
extensions.html227480644editdlrm
FAQ.html75500644editdlrm
gnome2.png38020644editdlrm
help.html66870644editdlrm
index.html66950644editdlrm
internals.html288440644editdlrm
intro.html64780644editdlrm
libexslt-api.xml66000644editdlrm
libexslt-refs.xml143350644editdlrm
libxslt-api.xml2233560644editdlrm
Libxslt-Logo-90x34.gif30350644editdlrm
Libxslt-Logo-180x168.gif81930644editdlrm
libxslt-refs.xml3562020644editdlrm
news.html629750644editdlrm
node.gif49280644editdlrm
object.gif45750644editdlrm
processing.gif92090644editdlrm
python.html159720644editdlrm
redhat.gif6970644editdlrm
smallfootonly.gif27720644editdlrm
stylesheet.gif70500644editdlrm
templates.gif89950644editdlrm
w3c.png20280644editdlrm
xslt.html1311180644editdlrm
xsltproc.html94750644editdlrm
xsltproc2.html70820644editdlrm
Edit: /usr/share/doc/libxslt-devel/xsltproc2.html (7082B)
The xsltproc tool
Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for GNOME

The xsltproc tool

Main Menu
Related links
API Indexes

This program is the simplest way to use libxslt: from the command line. It is also used for doing the regression tests of the library.

It takes as first argument the path or URL to an XSLT stylesheet, the next arguments are filenames or URIs of the inputs to be processed. The output of the processing is redirected on the standard output. There is actually a few more options available:

orchis:~ -> xsltproc
Usage: xsltproc [options] stylesheet file [file ...]
   Options:
      --version or -V: show the version of libxml and libxslt used
      --verbose or -v: show logs of what's happening
      --output file or -o file: save to a given file
      --timing: display the time used
      --repeat: run the transformation 20 times
      --debug: dump the tree of the result instead
      --novalid: skip the DTD loading phase
      --noout: do not dump the result
      --maxdepth val : increase the maximum depth
      --html: the input document is(are) an HTML file(s)
      --docbook: the input document is SGML docbook
      --param name value : pass a (parameter,value) pair
      --nonet refuse to fetch DTDs or entities over network
      --warnnet warn against fetching over the network
      --catalogs : use the catalogs from $SGML_CATALOG_FILES
      --xinclude : do XInclude processing on document input
      --profile or --norman : dump profiling information 
orchis:~ ->

Daniel Veillard