Subject: RE: Newbie: See if a node exists!
From: "Americo Albuquerque \(E-mail\)" <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Fri, 7 Jun 2002 16:46:34 +0100
|
ok, but it's passed as text who do i convert it to an argument?
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Joerg
Heinicke
Sent: Friday, June 07, 2002 4:15 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Newbie: See if a node exists!
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|