[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Java NVDL implementation


nvdl dsdl
On 5/7/06, Jirka Kosek <jirka@k...> wrote:

> My understanding of NVDL is that its main purpose is validation and
> JNVDL thus implements standard Java API for invoking validation. So when
> your document is valid, there is no return. If there are some errors (be
> it validation problem on NVDL level, or validation errors against
> particular schema referenced from NVDL) you get these errors (as
> exceptions, or you can register your own ErrorHandler to handle them on
> your own).
>
> Of course, JNVDL internally does sectioning of input XML document and
> then dispatches these sections (fragments) for validation against
> particular schemas (you can monitor this process by using -d option on
> command line interface). So it is possible to create some API which can
> be used to read fragments and their schemas (because JNVDL knows this),
> but it is not big priority (at least now) for us.
>
My understanding of NVDL is in agreement with yours. But I think most
developers would want the validation process to lead to an output of
the seperated xml, this could be used, for example, as the first step
in a pipeline so that:

NVDLValid -> handleValidSeperatedXML

NVDLInvalid -> handleNonValidSeperatedXML

otherwise I think, that for most applications likely to be
encountered, the NVDL validation is useless because after NVDL
validation they will have to (or want to [not the same thing, but most
people act as if it were]) do the same thing they would have to do
without NVDL validation, namely seperate out the namespaces.

And if they seperate out the namespaces correctly than it is not a big
thing to validate the seperated XML, if they seperate them incorrectly
(really, there are developers I would not trust to do this) well then
it would be nice if their validation took place after seperation.

At any rate if the developer has to seperate the namespaces themselves
I am sure they are going to want to validate the document after
seperation.

And if they are doing that, why not do just that and skip NVDL?

The use case for NVDL without some way to hook into the seperated
streams will seem very small to the average developer, I think.

This is not meant as a hit against NVDL, as I am quite a fan of it and
the DSDL work in general.

Cheers,
Bryan Rasmussen

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.