Application Development 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: 

abt xslt prog..

Former Member
0 Kudos

what these programs or translations ...

are these used for transforming the to and fro from xml to abap.... or the others... what is the need of such a transformation...

kindly discribe in detail about xslt ......

and xsl

regards,

bs

2 REPLIES 2

former_member184569
Active Contributor
0 Kudos

Hi Swami,

Extensible Stylesheet Language – Transformation (XSLT) is based on XSL. While XSL transforms XML to HTML, XSLT is used to transform data content from one XML format and / or metadata tags to another XML format or tags. This XML transformation is often required for Enterprise Application Integration (EAI).

(The Extensible Stylesheet Language (XSL) is based on XML and is a recommended W3C standard. It separates the presentation of data from the data content. XSL is a transformation language that typically is used to translate XML data content to HTML - to be displayed in a browser. A single XSL stylesheet file can be used by many XML documents. )

Here are some useful links.

http://xml.coverpages.org/ni2003-12-17-a.html

http://www.topxml.com/xsl/tutorials/intro/xsl1.asp

http://www.topxml.com/xsl/default.asp

http://help.sap.com/saphelp_nw04/helpdata/en/4c/b2ad3de2d76b3be10000000a114084/content.htm

Regards,

Susmitha.

Dont forget to reward points for useful answers.

Former Member
0 Kudos

HI

GOOD

GO THROUGH LINKS OF XSLT WHICH WILL GIVE YOU DETAIL IDEA ABOUT THE XSLT.

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

THANKS

MRUTYUN