Are you trying to generate PDF directly as the output of the stylesheet? If
so, you should be using <xsl:output method="text"/>
Michael Kay
-----Original Message-----
From: Biying Huang [mailto:biying(_dot_)huang(_at_)synthematix(_dot_)com]
Sent: 19 April 2004 17:36
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] how to display " and . in pdf
I am sorry that I did not make it clear enough. Let me state
my problem
another way:
I have a data element:
<data>"Test"</data>
and a xslt template:
<xsl:template match="data">
<xsl:value-of select="."/>
</xsl:template>
then I got the output:
"Test"
But I really want it to be "Test" in my output pdf.
Thanks.
Biying
Biying Huang wrote:
Hi,
In my XML file, some element might contain html data like:
<paragraph>This is a list of "Test"</paragraph>
<paragraph>·Item one</paragraph>
<paragraph>·Item two</paragraph>
how can I display " as " and · as a list bullet in pdf.
Thanks for anysuggestions.
Biying
--+------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--
--+------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--