RE: Referencing a lookup table2004-07-12 02:58:37If 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
|
|