Hi

I am working on a product and use JDK 1.5 api to parse and modify XML objects. Recently a requirement came up where I have to modify XML which should always comply with schema. After doing some investigation, I found out that w3c dom level 3 validation specs talks about the same (http://www.w3.org/TR/DOM-Level-3-Val/validation.html). But I am unable to find any implementation for the above spec. Even Xerces latest version (2.9.1) doesn't seem to implement this spec. I would like to know if any one has come across similar situation and found a solution. Also why has Xerces not provided any implementation till date given the fact that this is pretty old specification (2004 I suppose). I came across Oracle XDK which seems to have implemented this validation spec, but I don't think it would be correct way to go.

Thanks
Umesh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to