g***@gmail.com
2005-11-21 16:04:48 UTC
Hi
I have a source schema which looks like this
<MyNode>
<record>
<header>
<member1>
<member2>
</record>
<record>
<header>
<member1>
<member2>
<member2>
</record>
<MyNode>
I want to map only the last "<member>" record to destination schema
conditionally. If i take recordcount it gives total number of records
in whole message (in this case 5)
If i use inline XSLT then i cant return the recordcount out of the
script functoid so that i can compare it.
Please help me out to solve this
I have a source schema which looks like this
<MyNode>
<record>
<header>
<member1>
<member2>
</record>
<record>
<header>
<member1>
<member2>
<member2>
</record>
<MyNode>
I want to map only the last "<member>" record to destination schema
conditionally. If i take recordcount it gives total number of records
in whole message (in this case 5)
If i use inline XSLT then i cant return the recordcount out of the
script functoid so that i can compare it.
Please help me out to solve this