summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-25 18:51:41 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-25 18:51:41 +0000
commit6232ed7d6e89358533cf2045655e9c484bfdca4a (patch)
tree7b64126cf3921b0b150ec54a8daaba3bcd1bee54 /README
parenta7da804741d2650c5132ab004d442d7dc4e6b64b (diff)
downloadlibxslt-6232ed7d6e89358533cf2045655e9c484bfdca4a.tar.gz
libxslt-6232ed7d6e89358533cf2045655e9c484bfdca4a.tar.bz2
libxslt-6232ed7d6e89358533cf2045655e9c484bfdca4a.zip
Hack, hack, hack ... Mostly adding functions:
- FEATURES TODO README INSTALL: updated - libxslt/xslt.h: added URL and version/vendor :-) - libxslt/transform.c: fixed a problem in xsl:attribute, removed attempt to support older libxml2 version. - libxslt/variables.h libxslt/xsltInternals.h: update to structures and macros to add/register new document created by document() - libxslt/functions.c: implemented current(), unparsed-entity-uri() system-property(), element-available() and function-available(). A crippled version of document() has been added too. Daniel
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 37f544ad..3f3917aa 100644
--- a/README
+++ b/README
@@ -1,10 +1,14 @@
- XSLT support for libxml
+ XSLT support for libxml2
http://xmlsoft.org/
- Requires libxml2 with XPath support.
-Currently unusable, very early steps ...
+ Requires libxml2 >= 2.2.12 with XPath support. It won't even compile
+otherwise.
+ Check the FEATURES file for informations about completeness
+ Check the Changelog too to keep track of progresses.
+
+ report bugs to xml@rpmfind.net or on the bugzilla.gnome.org base.
Daniel Veillard