Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best approach for an xml find and replace.
Message
General information
Forum:
ASP.NET
Category:
XML
Title:
Best approach for an xml find and replace.
Miscellaneous
Thread ID:
01078546
Message ID:
01078546
Views:
58
I am coding in C# and need to do some find and replace in an xml file where I will be replacing a file path to a qualified file name with a different path.
I’m not sure if the best way to do this is with xslt, regular expressions or something else altogether.

The document is a word ml file and I would be swapping the file path on linked images.
Everything else in the document should remain untouched. I am just changing the value of the src attribute when the type is imagedata.
<v:imagedata src="C:\Documents and Settings\user\My Documents\My Pictures\Untitled1.jpg"/>
Any thoughts on this?
Chris
Next
Reply
Map
View

Click here to load this message in the networking platform