<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns="http://www.w3.org/TR/xhtml1/strict"
version="1.0">
- <xsl:output method="xhtml"/>
+ <xsl:output method="xml"
+ indent="yes"
+ doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
+ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
<xsl:template match="/">
<html>
<head>
<title><xsl:apply-templates select="compatibility/title"/></title>
</head>
- <body bgcolor="#FFFFFF">
+ <body>
<xsl:apply-templates select="compatibility/program">
<xsl:sort select="compatibility/program/location"/>
<xsl:sort select="compatibility/program[name]"/>