File: namespaces.xml

package info (click to toggle)
libpetal-perl 2.23-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,096 kB
  • ctags: 162
  • sloc: perl: 4,738; xml: 726; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
<body xmlns:tal="http://purl.org/petal/1.0/">
  <p tal:replace="replace">yo</p>
  <p tal:content="content">yo</p>
  <p attribute="attribute" tal:attributes="attribute attribute">yo</p>
  <ul tal:condition="elements">
    <li tal:repeat="element elements" tal:content="element" />
  </ul>
</body>