I have a very simple filter which print out all start/end elements. I find that the NOSCRIPT nodes does not close until it see a new NOSCRIPT node. For the attachned sample page and sample filter, I find the following result start element NOSCRIPT start element NOSCRIPT end Element NOSCRIPT start elementNOSCRIPT end Element NOSCRIPT .... But I expect this instead: start element NOSCRIPT end element NOSCRIPT start Element NOSCRIPT end elementNOSCRIPT ... Attached is the sample html file and the code for my filter (mainly from the Script.java in neko distribution) Could someone please help me with this problem. Any feedback is appreciate. Thank you.
__________________________________________________ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute
Script2.java
Description: Script2.java
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
