File: basic.xml

package info (click to toggle)
libpetal-perl 2.05-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 792 kB
  • ctags: 137
  • sloc: perl: 3,722; xml: 630; makefile: 39
file content (9 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
<test>
  <a petal:replace="string:REPLACE" />
  <a petal:content="string:CONTENT" />
  <a petal:condition="string:true">CONDITION</a>
  <a petal:repeat="item loop">LOOP</a>
  <a petal:omit-tag="" class="OMIT_ME">No surrounding tags</a>
  <a foo-bar="baz" />
  <span petal:content="first_name">First</span>
</test>