CC#•Created by Skadwick on 8/22/2024 in #help Best way to search and replace substrings in large XML files
with XmlDocument class you should be to use xpath to create a collection of nodes, e.g.: xpath='//FileData/FullName', then update the InnerText Property for each node in the NodeList. HTH