Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xerces Wiki" for change 
notification.

The "Xerces-J:_XML_Schema_1.1_Design_Thoughts" page has been changed by Michael 
Glavassevich.
The comment on this change is: Fixup table..
http://wiki.apache.org/xerces/Xerces-J%3A_XML_Schema_1.1_Design_Thoughts?action=diff&rev1=9&rev2=10

--------------------------------------------------

  JAXP 1.4 introduced an additional newInstance() method which allows an 
application to select a specific SchemaFactory implementation by schema 
language and class name. The table below lists all of the legal combinations 
for the implementations which will be provided by Xerces-J.
  
  ||'''Schema Version'''||'''Schema Language Identifier'''||'''SchemaFactory 
Implementation Class'''||
- 
||1.0||http://www.w3.org/2001/XMLSchema||org.apache.xerces.jaxp.validation.XMLSchemaFactory||
+ ||1.0||http://www.w3.org/2001/XMLSchema 
||org.apache.xerces.jaxp.validation.XMLSchemaFactory||
- 
||1.0||http://www.w3.org/XML/XMLSchema/v1.0||org.apache.xerces.jaxp.validation.XMLSchemaFactory||
+ ||1.0||http://www.w3.org/XML/XMLSchema/v1.0 
||org.apache.xerces.jaxp.validation.XMLSchemaFactory||
- 
||1.1||http://www.w3.org/XML/XMLSchema/v1.1||org.apache.xerces.jaxp.validation.XMLSchema11Factory||
+ ||1.1||http://www.w3.org/XML/XMLSchema/v1.1 
||org.apache.xerces.jaxp.validation.XMLSchema11Factory||
  
  ==== Changes to the XML Schema API to support XML Schema 1.1 ====
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to