[XML-SIG] [ pyxml-Bugs-595376 ] Cannot Use FromXmlStream Twice on Linux

noreply@sourceforge.net noreply@sourceforge.net
Wed, 14 Aug 2002 20:31:50 -0700


Bugs item #595376, was opened at 2002-08-14 23:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=595376&group_id=6473

Category: SAX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Keyton Weissinger (keytonw)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot Use FromXmlStream Twice on Linux

Initial Comment:
If you have two XML files (valid, etc), and attempt to
load them into two different DOMs using FromXmlStream()
then the first works but the second does not ON LINUX
(not on Windows).

So the following: 

from xml.dom.ext.reader.Sax2 import FromXmlStream
myFirstDom = FromXmlStream("/usr/files/myFirst.xml")
mySecondDom = FromXmlStream("/usr/files/mySecond.xml")

Results in an error every time, regardless of which
file is loaded first. The first succeeds and the second
does not.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=595376&group_id=6473