This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How can i select all descendant nodes and attributes


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]