XSLT Expression Boost



Hi All, Need a performance booster logic to solve this
I am using this current expression but its way to slow, basically depending
upon the lookup values I have to select the Item Node
Sample XML:
<Item name="XYZ">
<Group name="ShipList">
<lookup linkName="VersionNumber">DR</lookup>
<lookup linkName="SenderID">LNX123</lookup>
<lookup linkName="ReceiverID">8745KYC</lookup>
</Group>
</Item>

Current XSLT Expression:
"//Item//Group[@name='ShipList']/lookup"+
"[@linkName='VersionNumber' and
..='DR']/following-sibling::lookup[@linkName='SenderID' and .='LNX123']"+
"/following-sibling::lookup[@linkName='ReceiverID' and .='8745KYC']",

TIA


.



Relevant Pages

  • Re: adapting the findnext function
    ... > in via a lookup, is there anyway to make excel think they are just there ... > chrisrowe_cr's Profile: ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Re: IF/WHEN forumla fo when a cell is between two numbers
    ... One way is to just reverse your scrip: ... Another method, which is more flexible, is to use a lookup table. ... can, if necessary, expand the formula to include many levels of conditions. ... Prev by Date: ...
    (microsoft.public.excel.worksheet.functions)
  • Lookup from text file
    ... the textfile to the table and try to define a lookup. ... how do I reference the columns of the text file? ... Stijn Verrept. ... Prev by Date: ...
    (microsoft.public.sqlserver.dts)
  • Re: Route messages
    ... is the commit? ... If I revert to the prev version, ... lookup in ip_input.c when there was an EMSGSIZE error returned by ...
    (freebsd-net)
  • Cell contents as the lookup value parameter in HLOOKUP function
    ... 'lookup value' parameter in an HLOOKUP function? ... E Marre ... Prev by Date: ...
    (microsoft.public.excel.misc)