You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Vinodkumar S <S....@blr.spcnl.co.in> on 2001/07/03 11:42:09 UTC

help on XMLPlatformUtils::initialize ()

hello,
i am using a xmlparser both saxparser and domparser, both working in a
Single Process, Saxparser will be invoked by some event , similarly
Domparser by some other event, my problem is that i want to call
XMLPlatform::initialize (), more than once in a process, something like this

XMLPlatformUtils::initialize ()
run SaxParser;
XMLPlatformUtils::Terminate ()

// some other event
XMLPlatformUtils::initialize ()
run SaxParser;
XMLPlatformUtils::Terminate ()

can anyone Please suggest a way to do this, it would be great help to me...

regards
Vinod




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org