[EMAIL PROTECTED] wrote:
> Is it possible to config Neko HTML parser to read from a 
> different InputStream after it sees certain HTML tag?

This is not currently possible but is certainly an interesting
feature to add in the future. Can you describe the situation in
which you would be using this type of feature? and how you want
the parser to behave? Running through a typical use scenario
would be very useful in determing how to add this functionality
and how difficult it would be.

<aside>
Getting this functionality to work within the Xerces2 XML
parser is a little bit tricky because the event stream has to 
be well-balanced. But since HTML is naturally unbalanced, this
would be easier to implement, I think, in NekoHTML.
</aside>

-- 
Andy Clark * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to