Extracting Details from Resume/CV

This posted over on asp.net:
http://forums.asp.net/p/1351148/2759560.aspx#2759560

Hi!

Can any one help me out in extracting the details of a resume.

I am using the logic - (1) First convert the resume file (txt,doc,html,pdf. etc) into XML

(2) Then Convert the XML into HR-XML, which is now easy to parse.

I was able to convert the .txt file into XML with VB.NET code successfully! But the limitation is that the txt file must be delimited (e.g. comma ,)

Can any one tell me, how to convert the doc/pdf file into XML as in the Resume/CV we are not bound with COMMA delimiters

waiting 4 reply...

Thanx & regards

SAMEER