[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] select all elements except root


Subject: RE: [xsl] select all elements except root
From: "Dion Houston" <dionh@xxxxxxxxxxxxx>
Date: Thu, 21 Mar 2002 07:30:47 -0800

Well, I would think this would work:

<xsl:template match="*[..]">

This takes advantage of the fact that the root has no parent...

HTH!

Dion

-----Original Message-----
From: Jhaveri, Harshal [mailto:Harshal.Jhaveri@xxxxxxx] 
Sent: Thursday, March 21, 2002 7:13 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: [xsl] select all elements except root

I am a novice user.
I am using <xsl:template match="*"> tag to iterate through all my
elements
which includes root element also.
But I don't want to select root element .Does anybody have an elegant
solution.

thanks in advance

Harshal.

CONFIDENTIALITY NOTICE: This E-Mail is intended only for the 
use of the individual or entity to which it is addressed and 
may contain information that is privileged, confidential and 
exempt from disclosure under applicable law. 
If you have received this communication in error, please 
do not distribute and delete the original message.  
Please notify the sender by E-Mail at the address shown. 
Thank you for your compliance.

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


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



Current Thread