I have a zsql method to which I want to pass and argument. Normally I do it from a dtml method and the use something like this to test for equality. WHERE description = <dtml-sqlvar description type=string>. However, I'm passing the variable from a python script and it won't accept the dtml tag.... what do I put in the equality test? Kate