<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 07/08/2013 09:53 PM, David Snider wrote:
<blockquote cite="mid:51DB6D13.4060204@davidsnider.net" type="cite">
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <a moz-do-not-send="true" href="https://github.com/sniderd/urtodo">https://github.com/sniderd/urtodo</a><br>
  <br>
in app/views/index.ur the pageview function is rendering the XML with
&lt; and I'm not sure why<br>
</blockquote>
<br>
It's because you used {[ ... ]} brackets instead of { ... } brackets. 
The former ask for conversion to a string to render as CDATA, whereas
the latter are for splicing in XML subtrees.<br>
</body>
</html>