标签: python xpath genshi
自:
<body> <div id="header"> <a id="logo">Foo</a> </div> <div id="search"> ... </div> </body>
要:
<body> <div id="header"> <a id="logo">Foo</a> <!-- inside #header now --> <div id="search"> ... </div> </div> </body>
Genshi可行吗?