#1
|
|||
|
|||
Replace text within an XML file.
I have two replacements I want to make within an XML file. One replace ment I want to look at something like
<Workspace Name="Random Text" Id="96F45C61-E5F9-4744-926F-76A5A37E008A" SystemName="Workspace" Description="Random Text" PortraitVersion="2.6" MasterFileName="" ReleaseNumber="0" SCC_ProjName="" SCC_AuxProjPath=""> and delete whatever is between quotes uner Release Number="0". The values between quotes always change. The second replacement I want to do is that I want to delete whatever is between two XML tags. This could include multiple lines. What would be the best approach? |
#2
|
|||
|
|||
The attached sample shows one way.
|
#3
|
|||
|
|||
Thank You. Worked great.
|
|
|