Hi all, I'm using Pylons with Kid for my web application and am having
a small problem.

I've simply based all my templates on the default Pylons suggestion:
http://pylonshq.com/docs/0.9.5/template_plugins.html

This works fine, however since I am using Google Maps on one of my
pages (and must kowtow to the ie users), I need to have my <html> tag
look like:

<html xmlns:v="urn:schemas-microsoft-com:vml">

My template.kid declares this tag as:
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns="http://www.w3.org/1999/xhtml";
xmlns:py="http://purl.org/kid/ns#";
    py:extends="'master.kid'">

yet Kid outputs simply <html> to the browser.
I tried the same in my master template but it is still the same.

How can I make Kid retain this xmlns declaration in the output?

Cheers,
Ben

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kid-template-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to