Re: [xsl] Quotes in a variable

Subject: Re: [xsl] Quotes in a variable
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Wed, 25 Jan 2006 19:54:07 +0100
<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

Current Thread