Try this devel version, was: Re: [Zope] [zshell] ANN: 0.5 with wildcard expansion

Jason Cunliffe jasonic@nomadicsltd.com
Wed, 9 May 2001 10:54:14 -0400


> def testjaxml(self):
>  versionstring =  "jaxml version" + jaxml.__version__
>  x =jaxml.XML_document()
>   x.sometag(what="testing")
>  x.anestedtag(name="nested")
>  x._text("Waiting for Godot")
>  return x
>
> This time it breaks:

The above testjaxml.py now works ok :-)

doh. my apologies -> I had a sneaky cut'n'paste typo: x.sometag() was
indented single space. Hidden by a java-based proportional font editor I
used. fixed-width font should prevent this.

Now at least I can focus on why zshell is not running on my system.

./Jason