A small selection of notes from around the web, with an attempt to highlight XML-related news.
Mono 1.0.4 is released.
This is mainly a bug fix release; the only notable bug fixed plugs a major memory leak in ASP.NET code.
Mono 1.1.2 (development branch) is released.
The compiler now supports anonymous methods. “Today Mono 1.1.2’s C# compiler supports anonymous methods, iterators, partial classes, static classes and inline warning control from the 2.0 specification. Generics are supported as well on the branched `gmcs’ compiler (included).”
It also includes the XQuery and ObjectSpaces support dropped by Microsoft.
NUnit 2.2.1 released.
This is mainly a bug fix release (not a full release!) Notable changes include a source code reorganization, making the test runners into DLLs to allow other projects to reuse them, and a fix to allow for better compatibility with the VS 2005 debugger.
Docbook v4.4 CR2 is out. 4.4 will probably be the last release before 5.0 is out; 5.0 will be based on RELAX NG instead of DTDs.
http://www.rdfdata.org/ - More and more sites are making RDF available, and not just as RSS. The RDFData site is collecting links to data sets and web services providers of RDF. Notable additions to the collection include Metapihi (50,000 New Zealand images with Dublin Core metadata), the 2001 CIA World Fact Book, and the DAML airport gateway.
Redland, the RDF application framework now has C# bindings.
SPARQL Query Language for RDF looks a little bit like SQL and appears to be very approachable. The W3C has just released a working draft;Redland has already added support for it.
Cornell Law School’s Legal Information Institute has announced the release of a new online edition of the United States Code, including all the Federal law passed by Congress currently in force. For the first time, the project team is also releasing the underlying XML version as a dataset for use in research.
Schematron is now a final Committee Draft. It is under review by the various national bodies and is expected to be the final version.
The XSLT standard library has released version 1.2.1. The library contains 100% XSLT templates that can be called to handle string, math, date, and URI processing. This release is a bugfix release.
The first public working draft of XForms 1.1 has been published. The current version shows greater integration with SOAP and XML Schema; email addresses and credit card numbers are now datatypes.