Subject: Re: Strings and apostrophies
From: Paul Prescod <paul@xxxxxxxxxxx>
Date: Sat, 27 Nov 1999 12:06:15 +0100
|
Okay smart guy, here's another one for you. :)
Here's my Python code:
j="Ain't she pretty."
Now I put this in an XML attribute value
<button onclick="j="Ain't she pretty""/>
Now I want to do a test on the onclick attribute for this particular
value:
<xsl:if test="@onclick=...">
</xsl:if>
It seems to me that I need two levels of escaping but I only have one.
--
Paul Prescod - ISOGEN Consulting Engineer speaking for himself
"I don't want you to describe to me -- not ever -- what you were doing
to that poor boy to make him sound like that; but if you ever do it
again, please cover his mouth with your hand," Grandmother said.
-- John Irving, "A Prayer for Owen Meany"
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|