cancel
Showing results for 
Search instead for 
Did you mean: 

Transformation

Former Member
0 Kudos

Hi Folks,

I am using an xslt mapping in XI 3.0. I would like to convert some stuffs in xml from source to target as mentioned below.

A source xml contains an element which has no value.This element should not be displayed in target one.And also an element contains attributes which has no value. This also should not be displayed in the target xml..

Now in the target xml,I am getting like <color> </color> for the element and <color getcharacteristic =" " getvariant=" "......> for the attribute. Here the attribute is getcharacteristic and getvariant.

Thanks in advance..

Deno

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Deno,

Please visit http://www.w3schools.com/

It gives you a great look into XSLT.

cheers ,

Prashanth

Former Member
0 Kudos

hi,

go through this link to get clear idea on XSLT mapping.

http://help.sap.com/saphelp_nw04/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm

this weblog will guide you to do XSLT mapping with JAVA enhancement.

/people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners

this weblog gives ABAP XSLT extensions

/people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping

hope this helps.

regards,

venkat

former_member91687
Active Contributor
0 Kudos

Hi Deno,

You can refer the following links to give you more details about your query:

http://www.w3.org/TR/xslt20/

http://help.sap.com/saphelp_nw04/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm

Regards,

Chandra