[xsl] [ANN] oNVDL adds an XSLT 2.0 implementation of NVDL dispatching

Subject: [xsl] [ANN] oNVDL adds an XSLT 2.0 implementation of NVDL dispatching
From: George Cristian Bina <george@xxxxxxxxxxxxx>
Date: Thu, 17 May 2007 17:24:03 +0300
Hi,

oNVDL is an open source implementation of NVDL (Namespace-based Validation and Dispatching Language) in Java, based on Jing. Starting with the latest version, 20070517 it adds an XSLT 2.0 implementation of NVDL dispatching.

The XSLT implementation allows to easily see the processing stages and to understand how NVDL works.

The processing model is as follows:

XML instance ---- (getSections.xsl (optional param nvdl=NVDL script) ---> XML instance with marked up sections
NVDL script ---- (nvdl2xslt.xsl) ----> XSLT representation of the NVDL script
XML instance with sections --- (XSLT representation of the NVDL script) ---> NVDL dispatching


For details see
http://www.oxygenxml.com/onvdl.html
and the documentation inside the oNVDL distribution package.

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

Current Thread