You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by yi...@netscape.net on 2002/05/07 01:21:51 UTC

Neko HTML Parser Question

Hi,

Is it possible to config Neko HTML parser to read from a different InputStream after it sees certain HTML tag?

Thanks.
Sam


__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


Re: Neko HTML Parser Question

Posted by Andy Clark <an...@apache.org>.
yinglcs@netscape.net 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 * andyc@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org