So recently there have been some big changes in the CVS: The latest PSML has been added by Rapha�l. This was a significant contribution and there still are some issues. One is performance. There seems to be a performance issue with the code in CVS (but these might be my bugs :) Also, I just committed two days work. Basically the following was done: - RSSPortlet totally rewritten. This should be about a 500-1000% performance increase (long story). Now the RSS Portlet gets a DOM from the RSS, gets the title and description, then passes the DOM over to Xalan. This way castor isn't used at all and we save time not having to parse out the XML twice :). This was the plan from day 1 but for various reasons it didn't happen. - PSML "type" changes are now in CVS. Basically it is setup so that type has two attributes for references: type="ref" parent="RSS" I also have a xml.peer.registrymarkup.Entry class that is used instead of the Castor API. The entries are normalized() by the portlet registry so that inheritance is done. - FeedDaemon and PortletBrowser both use the PortletRegistry. - OCS content is now XSLTd to <registry> content and then added directly into the registry. So because of all these changes CVS might be rough for the next couple days. Kevin -- Kevin A Burton ([EMAIL PROTECTED]) http://relativity.yi.org Message to SUN: "Please Open Source Java!" "For evil to win is for good men to do nothing." -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
