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
Post a Comment