XSLT TRIM Function
Hi Abhishek,
We have a requirement like implement the mapping functiality like if value(A) NOT NULL then left(right(rtrim(VALUE),3),2) between A( input) and B ( output).
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) ;
So, how can we write the code in xslt?!!
Do the needful...
-Stallin
|