E910 - BIP RTF Format Barcode Syntax
Hello
I am trying to encode a BIP barcode font using the following syntax in the xml tag:
<?format-barcode:Serial_Number_ID17;'Uni_C128';'IDAutoUniversalEncXDOJavaWrapper'?>
This works but since our data field has blank spaces in it, the encoded barcode does not show correctly.
So I tried replacing the blank spaces with nothing in the tag but it does not seem to work at all.
<?format-barcode:replace(Serial_Number_ID17,' ','');'Uni_C128';'IDAutoUniversalEncXDOJavaWrapper'?>
How can I use the replace function in conjunction with format-barcode since concat works perfectly?
Thanks
Abhishek Mitra
AR - E910
TR - 9.2.3.3