[Zope-dev] Re: [Zope3-dev] Re: [ZPT] Re: RFC: TALES adapters and TAL/Tales variable namespaces

Jim Fulton jim at zope.com
Thu May 27 08:33:29 EDT 2004


Sidnei da Silva wrote:
> | So far, I like:
> | 
> |   foo/bar->dc/title
> | 
> | the best.
> 
> OTOH, for 'valid' xhtml, u would have to write:

You mean well-formed.

> 
>  foo/bar->dc/title
> 
> Totally defeating the purpose. One may argue that this would not be
> part of the output, but it breaks the editors (at least nxml-mode).

Wrong. Double check the spec.  (I did. :)

http://www.w3.org/TR/2004/REC-xml11-20040204/#NT-AttValue

You only need to escape the less-than because there's no way to
mistake "a->b" as a tag.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org




More information about the ZPT mailing list