File: xhtml-href.act

package info (click to toggle)
flexml 1-5
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 884 kB
  • ctags: 203
  • sloc: perl: 2,016; makefile: 160; ansic: 56; xml: 28
file content (12 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE actions SYSTEM "flexml-act.dtd">
<actions>

<top><![CDATA[
#include <stdio.h>
]]></top>

<start tag='a'><![CDATA[
if ({href}) printf("%s\n", {href});
]]></start>

</actions>