Add QR code in Xml template

<barcode codetype=”qrcode” style=”width: 1.5in; height: 1.5in; align:center;” showtext=”false” value=”${schemaArr.itemID}”></barcode> Specify the codetype as qrcode and add the required width and height. The Item Id value will be the value sourced for the QR code.

Function in XML

Creates a method variable. This directive works in the same way as the macro directive, except that return the directive must have a parameter that specifies the return value of the method, and that attempts to write to the output will be ignored. If the </#function> is reached (i.e. there was no return returnValue), then the return value of the method is an… Continue reading Function in XML