B
Bal
Hi,
I am trying to generate a pdf using a XML file and rendering the page
through XSL Stylesheet to a PDF. But the page has some special
characters, as its for a chequ website.
My Code below is
<--xslage-->
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:template match="/">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">.....
Ň
<--/xslage-->
My problem is that when the page renders in the PDF the special
character Ň
renders as just #.
I have trawled through most of the newsgroups and no luck, only to
know (or think) that the problem is with the unicoding.
Please could you help me
Thanks
Brandon
I am trying to generate a pdf using a XML file and rendering the page
through XSL Stylesheet to a PDF. But the page has some special
characters, as its for a chequ website.
My Code below is
<--xslage-->
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:template match="/">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">.....
Ň
<--/xslage-->
My problem is that when the page renders in the PDF the special
character Ň
renders as just #.
I have trawled through most of the newsgroups and no luck, only to
know (or think) that the problem is with the unicoding.
Please could you help me
Thanks
Brandon