Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When OnEndElement(...) is called ctxt.in_item is still > 0. Therefore checking if the closing node is NODE_ITEM needs to happen inside that conditional block to decrease ctxt.in_item and possibly stop parsing.
- Loading branch information