def xverbatim(nd): ls = nd.textContent.splitlines() if ls[0] == '': ls = ls[1:] p = getap(nd) ttf.push() ttf.set() for l in ls: p.append(tr(l)) p.append(etree.Element(NSW+'br')) p.remove(p[-1]) ttf.pop()
def xtexttt(nd): ttf.set() setap(nd, getap(nd)) ct.cnl(nd) ttf.clear()