Issue in Sort only particular segments which is having duplicate values
I am trying to use XSLT to sort only specific segments when it is having same /header/doc/root/mat segments, if this case exist then //FIELD3 must be used as key to sort the entire segments, other segments we can keep in the same position which they belongs to, i have tried XSLT but its not giving me the output. please help me here.
Issue in Sort only particular segments which is having duplicate values
I am trying to use XSLT to sort only specific segments when it is having same /header/doc/root/mat segments, if this case exist then //FIELD3 must be used as key to sort the entire segments, other segments we can keep in the same position which they belongs to, i have tried XSLT but its not giving me the output. please help me here.
Issue in Sort only particular segments which is having duplicate values
I am trying to use XSLT to sort only specific segments when it is having same /header/doc/root/mat segments, if this case exist then //FIELD3 must be used as key to sort the entire segments, other segments we can keep in the same position which they belongs to, i have tried XSLT but its not giving me the output. please help me here.
XSLT: Issue in Sort only particular segments which is having duplicate values
I am trying to use XSLT to sort only specific segments when it is having same /header/doc/root/mat segments, if this case exist then //FIELD3 must be used as key to sort the entire segments, other segments we can keep in the same position which they belongs to, i have tried XSLT but its not giving me the output. please help me here.
XSLT to reassign Sequence Number based on Key Field Value
I have a requirement to reassign the sequence number /MainHeader/Record/POSN with 8001,8002 when we have two segments which has same value in the field /VAR, If /Child — > segment exists under /Record then same sequence number must be copied to the field /POSN inside /Child
my XSLT is by default generating sequence number for all records.
XSLT: Issue in Copying child nodes to corresponding Parent node
i am trying to write XSLT mapping to move Segments to its corresponding header segment based on key field matches in (key field name ) and (key field name ) segments (MAT=IDEN), If key field not matches then no need to pass segment, i have written XSLT, but its not giving required transformation.
How can I use XSLT to copy Parent Segment value to Child Segment?
i am trying to write XSLT mapping copy parent value to child nodes, ContainerCode — > Serialshippingcontianercode value we need to pass to its subnodes under new tag , i have written XSLT but it is giving empty values for that segment, not giving any values for that segment.Please help me on this..
XSLT to copy Parent Segment value to Child Segment
i am trying to write XSLT mapping copy parent value to child nodes, ContainerCode — > Serialshippingcontianercode value we need to pass to its subnodes under new tag , i have written XSLT but it is giving empty values for that segment, not giving any values for that segment.Please help me on this..