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!