|
-
Apr 18th, 2006, 06:33 AM
#1
Thread Starter
Fanatic Member
string/html parsing in c#
Hello!
I'm building a string parser for my friend and I need some help...
The parser will get a string which is an html file.
from that html (which is received as a string) the parser needs to exract the
attribute called 'content' from an element called 'meta name="keywords"'.
this is for a search function...
I thought of convering the string to a xml file and then exract the attribute,
but I don't know how...
can anyone help?
thanks!
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
|