num-value Change attribute @value on <num/> elements to @type if the value is percent. Example Before transformation: <p>text <num value='percent'>20</num> </p> After transformation: <p>text <num type='percent'>20</num> </p>