[XML-SIG] [ pyxml-Bugs-523159 ] RelaxNG Error
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 26 Feb 2002 14:09:11 -0800
Bugs item #523159, was opened at 2002-02-26 14:09
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=523159&group_id=6473
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Keyton Weissinger (keytonw)
Assigned to: Nobody/Anonymous (nobody)
Summary: RelaxNG Error
Initial Comment:
When I attempt to run demo.py or testall.py from the
relax ng section of the sandbox, I get the following:
Traceback (most recent call last):
File "D:\work\pyxml\sandbox\relaxng\demo.py", line
68, in ?
main()
File "D:\work\pyxml\sandbox\relaxng\demo.py", line
47, in main
schema = fullparser.parse(stream)
File "D:\work\pyxml\sandbox\relaxng\fullparser.py",
line 592, in parse
assert stream.get_next_event()[0] ==
pulldom.START_DOCUMENT
File "D:\work\pyxml\sandbox\relaxng\util.py", line
236, in get_next_event
event, node = self.next()
File "D:\work\pyxml\sandbox\relaxng\util.py", line
178, in next
event, node = self.stream.next()
AttributeError: DOMEventStream instance has no
attribute 'next'
Looks like I don't have the right version of
DOMEventStream, but I have what's in CVS.
Is there another version? Am I doing something wrong?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=523159&group_id=6473