xsl-list
[Top] [All Lists]

Quotes within Quotes within Quotes

2005-10-20 07:19:59
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--