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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to