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

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -5,8 +5,10 @@
  * Introduction
 
     * Based on the NewsMonster parser infrastructure (XSLT)
-    * Designed for use within Rojo.
+    * Designed for use within Rojo (an online RSS aggregator)
     * Event based not DOM based
+    * Jakarta Commons 
+    * Apache 2.0 Open Source License 
 
  * Challenges with building a feed parser
 
@@ -17,9 +19,9 @@
         * FOAF 
         * Changes.xml
         * RDF
-        * Modules (dc, aggregation, content, etc)
         * XFN
         * HTML (link parsing, relations, nofollow, meta tags, generators, etc)
+        * Modules (dc, aggregation, content, etc)
 
     * Semantic confusion:
         * rss:entry vs atom:item
@@ -38,7 +40,7 @@
 
     * SAX model
 
-    * DOM on top
+    * DOM on top (in the future)
 
     * SAX is about 12x faster
 

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

Reply via email to