This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Concat ( Again )



><xsl:variable name="URL" select="concat($Located,$Named)"
>/></xsl:variable>

> A HREF="{$URL}" > ........

>But this doesn't work, I get HREF="concat($Located,$Named)">

Are you sure you didn't actually write
select="'concat($Located,$Named)'"?

Because I can't see any other reason for this behavior.

Mike Kay

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]