view examples/basic/layout.html @ 177:dbae9efe5704

* Minor fix for the XHTML serializer (the local namespace var got clobbered) * Additional unit tests for empty element serialization, and using XHTML as non-default namespace (with a prefix)
author cmlenz
date Mon, 21 Aug 2006 15:00:35 +0000
parents 33c2702cf6da
children 24757b771651
line wrap: on
line source
<div xmlns:py="http://markup.edgewall.org/" py:strip="">
  <head>
    <title>Hello ${hello}</title>
    <style type="text/css">@import(style.css)</style>
  </head>
  <div py:def="macro1">reference me, please</div>
  <div py:def="macro2(name, classname='expanded')" class="${classname}">
    Hello ${name.title()}
  </div>
  <span py:match="greeting" class="greeting">
    Hello ${select('@name')}
  </span>
  <span py:match="span[@class='greeting']" style="text-decoration: underline" 
        py:content="select('text()')"/>
</div>
Copyright (C) 2012-2017 Edgewall Software