~zorba-coders/zorba/bug-955135

« back to all changes in this revision

Viewing changes to src/runtime/parsing_and_serializing/parsing_and_serializing_impl.cpp

  • Committer: Tarmac
  • Author(s): Matthias Brantner
  • Date: 2012-03-11 20:36:57 UTC
  • mfrom: (10714.1.1 zorba)
  • Revision ID: tarmac-20120311203657-g5bptfofj3k30eq6
fixed bug #951772 Comment node crashes serialization) Approved: William Candillon, Matthias Brantner

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        if (lChildElem->isNode() && lChildElem->getNodeKind() == store::StoreConsts::elementNode)
203
203
        {
204
204
#endif
 
205
          if (lChildElem->getNodeKind() != store::StoreConsts::elementNode)
 
206
          {
 
207
            continue;
 
208
          }
 
209
 
205
210
          store::Item_t lChildName = lChildElem->getNodeName();
206
211
          if (lChildName->getLocalName() == "use-character-maps")
207
212
          {