comparison examples/transform/template.xml @ 230:84168828b074 trunk

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents 2368c3becc52
children
comparison
equal deleted inserted replaced
229:58d974683419 230:84168828b074
1 <!DOCTYPE html 1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns:py="http://markup.edgewall.org/" py:strip=""> 4 <html xmlns:py="http://genshi.edgewall.org/" py:strip="">
5 5
6 <!--! Add a header DIV on top of every page with a logo image --> 6 <!--! Add a header DIV on top of every page with a logo image -->
7 <body py:match="BODY|body"> 7 <body py:match="BODY|body">
8 <div id="header"> 8 <div id="header">
9 <img src="logo.png" alt="Bad Style"/> 9 <img src="logo.png" alt="Bad Style"/>
Copyright (C) 2012-2017 Edgewall Software