xsl-list
[Top] [All Lists]

RE: Re: Spam:[xsl] Quotes within Quotes within Quotes

2005-10-20 08:33:50

Assuming that the string you want for output is

xmlns:schemaLocation='http://www.test.com/bta 
$pathPS_ReportRequest.xsd'

(why the space after bta?)

then you can use

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


No, this is nonsense. Firstly as I pointed out in my first response it's
xsi: not xmlns:. Secondly, xsl:attribute constructs the name of the
attribute and its value as separate things, you don't construct a single
keyword="value" string.

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
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>
--~--