"Alain Ketterlin" <
al...@dpt-info.u-strasbg.fr> wrote in message
news:87399hk...@dpt-info.u-strasbg.fr...
Actually, there are really two fields where I show timestamp, a date and a
number of milliseconds, but I simplified it for my example. I'm already
blending <date> and <millis> to create a real timestamp and it works fine.
Tell me more about this "." construct.
I took my existing code and simply replaced 'param' in my <xsl:value-of
select="param"/> with <xsl:value-of select="."/> and starting getting my
param values. I'm guessing that once you've referred to something like
'param' in a for-each loop, you can't refer to it again the same way since
it has already been consumed in some fashion but the '.' is sort of a
synonym for the most recently referenced field so that you can get its value
again. I've never seen that technique before though and I'm not sure what
it's called so that I can Google it. If you could at least tell me its name,
I'd be able to look for more information on how it is used. Or, of course,
you can just tell me about it yourself ;-)
In any case, I should now be able to modify my code so that it does what I
want.
I'll post back on this thread if I still have trouble and I'll check back to
see what this "." technique is called....
Thanks Alain!!
--
Rhino