Cannot create XML Schema collection for xml version 1.1 in SQL Server 2008 R2 -


I can create schema with XML version 1.0, but this project needs to use XML version 1.1 Because some of the 1.1 features required (Extensibility, Kebber, Accession) do anyone know that XML version 1.1 is compatible with SQL Server 2008 R2? While searching online I can not find any specific answer to this question.

Only the XML schema 1.1 processor is available, I believe, Saxon, Zersus and Altowa.

XSD 1.1 only came in 2013 because SQL Server 2008 XSD 1.1 is supported.

But Microsoft implemented the new W3C XML specifications over the years: You have to go to third parties if you are locked in SQL Server, then this is not easy.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -