[xsl] RE: How can i select all descendant nodes and attributes

Subject: [xsl] RE: How can i select all descendant nodes and attributes
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 15 Sep 2001 20:16:12 +0100
> How can i select all descendant nodes and attributes???
> I could select all descendant nodes with:
> 
> select="component/descendant::*"
> 
> but i don't know how i select attributes also
> 

select="component/descendant::* | component//@*

Mike Kay

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


Current Thread