XSLT Expression Boost
- From: "Vai2000" <nospam@xxxxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 11:33:10 -0400
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
.
- Prev by Date: Re: Best Practices -- Naming Convention Question
- Next by Date: Re: Passing Struct by Ref via Class Constructor
- Previous by thread: How to know which event fired before it is handled?
- Next by thread: Changes View in a Windows Form
- Index(es):
Relevant Pages
|