9 May
2001
9 May
'01
2:54 p.m.
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