Hi Dave > Tried implementing RSSReaderPlugin from Bidix and XMLReader2 from > Bram, with no luck. > > Bram's says Invalid XML from... > Bidix's says <<rssReader asHtmlhttp://www.tiddlywiki.com/index.xml>> > - I even tried cutting and pasting the TiddlyWiki example from his > site to be sure. It works on his site but not on mine. I've encountered the exact same problems - and I didn't find a solution. However I found a nice way to solve it for my own simple purpose... I wanted to show specific changes in my TW and installed BidiX's GenerateRssByTagPlugin http://tiddlywiki.bidix.info/#GenerateRssByTagPlugin - I tagged all tiddlers I wanted to appear in my RSS-feed and made a tiddler [[RSS as pdf]] <<tiddler [[RSS as pdf##pdf]] with:"http://MyUrl""MyFeedsTitle">> /% !pdf <html><div align="center"><iframe src="http://rss2pdf.com/index.php? url=$1%2Findex.xml&src=rss&title=$2&img=0" frameborder="0" width="100%" height="600"></iframe></div></html> !end %/
http://rss2pdf.com creates a pdf-document on the fly, which is very convenient if you want to save or print a RSSsnapshot. See example here: http://www.tinyurl.dk/18419 You should be able to create pdfs on the fly for most textbased rss- feed out there... Regards Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

