| Name | Size | Mode | Actions |
|---|---|---|---|
| html/ | - | 0755 | rm |
| builder.py | 7637 | 0644 | editdlrm |
| builder.pyc | 6663 | 0644 | editdlrm |
| builder.pyo | 6617 | 0644 | editdlrm |
| cssselect.py | 30312 | 0644 | editdlrm |
| cssselect.pyc | 33419 | 0644 | editdlrm |
| cssselect.pyo | 32989 | 0644 | editdlrm |
| doctestcompare.py | 18287 | 0644 | editdlrm |
| doctestcompare.pyc | 17335 | 0644 | editdlrm |
| doctestcompare.pyo | 17335 | 0644 | editdlrm |
| ElementInclude.py | 7641 | 0644 | editdlrm |
| ElementInclude.pyc | 4493 | 0644 | editdlrm |
| ElementInclude.pyo | 4493 | 0644 | editdlrm |
| etree.so | 1244960 | 0775 | editdlrm |
| objectify.so | 327512 | 0775 | editdlrm |
| pyclasslookup.py | 87 | 0644 | editdlrm |
| pyclasslookup.pyc | 213 | 0644 | editdlrm |
| pyclasslookup.pyo | 213 | 0644 | editdlrm |
| sax.py | 8229 | 0644 | editdlrm |
| sax.pyc | 8628 | 0644 | editdlrm |
| sax.pyo | 8628 | 0644 | editdlrm |
| usedoctest.py | 230 | 0644 | editdlrm |
| usedoctest.pyc | 427 | 0644 | editdlrm |
| usedoctest.pyo | 427 | 0644 | editdlrm |
| _elementpath.py | 6407 | 0644 | editdlrm |
| _elementpath.pyc | 5884 | 0644 | editdlrm |
| _elementpath.pyo | 5884 | 0644 | editdlrm |
| __init__.py | 21 | 0644 | editdlrm |
| __init__.pyc | 138 | 0644 | editdlrm |
| __init__.pyo | 138 | 0644 | editdlrm |
/usr/lib64/python2.6/site-packages/lxml/builder.pyo (6617B)
And finally, here is an embedded XHTML fragment.
"), ) ) ) print ET.tostring(page) Here's a prettyprinted version of the output from the above script::This is a paragraph with bold text in it!
This is another paragraph, with link.
Here are some reservered characters: <spam&egg>.
And finally, here is an embedded XHTML fragment.
For namespace support, you can pass a namespace map (``nsmap``) and/or a specific target ``namespace`` to the ElementMaker class:: >>> E = ElementMaker(namespace="http://my.ns/") >>> print(ET.tostring( E.test ))