Mercurial > hg > contenttransformer
view example/include.html @ 10:a9ddcfc7c4e8
added transformer just of content-type name
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 07 Feb 2010 19:48:09 -0500 |
parents | 805cadc2b825 |
children |
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/"> <head> <title>using genshi content transformer</title> </head> <body> <xi:include href="hello.html"/> </body> </html>