Suren wrote: > Correction: When I remove all the mochi:format text, I can sort and > render it correctly. > > Although, I was wondering why Genshi errors out when I include it. Thx
The mochi:format portion uses the xml namespace "mochi" You probably did not have that defined in the template. It can be established in your html tag in about the same way that the "py:*" namespace is handled. The mochi documentation should give you directions on adding this. If you did have it defined, I have no idea, we might need some more code to diagnose this. -Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

