-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
-<head>
- <meta content="text/html; charset=ISO-8859-1"
- http-equiv="content-type">
- <title>XSLT</title>
- <link rel=stylesheet href="../../webkitdev.css">
- <style>
- dt { margin-top: 1em; }
- </style>
+<?php
+ $title = "XSLT";
+ include("../../header.inc");
+?>
-</head>
-<body>
-<!--begin sidebar -->
-<iframe id="sidebar" src="../../sidebar.html"></iframe>
-<!--end sidebar -->
+<h2>XSLT</h2>
-<div id="banner">
-XSLT
-</div>
-
-<div id="content">
<h3>Overview</h3>
<p>Welcome to the project page for WebKit's XSLT implementation. <a href="http://www.w3.org/Style/XSL/">XSLT</a> is a W3C standard for defining how to transform source XML
<h3>Get Involved!</h3>
-<p><a href="http://bugzilla.opendarwin.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Web+Kit&component=XSLT&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=">
+<p><a href="http://bugzilla.opendarwin.org/buglist.cgi?product=WebKit&component=XSLT&resolution=---">
View bugs in the XSLT component on OpenDarwin.</a>
</p>
</dl>
-
-<p><a href="
-</div>
-</body>
-</html>
+<?php
+ include("../../footer.inc");
+?>