On 13 May 2010 19:23, Douglas Cerna <douglasce...@yahoo.com> wrote:
> I'm trying to set up a "page" macro that includes the <!DOCTYPE ...> in it, 
> like this:

That's not valid XML and since Chameleon currently uses Expat to parse
documents (albeit very customized), it refuses to accept a doctype
after a regular tag.

As Shane mentions, the only good solution right now is to simply use
the entire template as a macro; no definition needed!

  use:macro="some_template"

\malthe
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to