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: One var to concat strings, one var to call ext. function


>>>>> "Jeni" == Jeni Tennison <mail@jenitennison.com> writes:
  Jeni> David,

  >> If I have ten labels, then I need twenty variables.  For each pair of
  >> variables, I really only need the second one.  I declared the first
  >> one because I couldn't figure out how to combine them. Is it possible
  >> to wrap the "pm:get()" around the "concat()" call so I just have a
  >> single variable?

  Jeni> It should be.  What problems did you have when you tried it?  You
  Jeni> should be able to use:

  Jeni> <xsl:variable
  Jeni>   name="niSessionIdLabel"
  Jeni>   select="pm:get(concat('xsl.', $domainClass, '.NISessionId.text'))" />

The problem I had was a brain cramp.  This works fine.  Thanks.

-- 
===============================================================================
David M. Karr     ; dkarr@tcsi.com  ; w:(425)487-8312 ; TCSI & Best Consulting
Software Engineer ; Unix/Java/C++/X ; BrainBench CJ12P (#12004)


 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]