<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="code.xsl" ?>
<dns4.nl>
<voorbeeld>
<title>check of de pagina html of xhtml is.</title>
<verwijzende_link>http://www.dns4.nl/pagina/xhtml_code/pure_xhtml.html</verwijzende_link>
<informatie>
Als de browser xhtml kan parsen wordt hij doorgestuurd naar de - parse.xhtml - 
(of wat voor naam de pagina dan ook maar mag hebben, zolang de extensie maar .XHTML is)
Zoniet: dan blijft de  browser op deze pagina en voert de code,
die na deze routine komt, op de ouderwetse manier, uit.
</informatie>
<programma_code>
<![CDATA[
<!-- de code begint vanaf hier.

<?php 
	header("Vary: Accept");
	if (stristr($_SERVER["HTTP_ACCEPT"], "application/xhtml+xml"))
		header('Location: parse.xhtml');
	else
		header("Content-Type: text/html; charset=utf-8");
?>

de code is hier geeindigd.
// -->
]]>
</programma_code>
<code_link>http://www.dns4.nl/pagina/alle_tekst_files.html</code_link>
</voorbeeld>
</dns4.nl>
