xsl-list
[Top] [All Lists]

[xsl] Using variables in xpath expression

2017-07-19 08:17:25
I have several templates with similar code to the following:

  <xsl:template match="wix:Component[wix:File[substring(@Source, 
string-length(@Source) - 7) = 'MyString']]">

I want to substitute 'MyString' with a variable and the 7 with a 
"string-length($var) -1"
however the processor complains about the usage of a variable. This is xsl 1 
with msxsl.

Is there any way around this so I can avoid hardcoding the string?

Thanks,
jlc
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

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