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
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
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
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
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
>
>
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
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