cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT TRIM Function

11-23-2007 12:18 PM
582 views 5 comments
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

Hi Stalin,

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

Regards,

Udo

Former Member
0 Likes

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 Likes

Hi Abhishek,

mail id: [email protected]

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 Likes
Former Member
0 Likes

Hey,

Can anybody help me out?!!

-Stallin