]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/php-parseable.php
590e4f6290096e6fad58511556bf6c365dba2e85
[.emacs.d.git] / emacs / 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>