6525036

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-09
14:49
361 views
Accessing driver wide variables using xslt
Hi,
Can anyone tell me how to access a driver wide variable using xslt.
I tried the following:
<xsl:variable name="cfTmpl" select="$lTemplateId"/>
AND
<xsl:variable name="cfTmpl" select="$lTemplateId$"/>
Neither works.
And lTemplateId is a driver wide variable.
What can I do to get my value into cfTmpl?
And, yes, I know, I should practice xslt some more.
0 Replies