diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-05-03 15:29:42 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-05-03 15:29:42 (GMT) |
commit | 937cfaf1a06a4a9d0c8ba119d7ce820878ff9058 (patch) | |
tree | f7b0b1bcce9ae963a0a069eafa552350eb4ee391 /libxslt/README | |
parent | 4b8453f0303492a1de2dcf854555f6429fac550e (diff) | |
download | blt-937cfaf1a06a4a9d0c8ba119d7ce820878ff9058.zip blt-937cfaf1a06a4a9d0c8ba119d7ce820878ff9058.tar.gz blt-937cfaf1a06a4a9d0c8ba119d7ce820878ff9058.tar.bz2 |
inital commit
Diffstat (limited to 'libxslt/README')
-rw-r--r-- | libxslt/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libxslt/README b/libxslt/README new file mode 100644 index 0000000..85bf80e --- /dev/null +++ b/libxslt/README @@ -0,0 +1,24 @@ + + XSLT support for libxml2 (XML toolkit from the GNOME project) + +Full documentation is available on-line at + http://xmlsoft.org/XSLT/ + +This code is released under the MIT Licence see the Copyright file. + +To report bugs, follow the instructions at: + http://xmlsoft.org/XSLT/bugs.html + +A mailing-list xslt@gnome.org is available, to subscribe: + http://mail.gnome.org/mailman/listinfo/xslt + +The list archive is at: + http://mail.gnome.org/archives/xslt/ + +All technical answers asked privately will be automatically answered on +the list and archived for public access unless pricacy is explicitely +required and justified. + +Daniel Veillard + +$Id$ |