December 2002
Intermediate to advanced
1050 pages
24h 49m
English
The results of the movies listing query are converted into an XML document and then processed using XML transformation and an XSL template to describe the transformation process. This template as shown below is similar to the example shown in Chapter 16.
The XML document being processed contains elements which contain information on the database table columns returned by the query, and it contains elements which contain the data contained in those columns. The template processing process scans the XML document and produces HTML output in the form of an HTML table. Unlike the example in Chapter 16, this template requires some complex processing to scan the XML document. Consequently, the XSL template script ...
Read now
Unlock full access