Subject: Quoting quote
From: "Lensch, Thomas" <Lensch@xxxxxxxx>
Date: Fri, 2 Sep 2005 10:57:58 +0200
|
Hi,
i want to escape a single quote '
Text with such quotes is used in JavaScript Calls. How Can i do this?
Alternatively i could throw them away (because it's not much loss of
information).
But the following doesn't work:
<xsl:value-of select="translate($tHtml, ''', 'x')"/>
It produces
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException: misquoted literal... expected
single quote!
What's the problem here?
Best regards,
Thomas.
|