From: <dg...@su...> - 2009-01-20 18:22:38
|
Author: savago Date: Tue Jan 20 19:21:30 2009 New Revision: 5214 URL: http://www.opensync.org/changeset/5214 Log: Filling in some todos. Modified: format-plugins/xsltformat/src/xsltformat.c Modified: format-plugins/xsltformat/src/xsltformat.c ============================================================================== --- format-plugins/xsltformat/src/xsltformat.c Tue Jan 20 19:19:44 2009 (r5213) +++ format-plugins/xsltformat/src/xsltformat.c Tue Jan 20 19:21:30 2009 (r5214) @@ -25,7 +25,10 @@ * @brief A generic xslt format plugin. * * \todo: - * - make the convertion (should be easy thanks to xslt_aux functions) + * - add more error handling code + * - test the plugin for real + * - add support for other data types (notes, events, etc) + * - utests? * */ |