cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT TRIM Function

Former Member
0 Kudos

Hi,

We are into XSLT mapping, we had a requirement like below;

Note:

Transformation Between A to B:

if value(A) NOT NULL then left(right(rtrim(VALUE),3),2) -


> B

How can we develop the similar function in XSLT?!!

Thanks n Advance.,

Stallin

Accepted Solutions (0)

Answers (4)

Answers (4)

udo_martens
Active Contributor
0 Kudos

Hi Stalin,

what does that cryptic expression mean? Please elaborate! XSLT does not have something like left-right-trim...

Regards,

Udo

Former Member
0 Kudos

Hi Stallin ..i have a document .. can share you it may help you for this transformation

give me ur maikl Id or mail me at my primary ID ...

Regards

Abhishek

Former Member
0 Kudos

Hi Abhishek,

mail id: sagrock@gmail.com

And I'll give the example input also for the functionality.

INPUT: APPLE ---> After Transformation --> Output: PL

Condition: if value(A) NOT NULL then left(right(rtrim(VALUE),3),2) ;

Do the needful...

-Stallin

Former Member
0 Kudos
Former Member
0 Kudos

Hey,

Can anybody help me out?!!

-Stallin