all groups > c# > april 2007 >
You're in the

c#

group:

parsing JSP files



parsing JSP files MR
4/14/2007 10:57:16 PM
c#: i need to parse data that is presented in a JSP file. i am trying to get a
handle on how to approach this.
is there is way to parse this directly? do i need to convert it to some
other format (html)? is there a way to do this?
thanks for any tips
m
Re: parsing JSP files John Timney (MVP)
4/14/2007 10:58:52 PM
JSP renders HTTP streamed output, either as text - like HTML or as binary
streams like images. To parse the data you will probably need to treat it
like an html file and call it using the net webrequest methods, stick the
returend html into a variable and parse that.

http://www.c-sharpcorner.com/UploadFile/mahesh/WebRequestNResponseMDB12012005232323PM/WebRequestNResponseMDB.aspx

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


[quoted text, click to view]

AddThis Social Bookmark Button