Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bd9b8648918182c52f8a2d496fcd571e > files > 207

python-genshi-0.5.1-3mdv2010.0.i586.rpm

<div xmlns:py="http://genshi.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>