Я пытаюсь изменить содержимое узла в xml и добавить комментарий, чтобы сообщить, что я обновляю. Здесь я хочу обновить Version до VersionSWC.
Inupt xml :
<?xml version="1.0" encoding="UTF-8"?>
<file>
<path1>/SwComponentTypes/Version/RunVersion</path1>
<path2>/SwComponentTypes/Version/R_CntrBus_Version</path2>
</file>
Out I want :
<?xml version="1.0" encoding="UTF-8"?>
<file>
<!--Patching name of Version to VersionSWC -->
<path1>/SwComponentTypes/VersionSWC/RunVersion</path1>
<!--Patching name of Version to VersionSWC -->
<path2>/SwComponentTypes/VersionSWC/R_CntrBus_Version</path2>
</file>