[
Lists Home |
Date Index |
Thread Index
]
- From: Han Chock Lee <clhan@gintic.gov.sg>
- To: xml-dev@lists.xml.org
- Date: Thu, 23 Nov 2000 17:10:34 +0800
Hi,
I have a xml document which contain
<name>Nurse's Station</name>
and in the stylesheet, I have specifed it as <xsl:value-of select="name"
disable-output-escaping="no"/> to output it as ' instead of single
quote character ' .
I tried using XT to transfom the xml file, it produces character '.
Is there a way to keep the orginal characters: ' in output ?
Thanks for your help !
Regards,
Han
|