[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: constructing a "variable" select argument
Yes!!
Thank you, Florent and MK. This will probably simplify my stylesheet by at least a factor of 10. It is a gotcha. There is one remaining wrinkle I could use you help with. I have this statement: <xsl:copy-of select="/Report/TrackT1/Position[@position='Left Front']/MCHistogram[@id='1']/svg:svg"/> The position and id attributes can change, and I can handle that as in the earlier case. However, the TrackT1 part of the expression can also change - to TrackT2, TrackT3, Track5-18, etc, taking on various values. Assuming I bring a parameter into the template, and possibly use concatenation functions, how can I establish the right value in the middle of the XPath expression? ----- Original Message ----- From: "Florent Georges" <darkman_spam@xxxxxxxx> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent: Monday, February 27, 2006 2:29 PM Subject: Re: constructing a "variable" select argument Tracey Zellmann wrote:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|