xsl-list
[Top] [All Lists]

Re: [xsl] Retrieving top-level attribute value in XSLT 2.0

2006-08-31 14:16:48

Okay, I've now tried that. There is no change: the date is not sent
into my output document.

what exactly did you try? the advice was correct

/*/@from

or adding 
xmlns:t='urn:TMSWebServices' to your xsl:stylesheet  and using
/t:xtvt/@from
should both work.

I suspect that you confused yourself by calling
(this is the root element of the file...):
             ^^^^^^^^
the top level elemnt the root element, although that terminoligy is
sometimes used, it's best not to use it in xslt/xpath as xpath (1) a
root node is always the _parent_ of the top level element, not the
element itself. So there is never a "root element".

David


--~------------------------------------------------------------------
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>
--~--