[xsl] Attribute List

Subject: [xsl] Attribute List
From: Carmelo Montanez <carmelo@xxxxxxxx>
Date: Fri, 25 Mar 2005 10:29:15 -0500
All:

I would think that this statement will select all of the attributes of the
descendant "term" elements of the context node.

<xsl:variable name = "allAttributes" select = "descendant::term/@*"/>

Instead is only selecting the attribute of the FIRST "term" node. What I am missing?. I just want a list of all Attributes of all descendant "term"
elements.


Thanks
Carmelo

Current Thread