> 
> template (about.html):
> ===============
> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>                       
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml";
>       xmlns:py="http://genshi.edgewall.org/";
>       xmlns:xi="http://www.w3.org/2001/XInclude";>
> 
>   <xi:include href="master.html" />
> 
> <head>
>   <meta content="text/html; charset=UTF-8" http-equiv="content-type" 
> py:replace="''"/>
>   <title>Learning TurboGears 2.0: Quick guide to the Quickstart 
> pages.</title>
> </head>
> 
> <body>
>   ${tmpl_context.tree()}
>   <div id="navTree">
>       <div py:strip="True" py:content="XML(mytext)">
>       </div>
>   </div>

If you need a div, you can do


    <div id="navTree" py:content="XML(mytext)"/>

Diez

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to