Add PHP file to more easily test selectors in XHTML environment
authorLaurens Holst <laurens.hg@grauw.nl>
Sat, 17 Oct 2009 16:14:27 +0200
changeset 105f9f343cfaa2d
parent 104 cb7218e27982
child 106 b0cfc509b105
Add PHP file to more easily test selectors in XHTML environment
test/selector-xhtml.php
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/selector-xhtml.php	Sat Oct 17 16:14:27 2009 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +<?php
     1.5 +header('Content-Type: application/xhtml+xml');
     1.6 +include "selector.html";
     1.7 +?>
     1.8 \ No newline at end of file