Re: [xsl] how to display " and · in pdf

Subject: Re: [xsl] how to display " and · in pdf
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Apr 2004 19:56:06 +0200
At 2004-04-19 13:35 -0400, Biying Huang wrote:
I am sorry that I did not make it clear enough. Let me state my problem another way:

I have a data element:
<data>&quot;Test&quot;</data>

and a xslt template:
<xsl:template match="data">
   <xsl:value-of select="."/>
</xsl:template>

then I got the output:
&quot;Test&quot;

That evidence indicates a bug in your PDF production.


But I really want it to be "Test" in my output pdf.

The above sequence will produce that output when your processor is working.


You will have problems if you have &amp;quot;Test&amp;quot; but you say you do not have that ... if you have correctly read your evidence then you have a problem with your application, not with your XML.

I hope this helps.

........................ Ken


-- Public courses: Spring 2004 world tour of hands-on XSL instruction Each week: Monday-Wednesday: XSLT/XPath; Thursday-Friday: XSL-FO Hong Kong May 17-21; Bremen Germany May 24-28; Helsinki June 14-18

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc

Current Thread