[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: access the root element

Subject: Re: access the root element
From: JBryant@xxxxxxxxx
Date: Thu, 3 Nov 2005 09:57:30 -0600
root word of communication
Hi, Kai,

You've fallen into a very common misunderstanding. / gets the root node, 
but Metrics is not the root node. Metrics is the first (and only) child of 
the root node.

So, to fix your problem, you have a couple choices:

You can change
<xsl:template match="/">
to
<xsl:template match="Metrics">

or

You can change
<xsl:value-of select="@date"/>
to
<xsl:value-of select="Metrics/@date"/>
(and do the same for all similar values).

Oh, and you've invented a new word with "desparating" - I kinda like that 
one.

HTH

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.