RE: [xsl] How to select the following attribute ?

Subject: RE: [xsl] How to select the following attribute ?
From: "DuCharme, Bob (LNG)" <robert.ducharme@xxxxxxxxxxxxxx>
Date: Wed, 22 Aug 2001 10:11:15 -0400
>I know I can use the axis specifiers following::  to select the following
element.
>Is it possible to select the following attribute ?

Because there's no concept of order with attributes, there's no such thing
as a following attribute. Using @ (an abbreviation of "attribute::")
followed by the attribute name is usually the simplest way to get an
attribute value; do you have a situation where you don't know the name of
the attribute?

Bob DuCharme            www.snee.com/bob             <bob@  
snee.com>      see http://www.snee.com/bob/xsltquickly for
info on new book "XSLT Quickly" from Manning Publications.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread