This command works fine, but changes every entry in the xml file. ( all fields with name )
What to enter if there are more fields with the same name. I have tried:
xml ed -L -N w=http://artifactory.jfrog.org/xsd/1.7.9 -u "//w:mailServer/port" -v "123" artifactory.config.import.xml
but nothing happens. The command however is accepted.
When I use
xml ed -L -N w=http://artifactory.jfrog.org/xsd/1.7.9 -u "//w:port" -v "999" artifactory.config.import.xml
every item with the name port is being changed to the value 999.