view examples/includes/common/macros.html @ 554:161aa8a43b1f experimental-newctxt

New experimental branch for trying a different approach at context data stack management and simplified code evaluation/execution.
author cmlenz
date Mon, 02 Jul 2007 17:24:32 +0000
parents 24757b771651
children
line wrap: on
line source
<div xmlns:py="http://genshi.edgewall.org/"
     py:strip="">
  <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