Subject: Re: access the root element
From: "Kai Hackemesser" <kaha@xxxxxx>
Date: Thu, 3 Nov 2005 17:30:14 +0100 (MET)
|
Hi Jay,
> You can change
> <xsl:template match="/">
> to
> <xsl:template match="Metrics">
It doesn't get called. I debugged it with oXygen, it isn't accessed.
> You can change
> <xsl:value-of select="@date"/>
> to
> <xsl:value-of select="Metrics/@date"/>
Same as in other tries. It's always an empty nodeset in debugger.
> Oh, and you've invented a new word with "desparating" - I kinda like that
one.
*blush* desperating :-) I have seen the error in the second I hit the send
button...
|