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]
Other format: [Raw text]

RE: select all elements except root


thanks that worked..

-----Original Message-----
From: Dion Houston [mailto:dionh@microsoft.com]
Sent: Thursday, March 21, 2002 10:31 AM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] select all elements except root


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@ibx.com] 
Sent: Thursday, March 21, 2002 7:13 AM
To: 'xsl-list@lists.mulberrytech.com'
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

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


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