xsl-list
[Top] [All Lists]

Re: how to display " and · in pdf

2004-04-19 10:35:44
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;

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  &quot;Test&quot;</paragraph>
<paragraph>&#183;Item one</paragraph>
<paragraph>&#183;Item two</paragraph>

how can I display &quot; as "  and  &#183; 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>
--+--