Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
96 user(s) are online (52 user(s) are browsing Forums)

Members: 1
Guests: 95

mbrantley, more...

Headlines

 
  Register To Post  

expat.library abort scanning
Just popping in
Just popping in


See User information
Let's say in the StartElement or CharacterElement of the scanning process there is an error (not enough memory). How do I abort the scanning process?

Go to top
Re: expat.library abort scanning
Home away from home
Home away from home


See User information
@mritter0


Make sure your context is part of your userdata structure then do something like

if(error condiation)
{
    
IExpat->XML_StopParser(userdata->parser,XML_FALSE);
}



Go to top
Re: expat.library abort scanning
Just popping in
Just popping in


See User information
Thank you.

Workbench Explorer - A better way to browse drawers
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project