Escape XML strings.
authorW. Trevor King <wking@drexel.edu>
Mon, 22 Jun 2009 14:39:05 +0000 (10:39 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 22 Jun 2009 14:39:05 +0000 (10:39 -0400)
commitcabb531e2300c5643447ccd1ffd311ee5690773a
tree37c0a4144c302bba0a885820388db7ef1f96036c
parentfb342df1b66897ab17377d6e923049e292149683
Escape XML strings.

Since
  <creator>John Doe <jdoe@example.com></creator>
is not valid XML.
becommands/show.py
libbe/bug.py
libbe/comment.py