|
Kid is based on XML, so if you didn’t get an error when you put an unescaped “<” into an attribute, something would be horribly wrong. It’s a bad idea to do anything that violates XML syntax (like accepting < in attributes), because then you lose the ability to edit and process Kid macros with any of the zillions of standard XML tools out there. And that was the whole point of using XML in the first place. There’s only one thing worse than processing XML, and that’s processing something that looks almost like XML but isn’t. That would be like throwing out the baby (interoperability) but keeping the bathwater (clumsy syntax).
-Don
On 12/10/05, Dan R <[EMAIL PROTECTED]> wrote:
|
- [TurboGears] Re: Comparison operators in a Kid template Don Hopkins

