I\'m building a Smalltalk API to an XML-based web service. The XML service is so regular that, rather than write the methods by hand, I figured I\'d just override #doe
#doe
Well, compile: takes a String. If you want something more typesafe, you could build a parsetree and use that.