summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-06 00:00:14 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-06 00:00:14 +0000
commitb82c1f12e843f34e3039c196d0d28b271caa3fba (patch)
treea5f32a7349489b7c26b12ffdd9c7415b291ae1c8 /doc
parent5fa04b1a52a94ac36dcb649e8c1735a7ff3102f0 (diff)
downloadlibxslt-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.html19
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&amp;product=libxslt&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=NEEDINFO&amp;bug_status=REOPENED&amp;bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailcc1=1&amp;emaillongdesc1=1&amp;email2=&amp;emailtype2=substring&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emaillongdesc2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;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>