xsl-list
[Top] [All Lists]

RE: Referencing a lookup table

2004-07-12 02:58:37
 

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



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