Re: [Htmlparser-developer] Label Tag
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-05-01 14:08:09
|
> The mechanism suggested by you to replace the node is not working. I am > attaching a piece of code I wrote in LabelScannerTest to test the same. Doesent sound good - maybe you can debug and tell me why.. (and hopefully provide a fix to Derrick :). You can remove the nodes you wish - NodeList has remove() in it. Feel free to add methods that you think make it more intuitive for your use - when we write a library, we really are doing a lot of guesswork about what will be useful. Its only when a real user like you comes along that we know for sure whats good and whats not. Regards, Somik |