xsl-list
[Top] [All Lists]

RE: Referencing a lookup table

2004-07-12 04:39:53
Michael,

Thanks. It works perfectly!

Gregor

-----Oorspronkelijk bericht-----
Van: Michael Kay [mailto:mhk(_at_)mhk(_dot_)me(_dot_)uk]
Verzonden: maandag 12 juli 2004 11:59
Aan: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Onderwerp: RE: [xsl] Referencing a lookup table


 

If the context node is a <cover> element, you can reference 
the <desc> of
the corresponding <fund> element as

../../funds/fund[(_at_)code=current()/@fundcode]/desc


Sorry, you're using elements rather than attributes, so it should be

../../funds/fund[code=current()/fundcode]/desc

Michael Kay


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--


De in dit e-mailbericht verstrekte informatie (inclusief attachments) is 
vertrouwelijk en uitsluitend bestemd voor de geadresseerde. Het gebruik door 
derden of het verstrekken aan derden van deze informatie dan wel kopiëren van 
deze informatie is niet toegestaan.
Vanwege de elektronische verzending kunnen er geen rechten worden ontleend aan 
de informatie in dit bericht.
Dit e-mailbericht is gecontroleerd op aanwezigheid van computervirussen.


The information provided in this e-mailmessage (including attachments) is 
confidential and intended solely for the adressee. The use by third-parties or 
the providing to third-parties of this information or the copying of this 
information is not allowed.
Because of the electronic sending no rights can be derived from the information 
in this message.
This e-mailmessage has been checked for the presence of computer viruses.



<Prev in Thread] Current Thread [Next in Thread>