OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Special Character

[ Lists Home | Date Index | Thread Index ]
  • From: ives.gobau.ig@belgium.agfa.com
  • To: xml-dev@lists.xml.org
  • Date: Fri, 24 Nov 2000 10:12:14 +0100


Han Chock Lee wrote:
> I have a xml document which contain
>
> <name>Nurse&apos;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 &apos; instead of single quote character ' .

Have you tried to escape the ampersand (&) ?

<name>Nurse&amp;apos;s Station</name>

This will render to:
Nurse&apos;s Station

Ives






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS