If the following works <text datapath="cart/amount/text()" textformat="'$%6.2d"/>
Then I don't have an issue extending the syntax ability to allow
multiple inputs like.
<text datapath="person/" textformat="'%s %s'" data="$path{'firstName/
text()'}, $path{'lastName/text()'}" />
