[web2py] Re: TAG colon problem

2010-11-06 Thread Francisco Costa
On Nov 5, 1:15 am, DenesL wrote: > sitemap=TAG.urlset(**{'_xmlns':'http://www.sitemaps.org/schemas/ > sitemap/0.9', '_xmlns:xsi':"http://www.w3.org/2001/XMLSchema- > instance"}) Tx!

[web2py] Re: TAG colon problem

2010-11-04 Thread DenesL
sitemap=TAG.urlset(**{'_xmlns':'http://www.sitemaps.org/schemas/ sitemap/0.9', '_xmlns:xsi':"http://www.w3.org/2001/XMLSchema- instance"}) On Nov 4, 7:08 pm, Francisco Costa wrote: > is this a bug or a python issue? > > On 4 Nov, 21:12, Francisco Costa wrote: > > > I'm trying to do a sitemap fo

[web2py] Re: TAG colon problem

2010-11-04 Thread Francisco Costa
is this a bug or a python issue? On 4 Nov, 21:12, Francisco Costa wrote: > I'm trying to do a sitemap for my site. > The thing is that when I set > > sitemap=TAG.urlset(_xmlns='http://www.sitemaps.org/schemas/sitemap/ > 0.9', _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";) > > the xmlns: