I think that since Kid views everything as XML, it thinks "mochi:" is a namespace. I'm assuming it's failing because it is not declared as such.
You may be able to get away with putting something like this in your template, though be aware it is a hack. That, and I don't even know if it'd work. <html xmlns:mochikit="http://thisisafakenamespace.org/"> Good luck. On 12/6/05, Brian Beck <[EMAIL PROTECTED]> wrote: > > Hi, > > I assume that since I couldn't find a bunch of other people asking the > same question, I must be missing something or doing something wrong. > > I'm trying to do something like the Sortable Tables demo in a Kid > template, but Kid complains with an "unbound prefix" exception wherever > I use mochi:format attributes, causing an internal server error. > > What's the trick here? > > -- [EMAIL PROTECTED]

