문제

Is there any existing C++ implementation of the XML Schema XSD 1.1?

I found xerces-c++-3.1.1, but it only implements XSD 1.0. The java counterpart of this project does implement XSD 1.1.

I am notably looking for a way to implement the 'assert' functionality.

도움이 되었습니까?

해결책

The only released XSD 1.1 processors I am aware of are Xerces-J and Saxon-EE, which are both Java-based (though Saxon-EE is also released on .NET).

(EDIT, SIX YEARS LATER)

There is also an implementation from Altova.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top