Error Buddy
Do you have an error message from your application? Then find the answer with Error Buddy. You can search over 40000 source code files and troubleshooting documents using our beta lucene/nutch search interface or if you prefer, search as normal using google. With LXR technology you can drill right down into the line of source code where it came from with full cross-referencing.
If after searching you didn't get your ideal answer, or you are still unclear what the error means, you can choose to post that question to the community forums following the link included in the search results.
[1.6]001 002 NEWS file for libxslt 003 004 Note that this is automatically generated from the news webpage at: 005 http://xmlsoft.org/XSLT/news.html 006 007 The change log at 008 ChangeLog.html 009 describes the recents commits 010 to the CVS at 011 http://cvs.gnome.org/viewcvs/libxslt/ 012 code base.Those are the public releases made: 013 1.1.14: Apr 02 2005: 014 - bug fixes: text node on stylesheet document without a dictionary 015 (William Brack), more checking of XSLT syntax, calling xsltInit() multiple 016 times, mode values interning raised by Mark Vakoc, bug in pattern 017 matching with ancestors, bug in patterna matching with cascading select, 018 xinclude and document() problem, build outside of source tree (Mike 019 Castle) 020 - improvement: added a --nodict mode to xsltproc to check problems for 021 docuemtns without dictionnaries 022 023 024 025 1.1.13: Mar 13 2005: 026 - build fixes: 64bits cleanup (William Brack), python 2.4 test (William), 027 LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes 028 (Joel Reed), libgcrypt-devel requires for RPM spec. 029 030 - bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template 031 should not change the current template rule (William Brack), evaluation 032 of global variables (William Brack), RVT's in XPath predicates (William), 033 namespace URI on template names (Mark Vakoc), stat() for Windows patch 034 (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of 035 memory detection misses (William), parserOptions propagation (William), 036 exclude-result-prefixes fix (William), // patten fix (William). 037 038 - extensions: module support (Joel Reed), dictionnary based speedups 039 trying to get rid of xmlStrEqual as much as possible. 040 041 - documentation: added Wiki (Joel Reed) 042 043 044 045 1.1.12: Oct 29 2004: 046 - build fixes: warnings removal (William). 047 - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date 048 negative periods (William Brack), generated tree structure fixes, 049 namespace lookup fix, use reentrant gmtime_r (William Brack), 050 exslt:funtion namespace fix (William), potential NULL pointer reference 051 (Dennis Dams, William), force string interning on generated 052 documents. 053 - documentation: update of the second tutorial (Panagiotis Louridas), add 054 exslt doc in rpm packages, fix the xsltproc man page. 055 056 057 1.1.11: Sep 29 2004: 058 - bug fixes: xsl:include problems (William Brack), UTF8 number pattern 059 (William), date-time validation (William), namespace fix (William), 060 various Exslt date fixes (William), error callback fixes, leak with 061 namespaced global variable, attempt to fix a weird problem #153137 062 - improvements: exslt:date-sum tests (Derek Poon) 063 - documentation: second tutorial by Panagiotis Lourida 064 065 066 1.1.10: Aug 31 2004: 067 - build fix: NUL in c file blocking compilation on Solaris, Windows build 068 (Igor Zlatkovic) 069 - fix: key initialization problem (William Brack) 070 - documentation: fixed missing man page description for --path 071 072 073 1.1.9: Aug 22 2004: 074 - build fixes: missing tests (William Brack), Python dependancies, Python 075 on 64bits boxes, --with-crypto flag (Rob Richards), 076 - fixes: RVT key handling (William), Python binding (William and Sitsofe 077 Wheeler), key and XPath troubles (William), template priority on imports 078 (William), str:tokenize with empty strings (William), #default namespace 079 alias behaviour (William), doc ordering missing for main document 080 (William), 64bit bug (Andreas Schwab) 081 - improvements: EXSLT date:sum added (Joel Reed), hook for document 082 loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD 083 attributes, extend xsltproc --version with CVS stamp (William). 084 - Documentation: web page problem reported by Oliver Stoeneberg 085 086 087 1.1.8: July 5 2004: 088 - build fixes: Windows runtime options (Oliver Stoeneberg), Windows 089 binary package layout (Igor Zlatkovic), libgcrypt version test and link 090 (William) 091 - documentation: fix libxslt namespace name in doc (William) 092 - bug fixes: undefined namespace message (William Brack), search engine 093 (William), multiple namespace fixups (William), namespace fix for key 094 evaluation (William), Python memory debug bindings, 095 - improvements: crypto extensions for exslt (Joel Reed, William) 096 097 098 1.1.7: May 17 2004: 099 - build fix: warning about localtime_r on Solaris 100 - bug fix: UTF8 string tokenize (William Brack), subtle memory 101 corruption, linefeed after comment at document level (William), 102 disable-output-escaping problem (William), pattern compilation in deep 103 imported stylesheets (William), namespace extension prefix bug, 104 libxslt.m4 bug (Edward Rudd), namespace lookup for attribute, namespaced 105 DOCTYPE name 106 107 108 1.1.6: Apr 18 2004: 109 - 2 bug fixes about keys fixed one by Mark Vakoc 110 111 112 1.1.5: Mar 23 2004: 113 - performance: use dictionnary lookup for variables 114 - remove use of _private from source documents 115 - cleanup of "make tests" output 116 - bugfixes: AVT in local variables, use localtime_r to avoid thread 117 troubles (William), dictionary handling bug (William), limited number of 118 stubstitutions in AVT (William), tokenize fix for UTF-8 (William), 119 superfluous namespace (William), xsltproc error code on 120 <xsl:message> halt, OpenVMS fix, dictionnary reference counting 121 change. 122 123 124 1.1.4: Feb 23 2004: 125 - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with 126 Yelp, extension problem 127 - display extension modules (Steve Little) 128 - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy) 129 130 131 1.1.3: Feb 16 2004: 132 - Rewrote the Attribute Value Template code, new XPath compilation 133 interfaces, dictionnary reuses for XSLT with potential for serious 134 performance improvements. 135 - bug fixes: portability (William Brack), key() in node-set() results 136 (William), comment before doctype (William), math and node-set() problems 137 (William), cdata element and default namespace (William), behaviour on 138 unknown XSLT elements (Stefan Kost), priority of "//foo" patterns 139 (William), xsl:element and xsl:attribute QName check (William), comments 140 with -- (William), attribute namespace (William), check for ?> in PI 141 (William) 142 - Documentations: cleanup (John Fleck and William) 143 - Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane 144 bidoul) 145 146 147 1.1.2: Dec 24 2003: 148 - Documentation fixes (John Fleck, William Brack), EXSLT documentation 149 (William Brack) 150 - Windows compilation fixes for MSVC and Mingw (Igor Zlatkovic) 151 - Bug fixes: exslt:date returning NULL strings (William Brack), 152 namespaces output (William Brack), key and namespace definition problem, 153 passing options down to the document() parser, xsl:number fixes (William 154 Brack) 155 156 157 1.1.1: Dec 10 2003: 158 - code cleanup (William Brack) 159 - Windows: Makefile improvements (Igor Zlatkovic) 160 - documentation improvements: William Brack, libexslt man page (Jonathan 161 Wakely) 162 - param in EXSLT functions (Shaun McCance) 163 - XSLT debugging improvements (Mark Vakoc) 164 - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William 165 Brack), key selector parsing with | reported by Oleg Paraschenko, 166 xsl:element with computed namespaces (William Brack), xslt:import/include 167 recursion detection (William Brack), exslt:function used in keys (William 168 Brack), bug when CDATA_SECTION are foun in the tree (William Brack), 169 entities handling when using XInclude. 170 171 172 1.1.0: Nov 4 2003: 173 - Removed DocBook SGML broken support 174 - fix xsl:key to work with PIs 175 - Makefile and build improvement (Graham Wilson), build cleanup (William 176 Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen 177 Petrov) 178 - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher 179 Dunnavant) 180 - Python: never use stdout for error 181 - extension memory error fix (Karl Eichwalder) 182 - header path fixes (Steve Ball) 183 - added saxon:line-number() to libexslt (Brett Kail) 184 - Fix some tortuous template problems when using predicates (William 185 Brack) 186 - Debugger status patch (Kasimier Buchcik) 187 - Use new libxml2-2.6.x APIs for faster processing 188 - Make sure xsl:sort is empty 189 - Fixed a bug in default processing of attributes 190 - Removes the deprecated breakpoint library 191 - detect invalid names on templates (William Brack) 192 - fix exslt:document (and similar) base handling problem 193 194 195 1.0.33: Sep 12 2003: 196 This is a bugfix only release - error message missing argument (William Brack) 197 - mode not cascaded in template fallbacks (William Brack) 198 - catch redefinition of parameter/variables (William Brack) 199 - multiple keys with same namespace name (William Brack) 200 - patch for compilation using MingW on Windows (Mikhail Grushinskiy) 201 - header export macros for Windows (Igor Zlatkovic) 202 - cdata-section-elements handling of namespaced names 203 - compilation without libxml2 XPointer support (Mark Vadoc) 204 - apply-templates crash (William Brack) 205 - bug with imported templates (William Brack) 206 - imported attribute-sets merging bug (DocBook) (William Brack) 207 208 209 1.0.32: Aug 9 2003: 210 - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT 211 function (William Brack), RVT for globals (William Brack), EXSLT date 212 (William Brack), 213 speed of large text output, xsl:copy with attributes, strip-space and 214 namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun 215 McCance), EXSLT:seconds (William Brack), sort with multiple keys (William 216 Brack), checking of { and } for attribute value templates (William 217 Brack) 218 219 - Python bindings for extension elements (Sean Treadway) 220 - EXSLT:split added (Shaun McCance) 221 - portability fixes for HP-UX/Solaris/IRIX (William Brack) 222 - doc cleanup 223 224 225 1.0.31: Jul 6 2003: 226 - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for 227 the debugger (Keith Isdale), output filename limitation, trio.h and 228 triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner), 229 xsltChoose and whitespace (Igor Zlatkovic), 230 stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack), 231 RVT bug introduced in 1.0.30 232 233 - avoid generating " (fix in libxml2-2.5.8) 234 - fix 64bit cleaness problem and compilation troubles introduced in 235 1.0.30 236 - Windows makefile generation (Igor Zlatkovic) 237 - HP-UX portability fix 238 239 240 1.0.30: May 4 2003: 241 - Fixes and new APIs to handle Result Value Trees and avoid leaks 242 - Fixes for: EXSLT math pow() function (Charles Bozeman), global 243 parameter and global variables mismatch, a segfault on pattern 244 compilation errors, namespace copy in xsl:copy-of, python generator 245 problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor), 246 current node when templates applies to attributes 247 248 249 1.0.29: Apr 1 2003: 250 - performance improvements especially for large flat documents 251 - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace 252 declarations with xsl:elements. 253 - portability: python and trio fixes (Albert Chin), python on Solaris 254 (Ben Phillips) 255 256 257 1.0.28: Mar 24 2003: 258 - fixed node() in patterns semantic. 259 - fixed a memory access problem in format-number() 260 - fixed stack overflow in recursive global variable or params 261 - cleaned up Result Value Tree handling, and fixed a couple of old bugs 262 in the process 263 264 265 1.0.27: Feb 24 2003: 266 - bug fixes: spurious xmlns:nsX="" generation, serialization bug (in 267 libxml2), a namespace copy problem, errors in the RPM spec prereqs 268 - Windows path canonicalization and document cache fix (Igor) 269 270 271 1.0.26: Feb 10 2003: 272 - Fixed 3 serious bugs in document() and stylesheet compilation which 273 could lead to a crash 274 275 276 1.0.25: Feb 5 2003: 277 - Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C 278 syntax pbm, 3 bugs reported by Eric van der Vlist 279 - Some XPath and XInclude related problems were actually fixed in 280 libxml2-2.5.2 281 - Documentation: emphasize taht --docbook is not for XML docs. 282 283 284 1.0.24: Jan 14 2003: 285 - bug fixes: imported global varables, python bindings (Stéphane Bidoul), 286 EXSLT memory leak (Charles Bozeman), namespace generation on 287 xsl:attribute, space handling with imports (Daniel Stodden), 288 extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt 289 Sergeant), superfluous xmlns generation, XInclude related bug for 290 numbering, EXSLT strings (Alexey Efimov), attribute-sets computation on 291 imports, extension module init and shutdown callbacks not called 292 - HP-UX portability (Alexey Efimov), Windows makefiles (Igor and Stephane 293 Bidoul), VMS makefile updates (Craig A. Berry) 294 - adds xsltGetProfileInformation() (Michael Rothwell) 295 - fix the API generation scripts 296 - API to provide the sorting routines (Richard Jinks) 297 - added XML description of the EXSLT API 298 - added ESXLT URI (un)escaping (Jörg Walter) 299 - Some memory leaks have been found and fixed 300 - document() now support fragment identifiers in URIs 301 302 303 1.0.23: Nov 17 2002: 304 - Windows build cleanup (Igor) 305 - Unix build and RPM packaging cleanup 306 - Improvement of the python bindings: extension functions and activating 307 EXSLT 308 - various bug fixes: number formatting, portability for bounded string 309 functions, CData nodes, key(), @*[...] patterns 310 - Documentation improvements (John Fleck) 311 - added libxslt.m4 (Thomas Schraitle) 312 313 314 1.0.22: Oct 18 2002: 315 - Updates on the Windows Makefiles 316 - Added a security module, and a related set of new options to 317 xsltproc 318 - Allowed per transformation error handler. 319 - Fixed a few bugs: node() semantic, URI escaping, media-type, attribute 320 lists 321 322 323 1.0.21: Sep 26 2002: 324 - Bug fixes: match="node()", date:difference() (Igor and Charlie 325 Bozeman), disable-output-escaping 326 - Python bindings: style.saveResultToString() from Ralf Mattes 327 - Logos from Marc Liyanage 328 - Mem leak fix from Nathan Myers 329 - Makefile: DESTDIR fix from Christophe Merlet, AMD x86_64 (Mandrake), 330 Windows (Igor), Python detection 331 - Documentation improvements: John Fleck 332 333 334 1.0.20: Aug 23 2002: 335 - Windows makefile updates (Igor) and x86-64 (Frederic Crozat) 336 - fixed HTML meta tag saving for Mac/IE users 337 - possible leak patches from Nathan Myers 338 - try to handle document('') as best as possible depending in the 339 cases 340 - Fixed the DocBook stylesheets handling problem 341 - Fixed a few XSLT reported errors 342 343 344 1.0.19: July 6 2002: 345 - EXSLT: dynamic functions and date support bug fixes (Mark Vakoc) 346 - xsl:number fix: Richard Jinks 347 - xsl:format-numbers fix: Ken Neighbors 348 - document('') fix: bug pointed by Eric van der Vlist 349 - xsl:message with terminate="yes" fixes: William Brack 350 - xsl:sort order support added: Ken Neighbors 351 - a few other bug fixes, some of them requiring the latest version of 352 libxml2 353 354 355 1.0.18: May 27 2002: 356 - a number of bug fixes: attributes, extra namespace declarations 357 (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen, 358 Charles Bozeman and Geert Kloosterman), element-available (Richard 359 Jinks) 360 - xsltproc can now list teh registered extensions thanks to Mark 361 Vakoc 362 - there is a new API to save directly to a string 363 xsltSaveResultToString() by Morus Walter 364 - specific error registration function for the python API 365 366 367 1.0.17: April 29 2002: 368 - cleanup in code, XSLT debugger support and Makefiles for Windows by 369 Igor 370 - a C++ portability fix by Mark Vakoc 371 - EXSLT date improvement and regression tests by Charles Bozeman 372 - attempt to fix a bug in xsltProcessUserParamInternal 373 374 375 1.0.16: April 15 2002: 376 - Bug fixes: strip-space, URL in HTML output, error when xsltproc can't 377 save 378 - portability fixes: OSF/1, IEEE on alphas, Windows, Python bindings 379 380 381 1.0.15: Mar 25 2002: 382 - Bugfixes: XPath, python Makefile, recursive attribute sets, @foo[..] 383 templates 384 - Debug of memory alocation with valgind 385 - serious profiling leading to significant improvement for DocBook 386 processing 387 - revamp of the Windows build 388 389 390 1.0.14: Mar 18 2002: 391 - Improvement in the XPath engine (libxml2-2.4.18) 392 - Nasty bug fix related to exslt:node-set 393 - Fixed the python Makefiles, cleanup of doc comments, Windows 394 portability fixes 395 396 397 1.0.13: Mar 8 2002: 398 - a number of bug fixes including "namespace node have no parents" 399 - Improvement of the Python bindings 400 - Charles Bozeman provided fixes and regression tests for exslt date 401 functions. 402 403 404 1.0.12: Feb 11 2002: 405 - Fixed the makefiles especially the python module ones 406 - half a dozen bugs fixes including 2 old ones 407 408 409 1.0.11: Feb 8 2002: 410 - Change of Licence to the MIT 411 Licence 412 - Added a beta version of the Python bindings, including support to 413 extend the engine with functions written in Python 414 - A number of bug fixes 415 - Charlie Bozeman provided more EXSLT functions 416 - Portability fixes 417 418 419 1.0.10: Jan 14 2002: 420 - Windows fixes for Win32 from Igor 421 - Fixed the Solaris compilation trouble (Albert) 422 - Documentation changes and updates: John Fleck 423 - Added a stringparam option to avoid escaping hell at the shell 424 level 425 - A few bug fixes 426 427 428 1.0.9: Dec 7 2001: 429 - Makefile patches from Peter Williams 430 - attempt to fix the compilation problem associated to prelinking 431 - obsoleted libxsltbreakpoint now deprecated and frozen to 1.0.8 API 432 - xsltproc return codes are now significant, John Fleck updated the 433 documentation 434 - patch to allow as much as 40 steps in patterns (Marc Tardif), should be 435 made dynamic really 436 - fixed a bug raised by Nik Clayton when using doctypes with HTML 437 output 438 - patches from Keith Isdale to interface with xsltdebugger 439 440 441 1.0.8: Nov 26 2001: 442 - fixed an annoying header problem, removed a few bugs and some code 443 cleanup 444 - patches for Windows and update of Windows Makefiles by Igor 445 - OpenVMS port instructions from John A Fotheringham 446 - fixed some Makefiles annoyance and libraries prelinking 447 informations 448 449 450 1.0.7: Nov 10 2001: 451 - remove a compilation problem with LIBXSLT_PUBLIC 452 - Finishing the integration steps for Keith Isdale debugger 453 - fixes the handling of indent="no" on HTML output 454 - fixes on the configure script and RPM spec file 455 456 457 1.0.6: Oct 30 2001: 458 - bug fixes on number formatting (Thomas), date/time functions (Bruce 459 Miller) 460 - update of the Windows Makefiles (Igor) 461 - fixed DOCTYPE generation rules for HTML output (me) 462 463 464 1.0.5: Oct 10 2001: 465 - some portability fixes, including Windows makefile updates from 466 Igor 467 - fixed a dozen bugs on XSLT and EXSLT (me and Thomas Broyer) 468 - support for Saxon's evaluate and expressions extensions added (initial 469 contribution from Darren Graves) 470 - better handling of XPath evaluation errors 471 472 473 1.0.4: Sep 12 2001: 474 - Documentation updates from John fleck 475 - bug fixes (DocBook FO generation should be fixed) and portability 476 improvements 477 - Thomas Broyer improved the existing EXSLT support and added String, 478 Time and Date core functions support 479 480 481 1.0.3: Aug 23 2001: 482 - XML Catalog support see the doc 483 - New NaN/Infinity floating point code 484 - A few bug fixes 485 486 487 1.0.2: Aug 15 2001: 488 - lot of bug fixes, increased the testsuite 489 - a large chunk of EXSLT is implemented 490 - improvements on the extension framework 491 - documentation improvements 492 - Windows MSC projects files should be up-to-date 493 - handle attributes inherited from the DTD by default 494 495 496 1.0.1: July 24 2001: 497 - initial EXSLT framework 498 - better error reporting 499 - fixed the profiler on Windows 500 - bug fixes 501 502 503 1.0.0: July 10 2001: 504 - a lot of cleanup, a lot of regression tests added or fixed 505 - added a documentation for writing 506 extensions 507 - fixed some variable evaluation problems (with William) 508 - added profiling of stylesheet execution accessible as the xsltproc 509 --profile option 510 - fixed element-available() and the implementation of the various 511 chunking methods present, Norm Walsh provided a lot of feedback 512 - exclude-result-prefixes and namespaces output should now work as 513 expected 514 - added support of embedded stylesheet as described in section 2.7 of the 515 spec 516 517 518 0.14.0: July 5 2001: 519 - lot of bug fixes, and code cleanup 520 - completion of the little XSLT-1.0 features left unimplemented 521 - Added and implemented the extension API suggested by Thomas Broyer 522 - the Windows MSC environment should be complete 523 - tested and optimized with a really large document (DocBook Definitive 524 Guide) libxml/libxslt should really be faster on serious workloads 525 526 527 0.13.0: June 26 2001: 528 - lots of cleanups 529 - fixed a C++ compilation problem 530 - couple of fixes to xsltSaveTo() 531 - try to fix Docbook-xslt-1.4 and chunking, updated the regression test 532 with them 533 - fixed pattern compilation and priorities problems 534 - Patches for Windows and MSC project mostly contributed by Yon Derek 535 - update to the Tutorial by John Fleck 536 - William fixed bugs in templates and for-each functions 537 - added a new interface xsltRunStylesheet() for a more flexible output 538 (incomplete), added -o option to xsltproc 539 540 541 0.12.0: June 18 2001: 542 - fixed a dozen of bugs reported 543 - HTML generation should be quite better (requires libxml-2.3.11 upgrade 544 too) 545 - William fixed some problems with document() 546 - Fix namespace nodes selection and copy (requires libxml-2.3.11 upgrade 547 too) 548 - John Fleck added a 549 tutorial 550 - Fixes for namespace handling when evaluating variables 551 - XInclude global flag added to process XInclude on document() if 552 requested 553 - made xsltproc --version more detailed 554 555 556 0.11.0: June 1 2001: 557 Mostly a bug fix release. - integration of catalogs from xsltproc 558 - added --version to xsltproc for bug reporting 559 - fixed errors when handling ID in external parsed entities 560 - document() should hopefully work correctly but ... 561 - fixed bug with PI and comments processing 562 - William fixed the XPath string functions when using unicode 563 564 565 0.10.0: May 19 2001: 566 - cleanups to make stylesheet read-only (not 100% complete) 567 - fixed URI resolution in document() 568 - force all XPath expression to be compiled at stylesheet parsing time, 569 even if unused ... 570 - Fixed HTML default output detection 571 - Fixed double attribute generation #54446 572 - Fixed {{ handling in attributes #54451 573 - More tests and speedups for DocBook document transformations 574 - Fixed a really bad race like bug in xsltCopyTreeList() 575 - added a documentation on the libxslt internals 576 - William Brack and Bjorn Reese improved format-number() 577 - Fixed multiple sort, it should really work now 578 - added a --docbook option for SGML DocBook input (hackish) 579 - a number of other bug fixes and regression test added as people were 580 submitting them 581 582 583 0.9.0: May 3 2001: 584 - lot of various bugfixes, extended the regression suite 585 - xsltproc should work with multiple params 586 - added an option to use xsltproc with HTML input 587 - improved the stylesheet compilation, processing of complex stylesheets 588 should be faster 589 - using the same stylesheet for concurrent processing on multithreaded 590 programs should work now 591 - fixed another batch of namespace handling problems 592 - Implemented multiple level of sorting 593 594 595 0.8.0: Apr 22 2001: 596 - fixed ansidecl.h problem 597 - fixed unparsed-entity-uri() and generate-id() 598 - sort semantic fixes and priority prob from William M. Brack 599 - fixed namespace handling problems in XPath expression computations 600 (requires libxml-2.3.7) 601 - fixes to current() and key() 602 - other, smaller fixes, lots of testing with N Walsh DocBook HTML 603 stylesheets 604 605 606 0.7.0: Apr 10 2001: 607 - cleanup using stricter compiler flags 608 - command line parameter passing 609 - fix to xsltApplyTemplates from William M. Brack 610 - added the XSLTMark in the regression tests as well as document() 611 612 613 0.6.0: Mar 22 2001: 614 - another beta 615 - requires 2.3.5, which provide XPath expression compilation support 616 - document() extension should function properly 617 - fixed a number or reported bugs 618 619 620 0.5.0: Mar 10 2001: 621 - fifth beta 622 - some optimization work, for the moment 2 XSLT transform cannot use the 623 same stylesheet at the same time (to be fixed) 624 - fixed problems with handling of tree results 625 - fixed a reported strip-spaces problem 626 - added more reported/fixed bugs to the test suite 627 - incorporated William M. Brack fix for imports and global variables as 628 well as patch for with-param support in apply-templates 629 - a bug fix on for-each 630 631 632 0.4.0: Mar 1 2001: 633 - fourth beta test, released at the same time of libxml2-2.3.3 634 - bug fixes 635 - some optimization 636 - started implement extension support, not finished 637 - implemented but not tested multiple file output 638 639 640 0.3.0: Feb 24 2001: 641 - third beta test, released at the same time of libxml2-2.3.2 642 - lot of bug fixes 643 - some optimization 644 - added DocBook XSL based testsuite 645 646 647 0.2.0: Feb 15 2001: 648 - second beta version, released at the same time as libxml2-2.3.1 649 - getting close to feature completion, lot of bug fixes, some in the HTML 650 and XPath support of libxml 651 - start becoming usable for real work. This version can now regenerate 652 the XML 2e HTML from the original XML sources and the associated 653 stylesheets (in section I of the XML 654 REC) 655 - Still misses extension element/function/prefixes support. Support of 656 key() and document() is not complete 657 658 659 0.1.0: Feb 8 2001: 660 - first beta version, released at the same time as libxml2-2.3.0 661 - lots of bug fixes, first "testing" version, but incomplete 662 663 664 0.0.1: Jan 25 2001: 665 - first alpha version released at the same time as libxml2-2.2.12 666 - Framework in place, should work on simple examples, but far from being 667 feature complete 668 669 Daniel Veillard at 670 bugs.html
Testing
