You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2002/10/08 00:11:49 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/cache http_www.bbc.co.uk_syndication_feeds_news_rss-0.91.dtd http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_front__page_rss091.xml http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_technology_rss091.xml http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_uk_rss091.xml http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_world_rss091.xml

morciuch    2002/10/07 15:11:49

  Added:       webapp/WEB-INF/cache
                        http_www.bbc.co.uk_syndication_feeds_news_rss-0.91.dtd
                        http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_front__page_rss091.xml
                        http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_technology_rss091.xml
                        http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_uk_rss091.xml
                        http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_world_rss091.xml
  Log:
  Added stale cache entries in case the feeds are down
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/webapp/WEB-INF/cache/http_www.bbc.co.uk_syndication_feeds_news_rss-0.91.dtd
  
  Index: http_www.bbc.co.uk_syndication_feeds_news_rss-0.91.dtd
  ===================================================================
  <!--
  
    Rich Site Summary (RSS) 0.91 official DTD, proposed.
    
    RSS is an XML vocabulary for describing
    metadata about websites, and enabling the display of
    "channels" on the "My Netscape" website.
    
    RSS Info can be found at http://my.netscape.com/publish/
    XML Info can be found at http://www.w3.org/XML/ 
    
    copyright Netscape Communications, 1999
  
    Dan Libby - danda@netscape.com
    
    Based on RSS DTD originally created by
    Lars Marius Garshol - larsga@ifi.uio.no.
    $Id: http_www.bbc.co.uk_syndication_feeds_news_rss-0.91.dtd,v 1.1 2002/10/07 22:11:48 morciuch Exp $
    
  -->
  
  <!ELEMENT rss (channel)>
  <!ATTLIST rss
            version     CDATA #REQUIRED> <!-- must be "0.91"> -->
  
  <!ELEMENT channel (title | description | link | language | item+ | rating? | image? | textinput? | copyright? | pubDate? | lastBuildDate? | docs? | managingEditor? | webMaster? | skipHours? | skipDays?)*>
  <!ELEMENT title (#PCDATA)>
  <!ELEMENT description (#PCDATA)>
  <!ELEMENT link (#PCDATA)>
  <!ELEMENT image (title | url | link | width? | height? | description?)*>
  <!ELEMENT url (#PCDATA)>
  <!ELEMENT item (title | link | description)*>
  <!ELEMENT textinput (title | description | name | link)*>
  <!ELEMENT name (#PCDATA)>
  <!ELEMENT rating (#PCDATA)>
  <!ELEMENT language (#PCDATA)>
  <!ELEMENT width (#PCDATA)>
  <!ELEMENT height (#PCDATA)>
  <!ELEMENT copyright (#PCDATA)>
  <!ELEMENT pubDate (#PCDATA)>
  <!ELEMENT lastBuildDate (#PCDATA)>
  <!ELEMENT docs (#PCDATA)>
  <!ELEMENT managingEditor (#PCDATA)>
  <!ELEMENT webMaster (#PCDATA)>
  <!ELEMENT hour (#PCDATA)>
  <!ELEMENT day (#PCDATA)>
  <!ELEMENT skipHours (hour+)>
  <!ELEMENT skipDays (day+)>
  
  <!--
       Copied from HTML 3.2 DTD, with modifications (removed CDATA)
       http://www.w3.org/TR/REC-html32.html#dtd
       =============== BEGIN ===================
  -->
  <!-- 
       Character Entities for ISO Latin-1
       
       (C) International Organization for Standardization 1986
       Permission to copy in any form is granted for use with
       conforming SGML systems and applications as defined in
       ISO 8879, provided this notice is included in all copies.
       This has been extended for use with HTML to cover the full
       set of codes in the range 160-255 decimal.
  -->
  <!-- Character entity set. Typical invocation:
       <!ENTITY % ISOlat1 PUBLIC
         "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML">
       %ISOlat1;
  -->
      <!ENTITY nbsp   "&#160;"> <!-- no-break space -->
      <!ENTITY iexcl  "&#161;"> <!-- inverted exclamation mark -->
      <!ENTITY cent   "&#162;"> <!-- cent sign -->
      <!ENTITY pound  "&#163;"> <!-- pound sterling sign -->
      <!ENTITY curren "&#164;"> <!-- general currency sign -->
      <!ENTITY yen    "&#165;"> <!-- yen sign -->
      <!ENTITY brvbar "&#166;"> <!-- broken (vertical) bar -->
      <!ENTITY sect   "&#167;"> <!-- section sign -->
      <!ENTITY uml    "&#168;"> <!-- umlaut (dieresis) -->
      <!ENTITY copy   "&#169;"> <!-- copyright sign -->
      <!ENTITY ordf   "&#170;"> <!-- ordinal indicator, feminine -->
      <!ENTITY laquo  "&#171;"> <!-- angle quotation mark, left -->
      <!ENTITY not    "&#172;"> <!-- not sign -->
      <!ENTITY shy    "&#173;"> <!-- soft hyphen -->
      <!ENTITY reg    "&#174;"> <!-- registered sign -->
      <!ENTITY macr   "&#175;"> <!-- macron -->
      <!ENTITY deg    "&#176;"> <!-- degree sign -->
      <!ENTITY plusmn "&#177;"> <!-- plus-or-minus sign -->
      <!ENTITY sup2   "&#178;"> <!-- superscript two -->
      <!ENTITY sup3   "&#179;"> <!-- superscript three -->
      <!ENTITY acute  "&#180;"> <!-- acute accent -->
      <!ENTITY micro  "&#181;"> <!-- micro sign -->
      <!ENTITY para   "&#182;"> <!-- pilcrow (paragraph sign) -->
      <!ENTITY middot "&#183;"> <!-- middle dot -->
      <!ENTITY cedil  "&#184;"> <!-- cedilla -->
      <!ENTITY sup1   "&#185;"> <!-- superscript one -->
      <!ENTITY ordm   "&#186;"> <!-- ordinal indicator, masculine -->
      <!ENTITY raquo  "&#187;"> <!-- angle quotation mark, right -->
      <!ENTITY frac14 "&#188;"> <!-- fraction one-quarter -->
      <!ENTITY frac12 "&#189;"> <!-- fraction one-half -->
      <!ENTITY frac34 "&#190;"> <!-- fraction three-quarters -->
      <!ENTITY iquest "&#191;"> <!-- inverted question mark -->
      <!ENTITY Agrave "&#192;"> <!-- capital A, grave accent -->
      <!ENTITY Aacute "&#193;"> <!-- capital A, acute accent -->
      <!ENTITY Acirc  "&#194;"> <!-- capital A, circumflex accent -->
      <!ENTITY Atilde "&#195;"> <!-- capital A, tilde -->
      <!ENTITY Auml   "&#196;"> <!-- capital A, dieresis or umlaut mark -->
      <!ENTITY Aring  "&#197;"> <!-- capital A, ring -->
      <!ENTITY AElig  "&#198;"> <!-- capital AE diphthong (ligature) -->
      <!ENTITY Ccedil "&#199;"> <!-- capital C, cedilla -->
      <!ENTITY Egrave "&#200;"> <!-- capital E, grave accent -->
      <!ENTITY Eacute "&#201;"> <!-- capital E, acute accent -->
      <!ENTITY Ecirc  "&#202;"> <!-- capital E, circumflex accent -->
      <!ENTITY Euml   "&#203;"> <!-- capital E, dieresis or umlaut mark -->
      <!ENTITY Igrave "&#204;"> <!-- capital I, grave accent -->
      <!ENTITY Iacute "&#205;"> <!-- capital I, acute accent -->
      <!ENTITY Icirc  "&#206;"> <!-- capital I, circumflex accent -->
      <!ENTITY Iuml   "&#207;"> <!-- capital I, dieresis or umlaut mark -->
      <!ENTITY ETH    "&#208;"> <!-- capital Eth, Icelandic -->
      <!ENTITY Ntilde "&#209;"> <!-- capital N, tilde -->
      <!ENTITY Ograve "&#210;"> <!-- capital O, grave accent -->
      <!ENTITY Oacute "&#211;"> <!-- capital O, acute accent -->
      <!ENTITY Ocirc  "&#212;"> <!-- capital O, circumflex accent -->
      <!ENTITY Otilde "&#213;"> <!-- capital O, tilde -->
      <!ENTITY Ouml   "&#214;"> <!-- capital O, dieresis or umlaut mark -->
      <!ENTITY times  "&#215;"> <!-- multiply sign -->
      <!ENTITY Oslash "&#216;"> <!-- capital O, slash -->
      <!ENTITY Ugrave "&#217;"> <!-- capital U, grave accent -->
      <!ENTITY Uacute "&#218;"> <!-- capital U, acute accent -->
      <!ENTITY Ucirc  "&#219;"> <!-- capital U, circumflex accent -->
      <!ENTITY Uuml   "&#220;"> <!-- capital U, dieresis or umlaut mark -->
      <!ENTITY Yacute "&#221;"> <!-- capital Y, acute accent -->
      <!ENTITY THORN  "&#222;"> <!-- capital THORN, Icelandic -->
      <!ENTITY szlig  "&#223;"> <!-- small sharp s, German (sz ligature) -->
      <!ENTITY agrave "&#224;"> <!-- small a, grave accent -->
      <!ENTITY aacute "&#225;"> <!-- small a, acute accent -->
      <!ENTITY acirc  "&#226;"> <!-- small a, circumflex accent -->
      <!ENTITY atilde "&#227;"> <!-- small a, tilde -->
      <!ENTITY auml   "&#228;"> <!-- small a, dieresis or umlaut mark -->
      <!ENTITY aring  "&#229;"> <!-- small a, ring -->
      <!ENTITY aelig  "&#230;"> <!-- small ae diphthong (ligature) -->
      <!ENTITY ccedil "&#231;"> <!-- small c, cedilla -->
      <!ENTITY egrave "&#232;"> <!-- small e, grave accent -->
      <!ENTITY eacute "&#233;"> <!-- small e, acute accent -->
      <!ENTITY ecirc  "&#234;"> <!-- small e, circumflex accent -->
      <!ENTITY euml   "&#235;"> <!-- small e, dieresis or umlaut mark -->
      <!ENTITY igrave "&#236;"> <!-- small i, grave accent -->
      <!ENTITY iacute "&#237;"> <!-- small i, acute accent -->
      <!ENTITY icirc  "&#238;"> <!-- small i, circumflex accent -->
      <!ENTITY iuml   "&#239;"> <!-- small i, dieresis or umlaut mark -->
      <!ENTITY eth    "&#240;"> <!-- small eth, Icelandic -->
      <!ENTITY ntilde "&#241;"> <!-- small n, tilde -->
      <!ENTITY ograve "&#242;"> <!-- small o, grave accent -->
      <!ENTITY oacute "&#243;"> <!-- small o, acute accent -->
      <!ENTITY ocirc  "&#244;"> <!-- small o, circumflex accent -->
      <!ENTITY otilde "&#245;"> <!-- small o, tilde -->
      <!ENTITY ouml   "&#246;"> <!-- small o, dieresis or umlaut mark -->
      <!ENTITY divide "&#247;"> <!-- divide sign -->
      <!ENTITY oslash "&#248;"> <!-- small o, slash -->
      <!ENTITY ugrave "&#249;"> <!-- small u, grave accent -->
      <!ENTITY uacute "&#250;"> <!-- small u, acute accent -->
      <!ENTITY ucirc  "&#251;"> <!-- small u, circumflex accent -->
      <!ENTITY uuml   "&#252;"> <!-- small u, dieresis or umlaut mark -->
      <!ENTITY yacute "&#253;"> <!-- small y, acute accent -->
      <!ENTITY thorn  "&#254;"> <!-- small thorn, Icelandic -->
      <!ENTITY yuml   "&#255;"> <!-- small y, dieresis or umlaut mark -->
      
  <!--
       Copied from HTML 3.2 DTD, with modifications (removed CDATA)
       http://www.w3.org/TR/REC-html32.html#dtd
       ================= END ===================
  -->
  
  
  
  1.1                  jakarta-jetspeed/webapp/WEB-INF/cache/http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_front__page_rss091.xml
  
  Index: http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_front__page_rss091.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE rss SYSTEM "http://news.bbc.co.uk/furniture/syndication/rss-0.91.dtd" >
  <rss version="0.91">
  <channel>
  	<title>BBC News | Front Page</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/default.stm</link>
  	<description>Updated every minute of every day</description>
  	<language>en-gb</language>        
  	<image>
  		<title>BBC News Online</title>
  		<url>http://news.bbc.co.uk/furniture/syndication/bbc_news_120x60.gif</url>
  		<link>http://news.bbc.co.uk</link>
  	</image>
  	<lastBuildDate>Monday, 7 October, 2002, 20:50 GMT 21:50 UK
  </lastBuildDate>
          <copyright>Copyright: (C) British Broadcasting Corporation</copyright>
  	<docs>http://www.bbc.co.uk/syndication/</docs>
  
  
          
  	
  		
  <item>
          <title>Tories &#39;must change or face slaughter&#39;</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk_politics/2304181.stm</link>
          <description>Tory chairman Theresa May tells her party conference that they must change or face their third crushing election defeat in a row.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Groups vow attacks after Gaza raid</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/middle_east/2307153.stm</link>
          <description>Palestinian militants say they will launch new suicide attacks inside Israel after a dawn raid on a Hamas stronghold leaves 14 dead.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Sunderland sack Reid</title>
          <link>http://news.bbc.co.uk/go/rss/-/sport1/hi/football/teams/s/sunderland/2307679.stm</link>
          <description>Peter Reid has been dismissed by Sunderland after their poor start to the Premiership season.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>DUP to pull out of executive</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/northern_ireland/2307019.stm</link>
          <description>The Democratic Unionist Party is to withdraw from the power-sharing executive at Stormont&#184; following allegations of IRA intelligence gathering.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Boy shot outside Maryland school</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/americas/2306453.stm</link>
          <description>A 13-year-old is shot outside a school near the US capital - police say it is too soon to say if  there is a link with last week&#39;s sniper attacks.</description>
          
  </item>
  
  
  	
  
  
  
  </channel>
  </rss>
  
  
  1.1                  jakarta-jetspeed/webapp/WEB-INF/cache/http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_technology_rss091.xml
  
  Index: http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_technology_rss091.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE rss SYSTEM "http://www.bbc.co.uk/syndication/feeds/news/rss-0.91.dtd" >
  <rss version="0.91">
  <channel>
  	<title>BBC News | TECHNOLOGY</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/technology/default.stm</link>
  	<description>Updated every minute of every day</description>
  	<language>en-gb</language>        
  	<image>
  		<title>BBC News Online</title>
  		<url>http://news.bbc.co.uk/furniture/syndication/bbc_news_120x60.gif</url>
  		<link>http://news.bbc.co.uk</link>
  	</image>
  	<lastBuildDate>Monday, 7 October, 2002, 16:59 GMT 17:59 UK
  </lastBuildDate>
          <copyright>Copyright: (C) British Broadcasting Corporation</copyright>
  	<docs>http://www.bbc.co.uk/syndication/</docs>
  
  
          
  	
  		
  <item>
          <title>Amazon hopes for Christmas bonus</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/technology/2305887.stm</link>
          <description>Jeff Bezos&#184; the boss of online store Amazon&#184; talks up the economic prospects for the e-tailer.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Indie deal for internet radio</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/entertainment/music/2305909.stm</link>
          <description>A trial scheme to share the profits of internet radio could see UK artists with independent labels gain global access.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Why the poor need technology</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/technology/2295447.stm</link>
          <description>Access to information and communications technologies can have a huge impact on all aspects of life&#184; especially in developing countries.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Girlfriend killed in internet rage</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/england/2306973.stm</link>
          <description>A man who stabbed his girlfriend to death because he suffered from mental delusions has been detained in a secure hospital.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Intel chief talks up tech rebound</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/business/2304201.stm</link>
          <description>Craig Barrett&#184; boss of semiconductor giant Intel&#184; says the long awaited technology sector recovery is just around the corner.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Troubled tech firms link up</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/business/2305569.stm</link>
          <description>British fibre-optics firm Bookham Technology buys two businesses from telecoms giant Nortel&#184; and says there will be  some job cuts.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Mr Linux basks in the limelight</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/technology/2300267.stm</link>
          <description>The man behind Linux&#184; Linus Torvalds&#184; talks about being the poster boy for the anti-Microsoft campaign in an interview with the BBC.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>E-mail makes surfers emotional</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/technology/2297057.stm</link>
          <description>E-mail marketing works&#184; say internet experts&#184; but spam could undermine their effectiveness.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Bugbear e-mail virus causing havoc</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/technology/2298913.stm</link>
          <description>An e-mail virus called Bugbear is spreading across world&#184; threatening to become the biggest bug of the year so far.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Judge brands song swap laws &#39;unclear&#39;</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/business/2300113.stm</link>
          <description>A judge preparing to rule on a crucial test case which could stop the internet trading of music files declares the law is unclear.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Fans &#39;swamp&#39; download offer</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/entertainment/music/2296535.stm</link>
          <description>Music fans rush to download songs for free as part of a promotion of online music&#184; say organisers.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Napster movie planned</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/entertainment/music/2295321.stm</link>
          <description>MTV plans a film about the life of the man behind collapsed online music swapping service Napster.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Quake gets character lesson</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/technology/2207229.stm</link>
          <description>Now you can play Quake with just letters and numbers - plus other gaming news.</description>
          
  </item>
  
  
  	
  
  
  
  </channel>
  </rss>
  
  
  1.1                  jakarta-jetspeed/webapp/WEB-INF/cache/http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_uk_rss091.xml
  
  Index: http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_uk_rss091.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE rss SYSTEM "http://www.bbc.co.uk/syndication/feeds/news/rss-0.91.dtd" >
  <rss version="0.91">
  <channel>
  	<title>BBC News | UK</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/default.stm</link>
  	<description>Updated every minute of every day</description>
  	<language>en-gb</language>        
  	<image>
  		<title>BBC News Online</title>
  		<url>http://news.bbc.co.uk/furniture/syndication/bbc_news_120x60.gif</url>
  		<link>http://news.bbc.co.uk</link>
  	</image>
  	<lastBuildDate>Monday, 7 October, 2002, 20:46 GMT 21:46 UK
  </lastBuildDate>
          <copyright>Copyright: (C) British Broadcasting Corporation</copyright>
  	<docs>http://www.bbc.co.uk/syndication/</docs>
  
  
          
  	
  		
  <item>
          <title>Tories &#39;must change or face slaughter&#39;</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk_politics/2304181.stm</link>
          <description>Tory chairman Theresa May tells her party conference that they must change or face their third crushing election defeat in a row.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>DUP to pull out of executive</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/northern_ireland/2307019.stm</link>
          <description>The Democratic Unionist Party is to withdraw from the power-sharing executive at Stormont&#184; following allegations of IRA intelligence gathering.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Sunderland sack Reid</title>
          <link>http://news.bbc.co.uk/go/rss/-/sport1/hi/football/teams/s/sunderland/2307679.stm</link>
          <description>Peter Reid has been dismissed by Sunderland after their poor start to the Premiership season.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Shipman suspicions &#39;drove me mad&#39;</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/england/2299937.stm</link>
          <description>The woman who triggered the downfall of serial killer Harold Shipman says she felt she was &#34;going mad&#34; over her suspicions of the GP.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Queen &#39;treasures&#39; Canadian role</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/2307803.stm</link>
          <description>In a powerful speech as part of her Golden Jubilee tour in Vancouver&#184; the Queen underlines her place in Canadian history.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Blunkett accused of asylum panic</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk_politics/2304613.stm</link>
          <description>Plans to push through new measures to make the UK less attractive to fake asylum seekers spark fury in the House of Lords.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Ian Brady seeks public hearing</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/2306777.stm</link>
          <description>The Moors murderer Ian Brady wants a public hearing to determine whether he should still be detained in a mental institution.
&#10;</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Many cars offer poor whiplash protection</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/2304761.stm</link>
          <description>The first survey of its kind finds a quarter of cars do not offer enough protection against whiplash injuries.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Borders closed to stop England hooligans</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/england/2306677.stm</link>
          <description>Austria and the Czech Republic are refusing entry to any known hooligans to prevent them getting to the Euro 2004 qualifier against Slovakia.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Archer diary tells of prison life</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/2305417.stm</link>
          <description>Jeffrey Archer shares intimate details of his first taste of prison life in his controversial diary which is being serialised in a national newspaper.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Shayler &#39;state secrets&#39; trial begins</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/2305783.stm</link>
          <description>Renegade MI5 agent David Shayler begins his trial at London&#39;s Old Bailey for allegedly disclosing state secrets in 1997.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>When death came before dishonour</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/asia-pacific/2266173.stm</link>
          <description>As a former kamikaze pilot meets British war veterans BBC News Online investigates what lay behind the self-sacrifice.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Do MPs answer their e-mails?</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/in_depth/sci_tech/2000/dot_life/2305851.stm</link>
          <description>How good are MPs at answering e-mails and faxes from their constituents? A survey suggests that some are better than others.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Hidden tales of the black home front</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/2295559.stm</link>
          <description>Why don&#39;t the history books write about black Britons&#39; war effort? BBC News Online&#39;s meets one historian who has unearthed their stories.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Part one of Archer&#39;s diary</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/uk/2304833.stm</link>
          <description>The focus in the Daily Mail is on Archer&#39;s jail book and in the other papers on the first day of the Tory party conference.</description>
          
  </item>
  
  
  	
  
  
  
  </channel>
  </rss>
  
  
  1.1                  jakarta-jetspeed/webapp/WEB-INF/cache/http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_world_rss091.xml
  
  Index: http_www.bbc.co.uk_syndication_feeds_news_ukfs__news_world_rss091.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE rss SYSTEM "http://www.bbc.co.uk/syndication/feeds/news/rss-0.91.dtd" >
  <rss version="0.91">
  <channel>
  	<title>BBC News | WORLD</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/default.stm</link>
  	<description>Updated every minute of every day</description>
  	<language>en-gb</language>        
  	<image>
  		<title>BBC News Online</title>
  		<url>http://news.bbc.co.uk/furniture/syndication/bbc_news_120x60.gif</url>
  		<link>http://news.bbc.co.uk</link>
  	</image>
  	<lastBuildDate>Monday, 7 October, 2002, 20:49 GMT 21:49 UK
  </lastBuildDate>
          <copyright>Copyright: (C) British Broadcasting Corporation</copyright>
  	<docs>http://www.bbc.co.uk/syndication/</docs>
  
  
          
  	
  		
  <item>
          <title>Groups vow attacks after Gaza raid</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/middle_east/2307153.stm</link>
          <description>Palestinian militants say they will launch new suicide attacks inside Israel after a dawn raid on a Hamas stronghold leaves 14 dead.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Atlantis blasts off</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/sci/tech/2305721.stm</link>
          <description>A new mission to the International Space Station begins after a long delay caused by technical problems and bad weather.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Bush to address nation on Iraq</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/americas/2306451.stm</link>
          <description>The president is to try to keep up public support for his tough stand on Iraq in a televised speech as Congress rallies behind him.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Battle rages for Ivory Coast city</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/africa/2304443.stm</link>
          <description>Government troops launch a foray into the centre of rebel-held stronghold of Bouake&#184; after ceasefire talks collapse.</description>
          
  </item>
  
  
  	
  		
  <item>
          <title>Brazil&#39;s Lula woos rivals</title>
          <link>http://news.bbc.co.uk/go/rss/-/1/hi/world/americas/2307665.stm</link>
          <description>Left-wing leader Lula appeals to opponents of Brazil&#39;s economic model to support him in the second round of voting on 27 October.</description>
          
  </item>
  
  
  	
  
  
  
  </channel>
  </rss>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>