[Expat-bugs] [ expat-Bugs-3039307 ] EndElement callback missing

SourceForge.net noreply at sourceforge.net
Wed Aug 4 11:31:29 CEST 2010


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...
<RULE><ELEM TYPE="BLA" SETUP="1" />
</RULE>

<RULE><ELEM TYPE="BLA" SETUP="1"  /></RULE>

...whereas this works perfectly
<RULE>
    <ELEM TYPE="BLA" SETUP="1" />
</RULE>

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


More information about the Expat-bugs mailing list