Phlip, 07.01.2010 17:44:
On Jan 7, 5:36 am, Stefan Behnel wrote:
Well, then note that there are tons of ways to generate XML with Python,
including the one I pointed you to.
from lxml.html import builder as E
xml = E.foo()
All I want is "", but I get "AttributeError: 'module
On Thu, Jan 7, 2010 at 8:44 AM, Phlip wrote:
> On Jan 7, 5:36 am, Stefan Behnel wrote:
>
> > Well, then note that there are tons of ways to generate XML with Python,
> > including the one I pointed you to.
>
> from lxml.html import builder as E
>xml = E.foo()
>
> All I want is ""
On Jan 7, 5:36 am, Stefan Behnel wrote:
> Well, then note that there are tons of ways to generate XML with Python,
> including the one I pointed you to.
from lxml.html import builder as E
xml = E.foo()
All I want is "", but I get "AttributeError: 'module' object has
no attribute
Phlip, 05.01.2010 18:00:
On Jan 5, 12:16 am, Stefan Behnel wrote:
Note that there are tons of ways to generate HTML with Python.
Forgot to note - I'm generating schematic XML, and I'm trying to find
a way better than the Django template I started with!
Well, then note that there are tons o
On Jan 5, 12:16 am, Stefan Behnel wrote:
> Note that there are tons of ways to generate HTML with Python.
Forgot to note - I'm generating schematic XML, and I'm trying to find
a way better than the Django template I started with!
--
http://mail.python.org/mailman/listinfo/python-list
Phlip, 04.01.2010 21:01:
Not Hyp:
I hope I'm wrong, but seems that DOMBuilder, found among the various
xml.dom packages, cannot build DOM like this:
var html = DomBuilder.apply();
var form = html.FORM(
html.DIV(
html.INPUT({type : 'text', name : 'email'}),
html.INPUT({type : 'text
Not Hyp:
I hope I'm wrong, but seems that DOMBuilder, found among the various
xml.dom packages, cannot build DOM like this:
var html = DomBuilder.apply();
var form = html.FORM(
html.DIV(
html.INPUT({type : 'text', name : 'email'}),
html.INPUT({type : 'text', name : 'password'}),