E-Commerce at Southern New Hampshire University
Downloads for IT - 480.
XML Check Book Examples Using CSS
These examples illustrate the use of Cascading Style Sheets with an XML document.
Checks in XML format. The raw checkbook data as an XML Document witout CSS.
Style sheet Checks. The style sheet used to display the XML checkbook data.
Checks in XML using CSS. The results of using the above style sheet with the XML Check document.
XML Check Book Examples Using XSL
These examples illustrate the use of eXtensible Stylesheet Language (XSL) with an XML document. Note that, unlike XML with CSS, the XSL is capable of changing the structure as well as the style, and can even selectivly display data from the XML document.
Checks in XML format. The raw checkbook data as an XML Document witout CSS.
XSL Sheet for Checks. The Extensible Stylesheet Language used to reformat the XML checkbook data.
Checks in XML using XSL. The results of using the above XSL with the XML Check document.
A Document in XML Format using CSS
These examples illustrate the use of XML to represent pure content. A style sheet is used to style the XML document and give is some structure as well.
Sample Document in XML format. An example of using XML to structure a document (raw content).
Style Sheet for the XML Document. The stylesheet used to style the above XML document.
Resulting XML document. The results of using the above CSS with the XML document.