view example/include.html @ 12:59496de89997

allow graphviz to serve svg
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 30 Jun 2010 22:01:50 -0700
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>