Date: 2005-02-06T17:50:30
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: CodeConPresentation
   URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -36,11 +36,19 @@
 
  * Feed Event Model
 
+    * SAX model
+
+    * DOM on top
+
+    * SAX is about 12x faster
+
     * FeedParserListener:
         * init()
         * onChannel( state, title, link description ): void
         * onItem( state, title, link description ): void
         * onItemEnd(): void
+
+    * General API not wire API
 
  * HTTP issues (network API):
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to