cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in XSLT Mapping.

Former Member
0 Kudos

Hello All,

Iam new to XSLT mapping, iam doing XSLT mapping using stylus studio.

1) how to truncate or remove the leading zeros for a value in XSLT mapping

2) how to pass a constant value to the traget side.

Thanks,.

Chinna

Edited by: chinnasapxi on Jul 1, 2011 7:53 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Chinna,

its really simple,google it you wil find many helpful links

http://melandri.net/2009/06/22/remove-leading-zeroes-in-xsl/

please paste your code here, we may help you.

Regards,

Raj

Former Member
0 Kudos

Hi Chinna,

To Remove leading Zero, follow Raja's Link.

To insert a constant value, you need only to declare with <tag>

Example:

<field1>CONSTANTVALUE</field1>