~ubuntu-branches/ubuntu/raring/genshi/raring-proposed

« back to all changes in this revision

Viewing changes to examples/basic/test.html

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Fontaine
  • Date: 2007-04-16 17:49:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070416174903-x2p3n9g890v18d0m
Tags: 0.4-1
* New upstream release.
* Remove useless python-markup transition package.
* Add Provides against python-markup.
* Add doc-base.
* Add depends against python-xml.
* Add suggests to python-setuptools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 <body class="$bozz">
11
11
  <ul py:attrs="{'id': 'second', 'class': None}" py:if="len(items) > 0">
12
12
   <li py:for="item in items">Item $prefix${item.split()[-1]}</li>
13
 
   XYZ ${hey}
14
13
  </ul>
15
14
  ${macro1()} ${macro1()} ${macro1()}
16
15
  ${macro2('john')}