initial commit
[emacs-init.git] / nxhtml / tests / in / php-parseable.php
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5   <head>
6     <title></title>
7   </head>
8   <body>
9     <img alt="ALT" src="<?php some_code("txt"); ?>" />
10   </body>
11 </html>