What are the steps required to make XSL work?

What are the steps required to make XSL work?



- XSL is the extensible standard language that provides various features for the development of the web.

- It requires the styling features to be used in XML documents that acts as a source of the programming language.

- It consists of information that is provided in the style sheet and will display it on the web.

- The transformation of XML file is rendered and it is given as:

<scene>
<FX>hello World.</FX>
<speech speaker="Prosser">
Come off it Mr Dent, you can't win you know.
</speech>
<speech speaker="Arthur">
I've gone off the idea of progress.
</speech>
</scene>
Post your comment