rustyfancy Posted March 22, 2004 Posted March 22, 2004 I have an XML file structure.... <XMLFile> <Batters> <Batter> <LastName> Smith </LastName> <FirstName> Matt </FirstName> </Batter> </Batters> </XMLFile> I need to search for this specific Node, change an element in the node (say for instance, "LastName"), and then save the file. Any ideas??? ---Matt Quote
Malfunction Posted March 22, 2004 Posted March 22, 2004 I haven't worked with it so far but XPath is used to navigate through a XML-document. Quote Debug me...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.