/[papo]/papo/xot/Xot.py
ViewVC logotype

Diff of /papo/xot/Xot.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jlenton, Thu Jul 31 18:55:07 2003 UTC revision 1.2 by jlenton, Fri Oct 17 21:21:58 2003 UTC
# Line 46  class Xot(object): Line 46  class Xot(object):
46          self.table_groups = {}          self.table_groups = {}
47          ctxt = libxml2.createFileParserCtxt(filename)          ctxt = libxml2.createFileParserCtxt(filename)
48          ctxt.pedantic(True)          ctxt.pedantic(True)
49          ctxt.validate(True)          #ctxt.validate(True)
50          ctxt.parseDocument()          ctxt.parseDocument()
51          if not ctxt.isValid():          if not ctxt.isValid():
52              sys.exit(1)              sys.exit(1)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26