|
Subject: RE: [xsl] how can I rewrite it so I have a variable for year From: "Murray McDonald" <m.mcdonald@xxxxxxxxx> Date: Fri, 6 Jan 2012 15:04:01 -0500 |
Your welcome -- of course given that <month> is a child of <year> in your
data structure you don't really have to pass the year value as a parameter
you could instead use the xpath expresion "parent::year/@value" to retrieve
it inside the month template.
<a href="{$root}/dagboek/{parent::year/@value}/{@value}/1" >
Take care
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] how can I rewrite it so I, Roelof Wobben | Thread | [xsl] Alternative to except operato, TW |
| RE: [xsl] how can I rewrite it so I, Roelof Wobben | Date | Re: [xsl] Is there an OR for XSL IF, Murray McDonald |
| Month |