<!-- This is a Kaizou description file -->
<!-- Please visit http://www.kaizou.org to see how to use it -->
<kaizou xmlns="http://www.kaizou.org">
<title>Name that celebrity</title>
<author>kaizouman</author>
<link>http://www.kaizou.org</link>
<description>This Kaizou file changes the names of well-known people into comedy equivalents. It is the (almost) exact translation into Kaizou format of a user javascript written by James Edwards</description>
<target>
<uri>http://en.wikipedia.org/wiki/Steve_Jobs</uri>
<pattern>*</pattern>
</target>
<transform>
<xpath>//text()</xpath>
<actions>
<regexp-data>
<pattern>/(bill) (gates)/i</pattern>
<substitution>$1 "shatner" $2</substitution>
</regexp-data>
<regexp-data>
<pattern>/(steve) (jobs)/i</pattern>
<substitution>$1 "5th knight of the apocalypse" $2</substitution>
</regexp-data>
<regexp-data>
<pattern>/(tony) (blair)/i</pattern>
<substitution>Reverend $2</substitution>
</regexp-data>
<regexp-data>
<pattern>/(george) (bush)/i</pattern>
<substitution>$1 "dubya" $2</substitution>
</regexp-data>
</actions>
</transform>
</kaizou>