initial commit
[emacs-init.git] / nxhtml / tests / in / bug509586.ghtml
1 <!DOCTYPE html PUBLIC
2 "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml"
5      xmlns:py="http://genshi.edgewall.org/">
6  <head>
7    <title>Title</title>
8  </head>
9  <!-- To test this open this file in `genshi-nxhtml-mumamo-mode' and
10       add evaluate this: -->
11  <!-- (setq exec-path (cons "c:/python26/" exec-path)) -->
12  <!-- (add-hook 'python-mode-hook 'turn-on-eldoc-mode) -->
13  <body>
14    ${}
15  </body>
16 </html>