Here in this section of XML Tutorial we will learn how to display an XML document like web page and for this
requirement we will use
CSS (Cascading Style Sheets). With
CSS we can
guide web browser how to display XML document.
Now it is possible to use
CSS for the formation of an XML document.
Just like in
HTML we will add the CSS reference in XML document on top and after
that
we will start root. On execution of XML document web browser when read the CSS
reference then web browser will transform the entire XML document with CSS.
Now give attention to the XML
of above
employees here.
That was final touch step on simple raw
XML here with out CSS. The
main controller for this raw XML in to well formatted output is the
employees CSS
document.