Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP - Find text / Replace with email link (XML or ASP.NET vb)???

Status
Not open for further replies.

peakfx

Programmer
Jul 13, 2007
1
US
I'm new to both XML and ASP.NET (vb), but what I want to do doesn't sound like it should be

hard but I can't figure it out.

I have an excel file with one cell containing a paragraph of text. I have this data

exported as XML and loaded in an ASP.NET page using asp:Xml to display. This all works

fine, what I want to add is a script that will read the text that is exported and look for

a person’s name. If it finds their name, replace with an active HTML email link.

Is this possible?

Where should I do this? In the XML? As a separate ASP.NET (vb) script?

???

Thanks in advance for any help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top