Re: [xsl] Newbie: See if a node exists!

Subject: Re: [xsl] Newbie: See if a node exists!
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Fri, 07 Jun 2002 17:14:34 +0200

One last question. is there a way to get the value of an attribute from
another?
i.e., <BLOCK title="{BOOK/Author@name}">
would get the value of BOOK/Author@name instead of the string
"{BOOK/Author@name}"
This doesn't work, but is there a way to do this?

Of course you need a slash more: <BLOCK title="{BOOK/Author/@name}">


Regards,

Joerg

--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de


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



Current Thread