Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XSLT program

Former Member
0 Likes
312

can anyone briefly explain this program type? , i mean what is it used for exactly.

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
294

XSLT is a language which transforms XML documents into other XML documents. So if you have XML data in one format and need to transform it to another XML format, you use XSLT. It is a standard tool, not developed by SAP. There's loads of information and tutorials through google.

matt

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
295

XSLT is a language which transforms XML documents into other XML documents. So if you have XML data in one format and need to transform it to another XML format, you use XSLT. It is a standard tool, not developed by SAP. There's loads of information and tutorials through google.

matt