Oracle8i Application Developer's Guide - XML
Release 3 (8.1.7)

Part Number A86030-01

Library

Solution Area

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Customizing Content with XML: Dynamic News Application, 7 of 16


How Dynamic News Works: Bird's Eye View

Generating XML Documents to Build HTML Pages

Dynamic News generates XML documents to build HTML pages:

Figure 6-1 gives an overview of how Dynamic News performs these steps:

  1. Calls Oracle XML-SQL Utility (XSU) . This queries the database for news items and writes the results to an XML document. This happens as follows:

    • In batch mode for Static pages

    • In batch mode for Semi-Dynamic pages

    • On demand for Dynamic pages

  2. Uses the XSL-T Processor of the Oracle XML Parser for Java to transform the XML into HTML via one of three XSL stylesheets: one for Netscape Navigator, one for Internet Explorer, or a general stylesheet for all other browsers.

  3. Delivers the HTML page to the user through a Web server.

Figure 6-1 Dynamic News



Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index