Problem with special characters (&) when printing using XSL-FO ...
Hello everybody !!
I have a problem when I want to print a Report with a link to a URL where the character "&" is present :
I want to have something like : src="file:///...webfile?param1=val1*+_&_+*param2=val2"
In my XSL-FO file, I wrote : src="file:///...webfile?param1=<xsl:value-of select="IDARTICLE"/>*+_<xsl:text>&</xsl:text>_+*param2=<xsl:value-of select="MARQUE"/>"
When I try this only with FOP, it works. However, when I upload the XSL-FO file to ApEx, it says my PDF file is corrupted when I want to open it.
What do I have to put the '&' symbol when I want to print the Report ??
Could anyone help me ??
Thanks by advance,
Pierre C.