[xml] ParseChunk + SchemaSAXPlug

2013-11-21 Thread Tremmel
Hey, I am trying to use the chunk parsing together with the schema validation. The parser works when I switch off the validation. The validation works when I use a normal parser. When i use both together I get an access violation at xmlParseChunk. Am I missing something or is this a bug? R

Re: [xml] ParseChunk + SchemaSAXPlug

2013-11-21 Thread Tremmel
I forgot to add some parts of the code from the constructor and the methods. Maybe you find a mistake there. Regards, Christoph tremmel Am 18.09.2013 11:29, schrieb Tremmel: Hey, I am trying to use the chunk parsing together with the schema validation. The parser works when I switch off t

[xml] ParseChunk + SchemaSAXPlug

2013-09-18 Thread Tremmel
Hey, I am trying to use the chunk parsing together with the schema validation. The parser works when I switch off the validation. The validation works when I use a normal parser. When i use both together I get an access violation at xmlParseChunk. Am I missing something or is this a bug? I