xsl-list
[Top] [All Lists]

RE: A way to use Single quote or double quote in XML and/or output it into HTML & FO without resorting to CDATA in the XML?

2003-10-02 12:32:16
Not a pretty fix :) But thanks to David I was able to fix it.

<xsl:template match="Section[(_at_)SectionHeading=&quot;What&apos;s
New&quot;]">

BTW - I am wondering where in the FAQ this is discussed. I looked at the
SPECIAL CHARACTERS section in the FAQ and it does not approach the
subject.

Thanks again.

Abhishek Sanwal
HP - Houston Campus
abhishek(_dot_)sanwal(_at_)hp(_dot_)com

-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: Wednesday, October 01, 2003 9:57 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] A way to use Single quote or double quote in XML
and/or output it into HTML & FO without resorting to CDATA in the XML?


This is a FAQ, and explained in teh faq for this list.

You want the Xpath String What's New so as it contains ' you need " to
contain it so

"What's New"

Now you want to put that in an XML attribute so you either use ' and
quote the '

match='"What&apos;s New">'

or use " and qute the "

match="&quot;What's New&quot;"

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list