Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best approach for an xml find and replace.
Message
Information générale
Forum:
ASP.NET
Catégorie:
XML
Titre:
Best approach for an xml find and replace.
Divers
Thread ID:
01078546
Message ID:
01078546
Vues:
59
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform