On Sun, Apr 5, 2009 at 7:38 PM, k2 <[email protected]> wrote: > Hello, > First message here. I'm doing some personal learning on some Struts/Tiles > platform and have come across some tutorials on-line for this purpose. > It would seem that one of the project samples is out of date and I'm trying > to figure out how best to edit it back into shape. > These imports: > import org.apache.commons.digester.rss.Channel; > import org.apache.commons.digester.rss.RSSDigester; > > fail to resolve with the version of commons-digester that I have (1.6) > (there is no org.apache.commons.digester.rss.*) and my attempts to figure it > out by hunting via google have come up empty. Could someone provide a hint > or two on what can be done to bring this up to date? <snip/>
Thats part of the examples, not the library. You can get it here (and build it yourself): http://svn.apache.org/repos/asf/commons/proper/digester/trunk/src/examples/rss/ > The author is being > unresponsive. <snap/> Please ask questions on this list, rather than sending email to individual authors. -Rahul > > thanks, > Karl > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
