XML parser has trouble with tag in comment swap/test/p3p/

The error reporting isn't excellent either - maybe the :22:1  isn
line/character?


$ make
sed -f p3p-rdf-schema.sed < p3p-rdf-schema.xml > p3p-rdf-schema.noents
python ../../cwm.py -rdf p3p-rdf-schema.noents -n3 > p3p-rdf-schema.n3
Traceback (most recent call last):
  File "../../cwm.py", line 606, in ?
    doCommand()
  File "../../cwm.py", line 468, in doCommand
    p.load(_inputURI)
  File "/devel/WWW/2000/10/swap/sax2rdf.py", line 479, in load
    self.loadStream(f)
  File "/devel/WWW/2000/10/swap/sax2rdf.py", line 488, in loadStream
    raise SyntaxError("parsing XML: "+sys.exc_info()[1].__str__())   #
Remove all XML diagnostic info?!? -tbl
SyntaxError: parsing XML: <unknown>:22:1: not well-formed
make: *** [p3p-rdf-schema.n3] Error 1

timbl@CREST /devel/WWW/2000/10/swap/test/p3p

Received on Tuesday, 15 January 2002 17:02:10 UTC