You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Mukul Gandhi (JIRA)" <xe...@xml.apache.org> on 2018/02/05 06:47:00 UTC

[jira] [Created] (XERCESJ-1688) Support for XML Schema 1.1 validation with the DOM and SAX parsers

Mukul Gandhi created XERCESJ-1688:
-------------------------------------

             Summary: Support for XML Schema 1.1 validation with the DOM and SAX parsers
                 Key: XERCESJ-1688
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1688
             Project: Xerces2-J
          Issue Type: Wish
         Environment: JDK 1.4 and above, OS independent
            Reporter: Mukul Gandhi


XML Schema 1.0 validation has been available in XercesJ since long time. There we have following three methods for doing XML Schema 1.0 validation:

Using DOM parser,

Using SAX parser,

Using JAXP API

But XercesJ's XML Schema 1.1 processor, supports XML Schema 1.1 validation using only JAXP API. I wish we support XML Schema 1.1 validation, using DOM and SAX parsing as well. I feel, this will make our XML Schema 1.1 validation API complete.

I'm creating this issue, so that anyone (including me) can try implementing the functionality I've mentioned in this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org