Re: Assertion error when executing SAXparser

2004-06-15 Thread Alberto Massari
At 11.58 15/06/2004 +0200, Andre Stock wrote: Thanks for the explanation, i hopefully got it! So when the parser detects a new element the startElement method (or its overwritten version)is called and is given the parameters (uri,localname,qname and attributes) which i can use in my application, ri

Re: Assertion error when executing SAXparser

2004-06-15 Thread Andre Stock
Thanks for the explanation, i hopefully got it! So when the parser detects a new element the startElement method (or its overwritten version)is called and is given the parameters (uri,localname,qname and attributes) which i can use in my application, right? Do i have to include another header file

Re: Assertion error when executing SAXparser

2004-06-14 Thread Alberto Massari
Hi Andre, At 15.32 14/06/2004 +0200, Andre Stock wrote: It`s me again! Can anyone explain to me what the parameters in DefaultHandler::startElement are for? virtual void startElement ( const XMLCh* consturi, const XMLCh* constlocalname, const XMLCh* con

Re: Assertion error when executing SAXparser

2004-06-14 Thread Andre Stock
It`s me again! Can anyone explain to me what the parameters in DefaultHandler::startElement are for? Do i need all of them?I mean, when an event occured that an element was found, how can i get the elementname and the corresponding value to that element? Please help me, i`m desperate! I`m sure its

Re: Assertion error when executing SAXparser

2004-06-14 Thread Andre Stock
Oh, thank you for the clue! Now it seems to work...can you tell me what the task of PlatFormUtils is? Hope there are no other methods to call or classes to initialize from which i haven`t heard so far? ;-) But thank you anyway! Andre > Did you call XMLPlatformUtils::Initialize? > > Alberto > >

Re: Assertion error when executing SAXparser

2004-06-14 Thread Alberto Massari
Did you call XMLPlatformUtils::Initialize? Alberto At 12.54 14/06/2004 +0200, Andre Stock wrote: Hi, i wrote a quite simple SAXparser with Visual Studio .NET. The compile procedure finished without errors, but when i tried to execute the application an error occured saying: Assertion failed! Progra

Assertion error when executing SAXparser

2004-06-14 Thread Andre Stock
Hi, i wrote a quite simple SAXparser with Visual Studio .NET. The compile procedure finished without errors, but when i tried to execute the application an error occured saying: Assertion failed! Program: File: \xerces-c-src_2_5_0\src\xercesc\util\XMemory.cpp Line: 102 Expression: manager !=0