Hello,
I'm using dotNET 1.1 and I found this wonderful class, HTMLTextWriter,
which is half of what I need :D I also need an HTMLTextReader but,
judging from the help files, it's not there.
Any suggestion on what the correct class name may be?
TIA,
Andrew
Gaurav Vaish (www.EduJiniOnline.com) - 30 Sep 2006 15:18 GMT
> Any suggestion on what the correct class name may be?
There's none.
If HTML is XHTML... you may want to use XmlTextReader...

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
Andrea Raimondi - 30 Sep 2006 15:25 GMT
Gaurav Vaish (www.EduJiniOnline.com) ha scritto:
> There's none.
Ouch...
> If HTML is XHTML... you may want to use XmlTextReader...
No, I don't want to use XmlTextReader, I wanted to use
HTMLTextReader( being there one, but there's not...).
Andrew