graeme.piete...@gmail.com, 24.02.2014 10:45:
> I am building HTML pages using ElementTree.
> I need to insert chunks of untrusted HTML into the page. I do not need or
> want to parse this, just insert it at a particular point as is.
How would you want to find out if it can be safely inserted or n
I am building HTML pages using ElementTree.
I need to insert chunks of untrusted HTML into the page. I do not need or want
to parse this, just insert it at a particular point as is.
The best solutions I can think of are rather ugly ones: manipulating the string
created by tostring.
Is there a