Debian lenny version packages
[pkg-perl] / deb-src / libhtml-tree-perl / libhtml-tree-perl-3.23 / TODO
1                                       [ Time-stamp: "2003-09-15 01:01:12 ADT" ]
2
3                       TO-DO LIST FOR HTML::Tree
4
5 * Make more and better tests!  Regression and otherwise.
6
7 * Make a smarter as_text-like method -- i.e., a sort of dimwitted
8 version of HTML::FormatText
9
10 * Make as_HTML emit the DOCTYPE declaration before <html...>
11
12 * Make as_XHTML that is basically as_XML with ignoreable whitespace?
13
14 * Make TreeBuilder try to repair trees with <table><input...><tr>...</table>
15 or <table><form...><tr>...</table> elements.  Very tricky.
16
17
18 * Make as_* understand ~text items
19
20 * Make extract_links do the right thing with forms with no action
21   param ?
22
23 * Add 'are_element_identical' method ?
24
25 * Add 'are_content_identical' method ?
26
27 * Maybe reorganize the HTMLE::Element docs some time?
28
29
30
31 ========================================================================