diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-25 18:51:41 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-25 18:51:41 +0000 |
commit | 6232ed7d6e89358533cf2045655e9c484bfdca4a (patch) | |
tree | 7b64126cf3921b0b150ec54a8daaba3bcd1bee54 /README | |
parent | a7da804741d2650c5132ab004d442d7dc4e6b64b (diff) | |
download | libxslt-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-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |