Hello,
I have a problem with the "decode" activity in workbench.
My barcoded forms have a custom script that composes an XML in the calculate event of the barcode.
Well, if the amount of data that the user fill is little, the "decode" activity returns the exact XML.
When the amount of data exceeds a quota, the "decode" activity returns a content like the following:
<barcode><![CDATA[<?xml version="1.0" encoding="UTF-8"?><....
Why happens this?
Thank you,
Fabio