5.10 TreeBuilder suggestions
=?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= (ache@nagual.pp.ru)
Tue, 8 Jul 1997 01:39:58 +0400 (MSD)
Hi.
I try to use libwww to write CGI which does some HTML modifications.
I find following difficulties:
1) 'sub declaration' does nothing in TreeBuilder, so I can't pick up
document declaration using this module. Please add some variable
to this class to store SGML declaration. Why as_HTML not print it
by default?
2) 'insert_element' adds only to the end of the list (using push), but I
want to add some HTML directives to the start of list (using unshift).
Please add yet one function to add element to the start of the list.
3) I find no function to delete element from the list, 'delete' method
deletes content but not remove from the list. Please add some
function to exlude element from the list with element as argument.
It can use 'parent' to determine the list and then search through
and delete.
--
Andrey A. Chernov
<ache@null.net>
http://www.nagual.pp.ru/~ache/