Ampersand & in XSL FO
Hi All,
I need to display field heading as "Deptno & Deptname" in XSL FO.
I used the following syntax in the XSL FO but throwing error message while run in the Template Viewer.
Syntax:
-------
<fo:table-cell xdofo:use-attribute-sets="c_4 c_0">
<fo:block xdofo:use-attribute-sets="b_1">
<fo:inline xdofo:use-attribute-sets="i_6 i_0">Deptno & Deptname</fo:inline>
</fo:block>
</fo:table-cell>
Kindly suggest.
Thanks,
Visu