Question about string in xdoxslt
Hi,When using xdoxslt i want to set a variable to store multi fields which means the variable is a concat of the fields and it seems that the '||' is not allowed in xdoxslt.
I find a function append_to() and uses it as below
<?xdoxslt:set_variable($_XDOCTX,'PeopleCnt',xdoxslt:append_to($_XDOCTX,xdoxslt:get_variable($_XDOCTX,'PeopleCnt'),'sdfs'))?>
and the output of PeopleCnt is still the original value.
Is there anything wrong i have taken for this function or is there anyting else i can do?
Thanks!
I find a function append_to() and uses it as below
<?xdoxslt:set_variable($_XDOCTX,'PeopleCnt',xdoxslt:append_to($_XDOCTX,xdoxslt:get_variable($_XDOCTX,'PeopleCnt'),'sdfs'))?>
and the output of PeopleCnt is still the original value.
Is there anything wrong i have taken for this function or is there anyting else i can do?
Thanks!
0