On Thu, Nov 20, 2014 at 1:10 PM, Stefan Behnel wrote:
> Ian Kelly schrieb am 20.11.2014 um 20:44:
>> On Thu, Nov 20, 2014 at 12:02 PM, Stefan Behnel wrote:
>>> There's also the E-factory for creating (sub-)trees and a nicely objectish
>>> way:
>>>
>>> http://lxml.de/lxmlhtml.html#creating-html-wi
Ian Kelly schrieb am 20.11.2014 um 20:44:
> On Thu, Nov 20, 2014 at 12:02 PM, Stefan Behnel wrote:
>> There's also the E-factory for creating (sub-)trees and a nicely objectish
>> way:
>>
>> http://lxml.de/lxmlhtml.html#creating-html-with-the-e-factory
>
> That looks ugly with all those caps and
On Thu, Nov 20, 2014 at 12:02 PM, Stefan Behnel wrote:
> There's also the E-factory for creating (sub-)trees and a nicely objectish
> way:
>
> http://lxml.de/lxmlhtml.html#creating-html-with-the-e-factory
That looks ugly with all those caps and also hard to extend. Notably
it seems to be missing
Tim schrieb am 20.11.2014 um 18:31:
> On Thursday, November 20, 2014 12:04:09 PM UTC-5, Denis McMahon wrote:
>>> On Wednesday, November 19, 2014 2:08:27 PM UTC-7, Denis McMahon wrote:
So what I'm looking for is a method to create an html5 document using
"dom manipulation", ie:
d
On Thursday, November 20, 2014 12:04:09 PM UTC-5, Denis McMahon wrote:
> On Wed, 19 Nov 2014 13:43:17 -0800, Novocastrian_Nomad wrote:
>
> > On Wednesday, November 19, 2014 2:08:27 PM UTC-7, Denis McMahon wrote:
> >> So what I'm looking for is a method to create an html5 document using
> >> "dom m
On Wed, 19 Nov 2014 13:43:17 -0800, Novocastrian_Nomad wrote:
> On Wednesday, November 19, 2014 2:08:27 PM UTC-7, Denis McMahon wrote:
>> So what I'm looking for is a method to create an html5 document using
>> "dom manipulation", ie:
>>
>> doc = new htmldocument(doctype="HTML")
>> html = new htm
On Wednesday, November 19, 2014 2:08:27 PM UTC-7, Denis McMahon wrote:
> So what I'm looking for is a method to create an html5 document using "dom
> manipulation", ie:
>
> doc = new htmldocument(doctype="HTML")
> html = new html5element("html")
> doc.appendChild(html)
> head = new html5element("