Testing Two Label Values In XML -


i trying change else's document perform additional tasks, haven't dipped in xml in years , years , have forgotten if it's possible this.

i'm trying test 2 values coming in system i'm working on , write value if both values meet criteria. here's i'm working with:

<message key="label.support.spn6309" >              <label lang="en" value="aftertreatment #1 diesel exhaust fluid dosing control unit" />          </message>  <message key="label.support.fmi0" >              <label lang="en" value="high - severe" />          </message> 

i'd combine above this:

<message key="label.support.spn6309" , message key="label.support.fmi0"  >              <label lang="en" value="aftertreatment #1 diesel exhaust fluid dosing control unit --- high - severe" />          </message> 

so instead of 2 values written in 2 places, end 2 values written 1 place?

tia


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -