Elena Litani wrote: > > We should either introduce a new Xerces schemaLanguage property or use > JAXPs one. > That will depend on final definition of this feature in JAXP > > http://java.sun.com/xml/jaxp/properties/schemaLanguage > ----------------------------------------------------- > Defined in JAXP. [see thread "Re: JAXP, validation, schemas"] > Note: > If XML Schema is specified via this property, Xerces implementation will > add to the StandardParserConfiguration XML Schema validator. > > Open issue: do we allow changing the value of schemaLanguage property > between different parse() calls? > > Comments?
Would it be OK to hold off on any code changes until we figure out the spec issues? Or is there some deadline you are trying to make? The JAXP RI 1.2.0 includes Xerces2-beta3 and it attempts to implement the JAXP 1.2 spec. The way I've implemented it is to only change code in the Xerces jaxp implementation classes and not in any core Xerces code itself. Hopefully, we can iron out the spec issues and come to an agreement soon on how to implement it. -Edwin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
