Added initial BinaryXMLEncoder
diff --git a/ndn-cpp/encoding/BinaryXMLEncoder.c b/ndn-cpp/encoding/BinaryXMLEncoder.c
new file mode 100644
index 0000000..8aa2d0f
--- /dev/null
+++ b/ndn-cpp/encoding/BinaryXMLEncoder.c
@@ -0,0 +1,7 @@
+/* 
+ * Author: Jeff Thompson
+ *
+ * BSD license, See the LICENSE file for more information.
+ */
+
+#include "BinaryXMLEncoder.h"