~zorba-coders/zorba/bug1024580

« back to all changes in this revision

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

  • Committer: Rodolfo Ochoa
  • Date: 2012-09-08 16:36:08 UTC
  • mfrom: (10937.1.51 zorba)
  • Revision ID: rodolfo.ochoa@gmail.com-20120908163608-mz55ayoa8lznh7i3
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
          props.setSkipRootNodes(ztd::aton<xs_int>(attr->getStringValue().c_str()));
146
146
        else if (attr->getNodeName()->getLocalName() == "skip-top-level-text-nodes")
147
147
          props.setSkipTopLevelTextNodes(true);
 
148
        else if (attr->getNodeName()->getLocalName() == "error-on-doctype")
 
149
          props.setErrorOnDoctype(true);
148
150
      }
149
151
      attribs->close();
150
152
    }