top button
Flag Notify
Site Registration

What is use for XSLT?

0 votes
288 views
What is use for XSLT?
posted Jun 29, 2018 by Parampreet Kaur

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

XSL (eXtensible Stylesheet Language) is a styling language for XML. XSLT stands for XSL Transformations.

XSLT uses
- XSLT is the most important part of XSL
- XSLT transforms an XML document into another XML document
- XSLT uses XPath to navigate in XML documents
- XSLT is a W3C Recommendation

answer Jun 29, 2018 by Amarvansh
Similar Questions
+1 vote

I have a complex XML document that the informatica XML parser struggles with "normalizing", how can I run a XML transformation such as XSLT to simplfy it prior to sending it into the XML parser.

...