|
-
February 22nd, 2011, 10:32 AM
#1
parsing html source code in c#
I need to parse the HTML Code document given by the user,which is taken as the input file. All the HTML tag elements need to be seperated along with thier individual properties.
This again is taken as another file. So the output should be text file with all the html tags with their properties in text form useful for comparision.
It needs to be done in C#.NO need of considering asp,jsp etc... only static HTML code needs to be parsed.
Kindly give me the logic regarding the above case. Plz help with sample code snippets if possible.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|