Showing posts with label NVDL. Show all posts
Showing posts with label NVDL. Show all posts

Thursday, May 17, 2007

The NVDL XSLT 2.0 implementation is available

Share to Facebook Share to Twitter Email This Share on Google Plus Share on Tumblr
A new version of oNVDL is available, 20070517. As announced earlier it introduces an XSLT 2.0 implementation of NVDL dispatching.
So grab the archive, extract it, go into the xslt folder and check out the README.txt file. If you find any issues let me know, or post them on the new forum that I just created for discussing oNVDL related issues.

Sunday, April 22, 2007

NVDL XSLT implementation

Share to Facebook Share to Twitter Email This Share on Google Plus Share on Tumblr
There are a few implementations already for NVDL: enovdl on Mono, JNVDL and oNVDL in Java. While I had a few discussions to explain how NVDL works I started to explain it in terms of XSLT processing and soon after that I thought, well, how about implementing NVDL dispatching in XSLT?
It proofed to be not so difficult - the implementation will be available in oNVDL starting with its next release.

Tuesday, March 27, 2007

NVDL

Share to Facebook Share to Twitter Email This Share on Google Plus Share on Tumblr
NVDL stands for Namespace-based Validation and Dispatching Language.
NVDL allows validating parts of an XML document with different schemas. Thus it allows working with compound documents that contain content from multiple languages without the need to modify the schema for each language.

oNVDL is an open source implementation of NVDL on top of Jing.
oXygen XML Editor integrates oNVDL and offers editing and validation of NVDL scripts and editing and validation of XML files against NVDL scripts.