
HtmlXtract redhog.0 Egil Moeller - July 06th 1999, 23:12 EST HtmlXtract is a text-utility that let you extract, remove or replace a block from a HTML-document. The block to operate on is pointed out by a "path" through the nested blocks (For example, the path html.body.table{2}.tr.td{3} points out the third td inside the first tr inside the second table (inside the body inside html)). HtmlXtract is divided in three parts; a generic part (That can be used to xtract, remove or replace parts from any block-oriented language), a Html-specific part, and a command-line front-end. The first two parts may be included in any Python-program as ordinary modules. Changes: This is the first release. Download: http://a190.ryd.student.liu.se/Projects/Programming/Xtract/Xtract.tar.gz Author:Egil Möller License:GPL Category:Console/Text Utilities Freshmeat (c) 1999 scoop@freshmeat.net <P><A HREF="http://a190.ryd.student.liu.se/Projects/Programming/Xtract/">HtmlXtract redhog.0</A> - module for extracting, removing or replacing parts of a document in any block-oriented language (Non-regular, context-free), such as HTML or LaTeX. (06-Jul-99) -- ----------- comp.lang.python.announce (moderated) ---------- Article Submission Address: python-announce@python.org Python Language Home Page: http://www.python.org/ Python Quick Help Index: http://www.python.org/Help.html ------------------------------------------------------------
participants (1)
-
Markus Fleck