xsl-list
[Top] [All Lists]

Re: Quotes in a variable

2006-01-25 11:54:07
<xsl:variable name="anXPath" select="'//*[local-name()='MessageID' and namespace-uri()='http://schemas.xmlsoap.org/ws/2004/03/addressing']'"

You can write it as:

<xsl:variable name="anXPath">//*[local-name()='MessageID' and
namespace-uri()='http://schemas.xmlsoap.org/ws/2004/03/addressing']</xsl:variable>

Cheers,
Geert

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



<Prev in Thread] Current Thread [Next in Thread>