From noreply at sourceforge.net Wed Aug 4 11:31:29 2010 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 04 Aug 2010 09:31:29 +0000 Subject: [Expat-bugs] [ expat-Bugs-3039307 ] EndElement callback missing Message-ID: Bugs item #3039307, was opened at 2010-08-04 11:31 Message generated for change (Tracker Item Submitted) made by jenslorenz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3039307&group_id=10127 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jens Lorenz (jenslorenz) Assigned to: Nobody/Anonymous (nobody) Summary: EndElement callback missing Initial Comment: Hello, I have some troubles on using the eXpat 2.0.1. I registered via the function XML_SetElementHandler() two callback functions. In following cases the end callback of the TAG "ELEM" is missing... ...whereas this works perfectly Do I something wrong or is my expectation not correct? Best Regards Jens ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3039307&group_id=10127 From noreply at sourceforge.net Wed Aug 4 12:58:44 2010 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 04 Aug 2010 10:58:44 +0000 Subject: [Expat-bugs] [ expat-Bugs-3039307 ] EndElement callback missing Message-ID: Bugs item #3039307, was opened at 2010-08-04 05:31 Message generated for change (Comment added) made by fdrake You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3039307&group_id=10127 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jens Lorenz (jenslorenz) Assigned to: Nobody/Anonymous (nobody) Summary: EndElement callback missing Initial Comment: Hello, I have some troubles on using the eXpat 2.0.1. I registered via the function XML_SetElementHandler() two callback functions. In following cases the end callback of the TAG "ELEM" is missing... ...whereas this works perfectly Do I something wrong or is my expectation not correct? Best Regards Jens ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2010-08-04 06:58 Message: Please provide a minimal example program which exhibits this behavior. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3039307&group_id=10127 From noreply at sourceforge.net Thu Aug 5 08:57:10 2010 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 05 Aug 2010 06:57:10 +0000 Subject: [Expat-bugs] [ expat-Bugs-3039307 ] EndElement callback missing Message-ID: Bugs item #3039307, was opened at 2010-08-04 11:31 Message generated for change (Comment added) made by jenslorenz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3039307&group_id=10127 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None >Group: Not a Bug >Status: Closed >Resolution: Works For Me Priority: 5 Private: No Submitted By: Jens Lorenz (jenslorenz) Assigned to: Nobody/Anonymous (nobody) Summary: EndElement callback missing Initial Comment: Hello, I have some troubles on using the eXpat 2.0.1. I registered via the function XML_SetElementHandler() two callback functions. In following cases the end callback of the TAG "ELEM" is missing... ...whereas this works perfectly Do I something wrong or is my expectation not correct? Best Regards Jens ---------------------------------------------------------------------- >Comment By: Jens Lorenz (jenslorenz) Date: 2010-08-05 08:57 Message: My fault. I stopped the parser with suspend flag within the start callback of the ELEM TAG and deregister the EndElementHandler. Afterwards I resume the parsing and for this case the end callback doesn't happen. ---------------------------------------------------------------------- Comment By: Fred L. Drake, Jr. (fdrake) Date: 2010-08-04 12:58 Message: Please provide a minimal example program which exhibits this behavior. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3039307&group_id=10127