<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,6 +28,7 @@
 		07EF453C0E721A5D009F2708 /* XMLRPCEventBasedParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 07EF453A0E721A5D009F2708 /* XMLRPCEventBasedParser.m */; };
 		8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
 		8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
+		94C640E70FC17DE3004CD6FD /* XMLRPCTreeBasedParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 07EF457B0E721D00009F2708 /* XMLRPCTreeBasedParser.m */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
@@ -285,6 +286,7 @@
 				07B0C6130E33A659006453B4 /* XMLRPCResponse.m in Sources */,
 				075137FC0E429E560019E4F6 /* XMLRPCConnectionManager.m in Sources */,
 				07EF453C0E721A5D009F2708 /* XMLRPCEventBasedParser.m in Sources */,
+				94C640E70FC17DE3004CD6FD /* XMLRPCTreeBasedParser.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};</diff>
      <filename>XMLRPC.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@
     }
 
     if (self = [super init]) {
-        XMLRPCEventBasedParser *parser = [[XMLRPCEventBasedParser alloc] initWithData: data];
+        XMLRPCEventBasedParser *parser = [[XMLRPCTreeBasedParser alloc] initWithData: data];
         
         if (!parser) {
           NSLog(@&quot;%s XML Parsing failed for the following input:&quot;, _cmd);</diff>
      <filename>XMLRPCResponse.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c009fdb61920ac0cda4a35ff2348aa42aa012695</id>
    </parent>
  </parents>
  <author>
    <name>Andrea Nall</name>
    <email>anall@andreanall.com</email>
  </author>
  <url>http://github.com/anall/xmlrpc/commit/aa2d92d78344b7824ff99697ee9e5d6b6b50b402</url>
  <id>aa2d92d78344b7824ff99697ee9e5d6b6b50b402</id>
  <committed-date>2009-05-18T05:28:38-07:00</committed-date>
  <authored-date>2009-05-18T05:28:38-07:00</authored-date>
  <message>Temporarally use Tree-based parser -- event has issues</message>
  <tree>22c20fcf5b62635d42927bd3cdd02b9f00111502</tree>
  <committer>
    <name>Andrea Nall</name>
    <email>anall@andreanall.com</email>
  </committer>
</commit>
