comparison example/include.html @ 8:805cadc2b825

adding example html files for upcoming Genshi transformer
author k0s <k0scist@gmail.com>
date Sun, 07 Feb 2010 18:52:40 -0500
parents
children
comparison
equal deleted inserted replaced
7:68643e72c749 8:805cadc2b825
1 <html xmlns="http://www.w3.org/1999/xhtml"
2 xmlns:py="http://genshi.edgewall.org/">
3 <head>
4 <title>using genshi content transformer</title>
5 </head>
6 <body>
7 <xi:include href="hello.html"/>
8 </body>
9 </html>