
Importing and Exporting Database Objects ◾ 193
style sheet file, a .xsl file, which provides a set of formatting information about our XML data.
Currently, the W3 Consortium splits xsl into two parts, the document transformation part XSLT
for formatting and transforming XML documents to HTML and the formatting object part
XSL-FO for more sophisticated formatting.
Now that some basic concepts about XML have been introduced, next you will learn about the
XML data type and how to store XML data in a database. After that, you will learn how to query
XML data with XQuery and display the content by applying the XSLT style sheet.
5.7.2 XML Data Type ...