logo       

Re: DOM3 validation..: msg#00012

text.xml.xerces-j.devel

Subject: Re: DOM3 validation..

Hello Damon,

That's correct. DOM Level 3 Validation isn't currently supported. I'm not aware of plans to implement this API in the immediate future. If you're curious about what's coming up next, the release plan for Xerces 2.7.0 is available here [1].

[1]
http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-xerces/java/Xerces2.7.0-REL_PLAN.html

On Thu, 12 Aug 2004, Damon Rand wrote:

Hi,
Are there any works under way to implement DOM3 validation? I would like
to do some work with guided xml editors.. I presume the following code will
fail at the moment..

DOMImplementation impl = DOMImplementationRegistry.getDOMImplementation("XML
1.0 Validation 3.0");
if (impl == null || !impl.hasFeature("Validation", "3.0") {
throw new Exception("DOM Level 3 Validation not supported");
}


Regards,
Damon.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xxxxxxxxxxxxxx
For additional commands, e-mail: xerces-j-dev-help@xxxxxxxxxxxxxx

---------------------------
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@xxxxxxxxxx
E-mail: mrglavas@xxxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise