Getting special character (LRO and PDF) while generating the report from xml publisher
We are generating XML report and using below syntax in RTF template for printing the leading zeroes. but we are getting hidden unwanted special characters (LRO and PDF) in the output.
<fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?COMMONCOMMODITY_CODE?></fo:bidi-override>
Can you please suggest me how to remove unwanted characters.