Hack, hack, hack ... Mostly adding functions:
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 25 Jan 2001 18:51:41 +0000 (18:51 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 25 Jan 2001 18:51:41 +0000 (18:51 +0000)
commit6232ed7d6e89358533cf2045655e9c484bfdca4a
tree7b64126cf3921b0b150ec54a8daaba3bcd1bee54
parenta7da804741d2650c5132ab004d442d7dc4e6b64b
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
12 files changed:
ChangeLog
FEATURES
INSTALL
README
TODO
libxslt/functions.c
libxslt/transform.c
libxslt/variables.h
libxslt/xslt.c
libxslt/xslt.h
libxslt/xsltInternals.h
libxslt/xsltutils.c