return TAG[''](TAG1(foo),TAG2(bar)) TAG[''] makes a virtual tag (no <tag></tag>, only content).
On Nov 6, 6:53 pm, Branko Vukelic <[email protected]> wrote: > Is there a shorter way of doing: > > return XML(str(TAG1(foo)) + str(TAG2(bar))) > > ? > > -- > Branko Vukelić > > [email protected] > [email protected] > > Check out my blog:http://www.brankovukelic.com/ > Check out my portfolio:http://www.flickr.com/photos/foxbunny/ > Registered Linux user #438078 (http://counter.li.org/) > I hang out on identi.ca:http://identi.ca/foxbunny > > Gimp Brushmakers Guildhttp://bit.ly/gbg-group

