ANN] oNVDL version 20070517 adds an XSLT 2.0 implementation of NVDL dispatching (original) (raw)

Hi,

A new version of oNVDL is available from http://www.oxygenxml.com/onvdl.html

oNVDL is an open source implementation of NVDL (Namespace-based Validation and Dispatching Language) in Java, based on Jing. oNVDL supports validation against XML Schema and also against Relax NG and Schematron.

The new version adds an XSLT 2.0 implementation of NVDL dispatching and fixes a couple of issues, see the full list of changes here http://www.oxygenxml.com/onvdl.html#nvdl_change_log

The XSLT implementation allows to easily see the processing stages and to understand how NVDL works. First the XML instance is transformed so that the element and attribute sections are marked up. Then the NVDL script is converted into a stylesheet that when applied on the document with the marked up sections gives as output the result of NVDL dispatching.

Best Regards, George

George Cristian Bina - http://aboutxml.blogspot.com/ XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com

Received on Thursday, 17 May 2007 14:11:30 UTC