Search found 1 match

by Sweg
Tue Jul 03, 2018 2:33 pm
Forum: General XML Questions
Topic: How to modify a nested XML element using Java
Replies: 1
Views: 3055

How to modify a nested XML element using Java

I have an XML file stored in src/test/resources. I am trying to do the following: 1. Retrieve the XML Body 2. Modify a nested element within the body 3. Convert the XML body to a string Below is a sample XML: <Client> <Name> </Name> <Location> <Address> <Line1>Test Address<Line1> </Address> </Locati...