|
I should have mentioned that a 4Suite code base more recent than November 7, 2002 is required to follow the examples in this article unmodified. For the moment this means a recent CVS snapshot. See
http://4suite.org/docs/4SuiteCVS.xml
See also:
https://sourceforge.net/tracker/?func=detail&atid=428292&aid=689786&group_id=39954
If you prefer to suse a snapshot or CVS pull, you have to specify a URI in
dom = NonvalidatingReader.parseStream(sys.stdin)
for example
dom = NonvalidatingReader.parseStream(sys.stdin, "urn:fake:bogus")
|