Skip to main content
added 16 characters in body
Source Link
user147505
user147505

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

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 everyuse

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.

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.

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.

Source Link

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.