Home » XML Basics
11

XSL

In this chapter and the next chapter, you will learn about style sheets. This chapter will show you how to use XSL. You will learn what are XSL and XSLT, how to use basic commands in XSL and finally, you will learn how to make your own XSL file.

In This Chapter:

What is XSL
Extensible Style Sheet Language is something that you need to learn about to know more abou style sheets. The purpose of this is to make XML files readable by the browser. This introductory section will give you this information and more, like how a basi XSL syntax runs.
Making XSL File
In the previous chapters, you learned about HTML. You can use that knowledge and apply it in this chapter so that you would know hot to make a stylesheet by making an XSL file.