diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-08 16:09:27 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-08 16:09:27 +0000 |
commit | ada89dddea264bb41fd5c0c293ce989eb90ef4da (patch) | |
tree | aad11c8ee2473a75c1d81c5531281573f7572bb6 /doc/FAQ.html | |
parent | 3146d5356fa192ef3f27f74ef634b3d7bd411c8e (diff) | |
download | libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.gz libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.bz2 libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.zip |
change the Licence to MIT Licence and release of 1.0.11 updates of the
* Copyright Makefile.am configure.in libxslt.spec.in: change the
Licence to MIT Licence and release of 1.0.11
* doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html
doc/xslt.html: updates of the docs accordingly
* libxslt/xsltwin32config.h: numbering
* python/generator.py python/libxml_wrap.h python/libxsltclass.txt
python/libxslt-python-api.xml: cleanup the dependancies with
libxml2
* python/tests/extfunc.py: updated examples.
Daniel
Diffstat (limited to 'doc/FAQ.html')
-rw-r--r-- | doc/FAQ.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 3b186ac8..f630e0f0 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -85,6 +85,8 @@ A:link, A:visited, A:active { text-decoration: underline } matching this string. You really want -><code>'alpha'</code><- to be passed to the processor. And to allow this you need to escape the quotes at the shell level using -><code>"'alpha'"</code><- .</p> +<p>or use</p> +<p>xsltproc --stringparam test alpha foo.xsl foo.xml</p> </li></ol> <p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p> </td></tr></table></td></tr></table></td></tr></table></td> |