Webastor - Programming Tips and Tricks

General Category => General Discussion => Topic started by: Peter on January 09, 2018, 12:19:50 PM

Title: Why xslt required
Post by: Peter on January 09, 2018, 12:19:50 PM
Hello, I would like to ask you a little problem about medicine, why xslt is required? Thank you very much for giving me your answer as soon as possible.
Title: Re: Why xslt required
Post by: Eli on February 11, 2018, 09:25:35 PM
XSLT is like a cascading stylesheet thats use to format XML. Since xml is the most widely used (and vendor independent)format and different people have different requirements as to how they present their XML, XSLT (Extensible Style sheet) is to present the data in the required format such as html, or other formats.