From other former threads , here are some options :
You may try this :
<?if {/lb-ipv6-addr != ''}?>
<prefix>{/lb-ipv6-addr}/128</prefix>
<?end?>
or this:
<prefix tags='merge' when={/lb-ipv6-addr != ''}>{/lb-ipv6-addr}/128</prefix>
i didnot try myself this time, but you can play around with these ones.
I think you could do like following, if "/128" was not there, or you manage to get a variable somehow.. i used it like that once..
<prefix>{/lb-ipv6-addr}/128</prefix>
Let us know which one works for you if at all.
regards.