From 98c40ca885751e6811b6e69a15fbe22c31b37921 Mon Sep 17 00:00:00 2001 From: "Unknown (mpogue)" <dev-null@apache.org> Date: Thu, 11 May 2000 21:15:14 +0000 Subject: [PATCH] Put the STATUS file back in, and updated it to the best of my ability. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172103 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 STATUS diff --git a/STATUS b/STATUS new file mode 100644 index 000000000..067541454 --- /dev/null +++ b/STATUS @@ -0,0 +1,22 @@ +This is the STATUS file for the Xerces for C++ code base. + +There are lots of things that need to be done: + +* Support for W3C XML schema. + +* performance, performance, performance. Always need help here. + +* conformance, conformance, conformance. We're pretty darn good, but + we can always do better. + +* a bunch of things that haven't been thought of yet. + +* more documentation. The docs need to be updated, especially the FAQ. + +* more samples (lots, especially code fragments that accomplish specific + tasks) + +* kill bugs (always) + +* Major work on the build system. + -- GitLab