annotate examples/cherrypy/index.html @ 421:342ca92098b5

Template parsing passes the full path of the template to the XML parser so that it's included in parsing exceptions.
author cmlenz
date Tue, 20 Mar 2007 16:20:41 +0000
parents aa16cebbcfe4
children
rev   line source
266
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
1 <!DOCTYPE html
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
5 xmlns:py="http://genshi.edgewall.org/"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
6 xmlns:xi="http://www.w3.org/2001/XInclude"
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
7 lang="en">
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
8 <body>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
9 <span class="greeting">Hello, ${name}!</span>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
10 </body>
aa16cebbcfe4 Added an example CherryPy application.
cmlenz
parents:
diff changeset
11 </html>
Copyright (C) 2012-2017 Edgewall Software