Mercurial > genshi > mirror
comparison examples/includes/skins/default/layout.html @ 38:ee669cb9cccc trunk
Fix for #2 (incorrect context node in path expressions). Still some paths that produce incorrect results, but the common case seems to work now.
author | cmlenz |
---|---|
date | Mon, 03 Jul 2006 11:28:13 +0000 |
parents | b4d17897d053 |
children | 448792ab1303 |
comparison
equal
deleted
inserted
replaced
37:37557b8fb925 | 38:ee669cb9cccc |
---|---|
8 <style type="text/css">@import(style.css)</style> | 8 <style type="text/css">@import(style.css)</style> |
9 </head> | 9 </head> |
10 <body py:match="body"> | 10 <body py:match="body"> |
11 <xi:include href="header.html" /> | 11 <xi:include href="header.html" /> |
12 <div id="content"> | 12 <div id="content"> |
13 ${select('body/*')} | 13 ${select('*')} |
14 </div> | 14 </div> |
15 <xi:include href="footer.html" /> | 15 <xi:include href="footer.html" /> |
16 </body> | 16 </body> |
17 </html> | 17 </html> |