- or download this
<?xml version="1.0" ?>
<RDF>
...
<link type="direct" table1="csUsers" table2="csUsers_lang" key1="ID"
+ key2="ID" />
<link type="direct" table1="csGroups" table2="csGroups_lang" key1="I
+D" key2="ID" />
</RDF>
- or download this
<table>
[% FOREACH user = query_results %]
...
</tr>
[% END %]
</table>
- or download this
$paths{username} = '{identity}{username}';
...
eval "$hash{$id}$path = $username";
...
push @array_to_return, $hash{$id}