xsl-list
[Top] [All Lists]

Re: access the root element

2005-11-03 09:30:14
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...

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--