Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Namespace-based Validation Dispatching Language

< >

Namespace-based Validation Dispatching Language, aka Namespace-based Validation Dispatching Language, is a xml format created in 2006.

#2331on PLDB 18Years Old

Namespace-based Validation Dispatching Language (NVDL) is an XML schema language for validating XML documents that integrate with multiple namespaces. It is an ISO/IEC standard, and it is Part 4 of the DSDL schema specification. Much of the work on NVDL is based on the older Namespace Routing Language.. Read more on Wikipedia...


Example from the web:
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"> <namespace ns="http://www.w3.org/1999/xhtml"> <validate schema="xhtml.rng"/> </namespace> <namespace ns="http://www.w3.org/2000/svg/"> <validate schema="svg.sch"/> </namespace> <anyNamespace> <reject/> </anyNamespace> </rules>

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io