[yunqa.de] ANN: DIXml v. 1.0 Beta 6 released

  • From: Delphi Inspiration <delphi@xxxxxxxx>
  • To: yunqa@xxxxxxxxxxxxx
  • Date: Tue, 06 Nov 2007 13:05:09 +0100

DIXml v. 1.0 Beta 6 has been released and is available for download:

  http://www.yunqa.de/delphi/doku.php/products/xml/

DIXml is an embedded XML, XSLT, and EXSLT processing library for Borland / 
CodeGear Delphi. It is build on the libxml2, libxslt and libexslt libraries. 
However, DIXml requires no DLLs or any other external files whatsoever. All 
required code is compiled completely into the application's executable. DIXml 
is the most feature-complete XML and XSLT solution for Delphi.

List of changes since the last release:

* Do not crash xmlMemFree() when passing a nil pointer.
* Fix XML saving to avoid a crash when dumping an attribute from an XHTML 
document.
* Enhance nanohttp to include port number (if not = 80) on the "Header:" URL
* Fix a regular expression range bug and correct a typo which resulted in a 
warning.
* Fix EXSLT extension week-in-year result which did not conform to the 
specification.
* Remove some unused code. This slightly decreases the library size.
* Add schema validation demo based on xmlTextReader.

_______________________________________________
Delphi Inspiration mailing list
yunqa@xxxxxxxxxxxxx
//www.freelists.org/list/yunqa



Other related posts:

  • » [yunqa.de] ANN: DIXml v. 1.0 Beta 6 released