<?xml version="1.0"?>

<!--
&lt; and &gt; have to be used as part of the (X)HTML markup as they are part of
XML and would cause parse/tag errors if left natively.  The php processing code
replaces these (and only these) entities with the necessary characters before
outputting them to the XHTML stream.  It also adds the & and ; to "nbsp".

Claire Knight
January 2004
-->

<page> 

<crumbs>
&lt;a href="index.php" title="Homepage"&gt;Homepage&lt;/a&gt;
</crumbs>

<content title="About WCRE">
&lt;p class="rightside"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p class="rightside"&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p class="rightside"&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="index.php?topic=role" title="On WCRE's Role"&gt;On WCRE's Role&lt;/a&gt;
&lt;br /&gt;
&lt;a href="index.php?topic=history" title="History"&gt;History&lt;/a&gt;
&lt;br /&gt;
&lt;a href="index.php?topic=proc" title="Proceedings"&gt;Proceedings&lt;/a&gt;
&lt;/p&gt;
</content>

</page>

