[Home] [By Thread] [By Date] [Recent Entries]
Han Chock Lee wrote: > 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 ' . Have you tried to escape the ampersand (&) ? <name>Nurse&apos;s Station</name> This will render to: Nurse's Station Ives
|

Cart



