diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-06 00:00:14 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-06 00:00:14 +0000 |
commit | b82c1f12e843f34e3039c196d0d28b271caa3fba (patch) | |
tree | a5f32a7349489b7c26b12ffdd9c7415b291ae1c8 /doc | |
parent | 5fa04b1a52a94ac36dcb649e8c1735a7ff3102f0 (diff) | |
download | libxslt-b82c1f12e843f34e3039c196d0d28b271caa3fba.tar.gz libxslt-b82c1f12e843f34e3039c196d0d28b271caa3fba.tar.bz2 libxslt-b82c1f12e843f34e3039c196d0d28b271caa3fba.zip |
added 0.14.0 release Daniel
* doc/xslt.html: added 0.14.0 release
Daniel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xslt.html | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/xslt.html b/doc/xslt.html index c95e1f69..db998fd0 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -1,5 +1,3 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>The XSLT C library for Gnome</title> @@ -106,13 +104,12 @@ appreciated!).</p> version</a>, and that the problem still shows up in those</li> <li>check the <a href="http://mail.gnome.org/archives/xslt/">list archives</a> to see if the problem was reported already, in this case - there is probably a fix available, similary check the <a - href="http://bugzilla.gnome.org/buglist.cgi?product=libxml&product=libxslt&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&email1=&emailtype1=substring&emailassigned_to1=1&emailreporter1=1&emailcc1=1&emaillongdesc1=1&email2=&emailtype2=substring&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emaillongdesc2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query">registered - open bugs</a></li> + there is probably a fix available, similary check the <a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml&product=libxslt&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&email1=&emailtype1=substring&emailassigned_to1=1&emailreporter1=1&emailcc1=1&emaillongdesc1=1&email2=&emailtype2=substring&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emaillongdesc2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query">registered open + bugs</a></li> <li>make sure you can reproduce the bug with xsltproc, a very useful thing to do is run the transformation with -v argument and redirrect the standard error to a file, then search in this file for the transformation - logs just preceding the possible problem </li> + logs just preceding the possible problem</li> <li>Please send the command showing the error as well as the input and stylesheet (as an attachement)</li> </ul> @@ -186,6 +183,16 @@ platform, get in touch with me to upload the package. I will keep them in the href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a> file for a really accurate description</h3> +<h3>0.14.0: July 5 2001</h3> +<ul> + <li>lot of bug fixes, and code cleanup</li> + <li>completion of the little XSLT-1.0 features left unimplemented</li> + <li>Added and implemented the extension API suggested by Thomas Broyer</li> + <li>the Windows MSC environment should be complete</li> + <li>tested and optimized with a really large document (DocBook Definitve + Guide) libxml/libxslt should really be faster on serious workloads</li> +</ul> + <h3>0.13.0: June 26 2001</h3> <ul> <li>lots of cleanups</li> |