~frankoid/bzr4j/idea11-fixes

« back to all changes in this revision

Viewing changes to modules/core/src/main/java/org/emergent/bzr4j/core/cli/BzrXmlResult.java

  • Committer: Patrick Woodworth
  • Date: 2010-09-29 21:34:38 UTC
  • mfrom: (40.2.1 bzr4j)
  • Revision ID: patrick@woodworth.org-20100929213438-eekvsvh0kyxvsio9
Merging in less strict xml parsing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  static {
40
40
    try {
41
41
      sm_saxParserFactory.setFeature("http://apache.org/xml/features/allow-java-encodings",true);
 
42
      sm_saxParserFactory.setFeature("http://apache.org/xml/features/continue-after-fatal-error", true);
42
43
    } catch (ParserConfigurationException e) {
43
44
      e.printStackTrace();
44
45
    } catch (SAXNotRecognizedException e) {