Input XSLT Output HTML

More Complicated HTML Page

This example builds on EG301 to demonstrate a more involved HTML page. Because we continue to focus on the HTML page generation, we don't do much with the incoming XML.

You might notice the generation of a trailing   code in each table cell. This insures that the browser renders the cell border even if the contents are null.

You might also notice the small amount of <style> information in the page <head>. This obviously contributes to the page layout and formatting.