Topic: fid field in api does not xml encode entities

See the output of this request for example.  The <fid> does not xml escape the ampersand in its data.

http://www.ofxhome.com/api.php?lookup=475

<?xml version="1.0" encoding="utf-8"?>
<institution id="475">
<name>BB&amp;T</name>
<fid>BB&T</fid>
<org>BB&amp;T</org>
<brokerid></brokerid>
<url>...removed to get around spam warning...</url>
<ofxfail>0</ofxfail>
<sslfail>0</sslfail>
<lastofxvalidation>2013-10-18 22:05:11</lastofxvalidation>
<lastsslvalidation>2013-10-18 22:05:11</lastsslvalidation>
</institution>