Re: [xml] default values from schema

2016-04-10 Thread Daniel Veillard
On Sat, Mar 26, 2016 at 09:48:59PM +0100, Fabian Wein wrote: > Hello to the list, > > I know I have a FAQ but I cannot manage it by myself :( > > I have a xsd schema and need to validate *and* parse a xml file making use > of the default values from the schema. > > In the end I need it in C++

[xml] default values from schema

2016-03-26 Thread Fabian Wein
Hello to the list, I know I have a FAQ but I cannot manage it by myself :( I have a xsd schema and need to validate *and* parse a xml file making use of the default values from the schema. In the end I need it in C++ but I guess it helps to have it first in Python?! My minimalistic example is