[EMAIL PROTECTED] schrieb: > On Jan 19, 3:07 pm, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > >> That's the exact reason. The idea behind attribute languages like ZPT, >> Kid or Genshi is that the templates is a valid XHTML page that can be >> viewed and edited with normal HTML tools. > > I've heard that before and didn't see why it mattered. I do all my > editing in Emacs which doesn't care. I can only assume there exists > fancy Windows HTML editors out there that blow up if a page isn't > valid.
They don't necessarily blow up, but they display garbage. I.e. you don't have a proper preview of the page. Also, you can't easily give it to a webdesigner and let them work on it indepently (and usually web designers don't use Emacs). Another advantage is that you can run validators and other stuff from the whole XML tool chain to pre- or postprocess the templates. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---

