Subject: AW: How can I ask for a specific parent?
From: "Marcus Klinge" <klinge@xxxxxxxxxxxxxxx>
Date: Wed, 2 May 2001 16:36:04 +0200
|
Thanks David, that was exactly the thing I was looking for.
I thought, I'd have to use the local-name though..hmm..oh well, it works.
Thanks to all!
Marcus Klinge
Web Producing
----------------------
Karzauninkat Webdesign
Barner Strasse 14
22765 Hamburg
Tel: 040 39834 771
Fax: 040 39834 779
-----Ursprüngliche Nachricht-----
Von: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]Im Auftrag von David
Carlisle
Gesendet: Mittwoch, 2. Mai 2001 15:52
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: How can I ask for a specific parent?
<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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|