[xsl] RE:

Subject: [xsl] RE:
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 17 Sep 2001 10:14:33 +0300
> 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/descendant::*/@*"

Jarno

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


Current Thread