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: Newbie: See if a node exists!


ok, but it's passed as text who do i convert it to an argument?

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Joerg
Heinicke
Sent: Friday, June 07, 2002 4:15 PM
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] 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@virbus.de
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


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