Turning part of a page back into code (aka serialization): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    16 March 2011

    • curprev 14:0214:02, 16 March 2011Aymeric Mansoux talk contribs 541 bytes +541 Created page with "Imagine you want to print out the full code of part of a page. Use lxml.etree.tostring. This converts any node back into source code -- a process called serialization. <source l..."