[xsl] Quotes within Quotes within Quotes

Subject: [xsl] Quotes within Quotes within Quotes
From: "Khorasani, Houman" <houman_khorasani@xxxxxxxxxxxxxx>
Date: Thu, 20 Oct 2005 15:19:59 +0100
Alright, Having quotes within quotes is a common thing but what's about
this:

<xsl:attribute
name="{concat('xmlns:schemaLocation='http://www.test.com/bta ','$path',
'PS_ReportRequest.xsd'')}"/>


Well the first " " is clear.
The next ' is there to distinguish between the strings.
However we would need to have a single ' in the first string and last
string.  How do I escape those?


Any idea?

Thanks
Houman

Current Thread