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

Re: [xsl] How can I ask for a specific parent?


Subject: Re: [xsl] How can I ask for a specific parent?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 May 2001 14:51:39 +0100

      <xsl:when test="name(parent::*)='FUSSNOTE' ">

simpler and safer to use
      <xsl:when test="parent::FUSSNOTE">

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further information visit http://www.star.net.uk/stats.asp

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



Current Thread