Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://www.cadenhead.org/workbench/gems/rss-test.xml

  1. <?xml version="1.0"?>
  2. <!-- RSS generated by Radio UserLand v8.0.8 on Tue, 03 Aug 2004 04:34:42 GMT -->
  3. <rss version="2.0" xmlns:geo="http://brainoff.com/geo">
  4. <channel>
  5. <title>Workbench</title>
  6. <link>http://workbench.cadenhead.org/</link>
  7. <description>Programming and publishing news and comment</description>
  8. <language>en-us</language>
  9. <copyright>Copyright 2004 Rogers Cadenhead</copyright>
  10. <lastBuildDate>Tue, 03 Aug 2004 04:34:42 GMT</lastBuildDate>
  11. <docs>http://www.rssboard.org/rss-specification</docs>
  12. <generator>Radio UserLand v8.0.8</generator>
  13. <managingEditor>rogers@cadenhead.org</managingEditor>
  14. <webMaster>rogers@cadenhead.org</webMaster>
  15. <category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category>
  16. <skipHours>
  17. <hour>4</hour>
  18. <hour>3</hour>
  19. <hour>2</hour>
  20. <hour>5</hour>
  21. <hour>6</hour>
  22. <hour>1</hour>
  23. <hour>0</hour>
  24. <hour>23</hour>
  25. </skipHours>
  26. <ttl>60</ttl>
  27. <item>
  28. <title>Strange Bargain for Hyped British Fantasy</title>
  29. <link>http://workbench.cadenhead.org/2004/08/03.html#a1826</link>
  30. <description>&lt;a href=&quot;http://www.amazon.com/exec/obidos/ISBN=1582344167/naviseek/&quot;&gt;&lt;img src=&quot;http://workbench.cadenhead.org/gems/strange-norrell-clarke.gif&quot; height=&quot;188&quot; width=&quot;125&quot; alt=&quot;Jonathan Strange and Mr. Norrell&quot; align=&quot;right&quot; hspace=&quot;3&quot; border=&quot;0&quot;&gt;&lt;/a&gt;This weekend&apos;s &lt;a href=&quot;http://www.nytimes.com/2004/08/01/magazine/01CLARKE.html&quot;&gt;New York Times Magazine&lt;/a&gt; offered lavish praise for &lt;a href=&quot;http://www.amazon.com/exec/obidos/ISBN=1582344167/naviseek/&quot;&gt;Jonathan Strange and Mr. Norrell&lt;/a&gt;, a debut novel by Susanna Clarke that&apos;s attracting a lot of hype prior to its Sept. 8 release.
  31.  
  32. &lt;p&gt;The book, an 800-page adult novel about rival 19th-century British magicians, has prompted comparisons to both J.K. Rowling and Jane Austen. &lt;a href=&quot;http://www.neilgaiman.com/journal/2004/03/back-in-snow.asp&quot;&gt;Neil Gaiman&lt;/a&gt; calls it &quot;the best English fantasy novel written in the last seventy years.&quot;
  33.  
  34. &lt;p&gt;An elaborate alternate reality has been created for the meticulously researched book, complete with footnotes and false bibliography citations. The publisher thinks so much of the work it will be printing 250,000 copies in 17 languages.
  35.  
  36. &lt;blockquote&gt;&lt;p&gt;... in early 2003 [Clarke] sold the still unfinished manuscript to Bloomsbury, which quickly snapped up world rights based largely on a reader&apos;s report that Bloomsbury would later circulate at the London Book Fair and that began, &quot;This book so captivated and riveted me that I&apos;m charging half the full fee.&quot;&lt;/p&gt;&lt;/blockquote&gt;
  37.  
  38. &lt;p&gt;The book&apos;s currently in the top 50 on Amazon and pre-publication copies are selling for $100 or more on EBay. On the publisher&apos;s UK site, I was surprised to find a special edition deal: a &lt;a href=&quot;http://www.bloomsbury.com/susannaclarke/&quot;&gt;signed, limited edition of the book&lt;/a&gt; for 30 British pounds (around $55) with only 250 copies available.</description>
  39. <guid>http://workbench.cadenhead.org/2004/08/03.html#a1826</guid>
  40. <pubDate>Tue, 03 Aug 2004 04:07:59 GMT</pubDate>
  41. <comments>http://workbench.cadenhead.org/php/comments.php?u=128729&amp;amp;p=1826&amp;amp;link=http%3A%2F%2Fwww.cadenhead.org%2Fworkbench%2F2004%2F08%2F03.html%23a1826</comments>
  42.    <PhotoDate>xyzzy</PhotoDate>
  43. </item>
  44. <item>
  45. <title>Encoding XML in Movable Type Templates</title>
  46. <link>http://workbench.cadenhead.org/2004/08/02.html#a1825</link>
  47. <description>Last week, I helped Jessamyn West fix a problem with the XML encoding of the &lt;a href=&quot;http://www.librarian.net/dnc/index.xml&quot;&gt;RSS 2.0 feed&lt;/a&gt; on the &lt;a href=&quot;http://librarian.net/dnc/&quot;&gt;Movable Type weblog&lt;/a&gt; she ran during the Democratic National Convention.
  48.  
  49. &lt;p&gt;West&apos;s feed couldn&apos;t be read successfully by the &lt;a href=&quot;http://www.conventionbloggers.com/&quot;&gt;Convention Bloggers&lt;/a&gt; aggregator because of the following line:
  50.  
  51. &lt;p class=&quot;sourcecode&quot;&gt;&amp;lt;description&amp;gt;&amp;lt;MTEntryBody encode_xml=&quot;1&quot;&amp;gt;&amp;lt;MTEntryIfExtended&amp;gt; [more] &amp;lt;/MTEntryIfExtended&amp;gt;&amp;lt;/description&amp;gt;&lt;/p&gt;
  52.  
  53. &lt;p&gt;This line produced output of this form:
  54.  
  55. &lt;p class=&quot;sourcecode&quot;&gt;&amp;lt;description&amp;gt;&amp;lt;![CDATA[&lt;i&gt;some entry text&lt;/i&gt;]]&amp;gt; [more] &amp;lt;/description&amp;gt;&lt;/p&gt;
  56.  
  57. &lt;p&gt;The block that begins with &lt;span class=&quot;sourcecode&quot;&gt;&amp;lt;![CDATA[&lt;/span&gt; and ends with &lt;span class=&quot;sourcecode&quot;&gt;]]&amp;gt;&lt;/span&gt; is character data in XML. The &lt;span class=&quot;sourcecode&quot;&gt;encode_xml&lt;/span&gt; attribute causes this encoding to take place, which ensures that text has been formatted properly for transmission as XML data.
  58.  
  59. &lt;p&gt;The problem was caused by text appearing outside of the CDATA block. Though it&apos;s valid XML, by my understanding, some XML parsers cannot handle element content that appears outside of a CDATA block or content that includes more than one CDATA block.
  60.  
  61. &lt;p&gt;If you understand how to create a CDATA block, you can solve this problem in a Movable Type template by dropping the &lt;span class=&quot;sourcecode&quot;&gt;encode_xml&lt;/span&gt; attribute and creating the CDATA block by yourself, as in this example:
  62.  
  63. &lt;p class=&quot;sourcecode&quot;&gt;&amp;lt;description&amp;gt;&lt;br&gt;
  64. &amp;nbsp;&amp;nbsp;&amp;lt;![CDATA[&amp;lt;MTEntryBody&amp;gt;&amp;lt;MTEntryIfExtended&amp;gt; [more] &amp;lt;/MTEntryIfExtended&amp;gt;]]&amp;gt;&lt;br&gt;
  65. &amp;lt;/description&amp;gt;&lt;/p&gt;
  66.  
  67. &lt;p&gt;For West&apos;s weblog, I used this technique to add another feature she wanted -- the full text of extended weblog entries in the feed:
  68.  
  69. &lt;p class=&quot;sourcecode&quot;&gt;&amp;lt;description&amp;gt;&lt;br&gt;
  70. &amp;nbsp; &amp;nbsp;&amp;lt;![CDATA[&amp;lt;MTEntryBody&amp;gt;&lt;br&gt;
  71. &amp;nbsp; &amp;nbsp;&amp;lt;MTEntryIfExtended&amp;gt;&lt;br&gt;
  72. &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;&amp;lt;MTEntryMore&amp;gt;&lt;br&gt;
  73. &amp;nbsp; &amp;nbsp;&amp;lt;/MTEntryIfExtended&amp;gt;]]&amp;gt;&lt;br&gt;
  74. &amp;lt;/description&amp;gt;&lt;/p&gt;</description>
  75. <guid>http://workbench.cadenhead.org/2004/08/02.html#a1825</guid>
  76. <pubDate>Tue, 03 Aug 2004 03:11:53 GMT</pubDate>
  77. <category>Movable Type</category>
  78. <comments>http://workbench.cadenhead.org/php/comments.php?u=128729&amp;amp;p=1825&amp;amp;link=http%3A%2F%2Fwww.cadenhead.org%2Fworkbench%2F2004%2F08%2F02.html%23a1825</comments>
  79. </item>
  80. <item>
  81. <title>Bush&apos;s Taxing Day in Ohio</title>
  82. <link>http://workbench.cadenhead.org/2004/08/01.html#a1824</link>
  83. <description>Energized by the Democratic National Convention, I&apos;m going to spend more time following the frenetic presidential campaigns during the last days of the race (93 and counting).
  84.  
  85. &lt;p&gt;During a stop in Canton, Ohio, on Saturday, one of the swing states hit hardest by the sour economy, President Bush &lt;a href=&quot;http://www.realcities.com/mld/krwashington/9291558.htm&quot;&gt;tried to cast doubt&lt;/a&gt; on Kerry&apos;s plan to roll back the tax cuts for Americans earning over $200,000 to invest in health care, education, and job creation:
  86.  
  87. &lt;blockquote&gt;&lt;p&gt;&quot;He said he&apos;s only going to raise taxes on the so-called rich. But you know how the rich is -- they got accountants. That means you pay.&quot;&lt;/p&gt;&lt;/blockquote&gt;
  88.  
  89. &lt;p&gt;I know the moral of that story is the Republicans&apos; favorite scare tactic -- them Dems gonna raise your taxes -- but let&apos;s stop for a moment and consider how he tells it: The president, 3.5 years into his term, declares that rich people are effectively untaxable because they can afford accountants who find loopholes.
  90.  
  91. &lt;p&gt;How can that argument possibly reflect well on Bush? He&apos;s calling rich people tax cheats, telling the rest of us that he&apos;s resigned to a system where they evade taxes, and admitting by implication that he did nothing with the Republican Congress to change it.</description>
  92. <guid>http://workbench.cadenhead.org/2004/08/01.html#a1824</guid>
  93. <pubDate>Sun, 01 Aug 2004 05:40:49 GMT</pubDate>
  94. <comments>http://workbench.cadenhead.org/php/comments.php?u=128729&amp;amp;p=1824&amp;amp;link=http%3A%2F%2Fwww.cadenhead.org%2Fworkbench%2F2004%2F08%2F01.html%23a1824</comments>
  95. </item>
  96. <item>
  97. <title>Routing Around the Conventional Media</title>
  98. <link>http://workbench.cadenhead.org/2004/07/30.html#a1823</link>
  99. <description>After reading CNET commentary editor Charles Cooper shred the &lt;a href=&quot;http://www.conventionbloggers.com/&quot;&gt;convention bloggers&lt;/a&gt; as hayseeds and &quot;cybertourists,&quot; I&apos;ve written a response to &lt;a href=&quot;http://workbench.cadenhead.org/stories/2004/07/30/media-convention-bloggers.html&quot;&gt;revoke his credentials&lt;/a&gt;.
  100.  
  101. &lt;p&gt;In a telling quote from his commentary, Cooper defines the success of webloggers by whether the professional media admires their work, writing that &quot;I&apos;m sure many from the world of mainstream media left town thinking they had little to worry about if this is the best the blogging world can produce.&quot;
  102.  
  103. &lt;p&gt;Though I&apos;d love to find out that Brian Williams, Shepard Smith and other media luminaries took a little time out from their pancake makeup sessions to catch up with &lt;a href=&quot;http://www.scripting.com/&quot;&gt;Dave&lt;/a&gt; and &lt;a href=&quot;http://atrios.blogspot.com/&quot;&gt;Duncan&lt;/a&gt;, why should bloggers care about impressing the outage they&apos;re trying to route around?</description>
  104. <guid>http://workbench.cadenhead.org/2004/07/30.html#a1823</guid>
  105. <pubDate>Fri, 30 Jul 2004 15:29:05 GMT</pubDate>
  106. <comments>http://workbench.cadenhead.org/php/comments.php?u=128729&amp;amp;p=1823&amp;amp;link=http%3A%2F%2Fwww.cadenhead.org%2Fworkbench%2F2004%2F07%2F30.html%23a1823</comments>
  107. </item>
  108. <item>
  109. <title>Convention Bloggers Pick Up Speed</title>
  110. <link>http://workbench.cadenhead.org/2004/07/29.html#a1822</link>
  111. <description>After a slow start, the webloggers at the &lt;a href=&quot;http://www.conventionbloggers.com/&quot;&gt;Democratic National Convention&lt;/a&gt; have managed to produce more good material this week than I have time to read.
  112.  
  113. &lt;p&gt;Some scattered finds:
  114.  
  115. &lt;p&gt;John Kerry solicited Ron Reagan&apos;s speech about &lt;a href=&quot;http://www3.dailynewstranscript.com/localRegional/view.bg?articleid=38053&quot;&gt;embryonic stem-cell research&lt;/a&gt;, telling him that he would &lt;a href=&quot;http://conventions.nationaljournal.com/archives/2004/07/kerrys_campaign.html&quot;&gt;reverse  Bush policy&lt;/a&gt; and allow federal funding.
  116.  
  117. &lt;p&gt;A bad idea: Scanning in your &lt;a href=&quot;http://www.demsjapan.jp/node/view/82&quot;&gt;convention credential&lt;/a&gt;.
  118.  
  119. &lt;p&gt;A nice photo of &lt;a href=&quot;http://wec.textamerica.com/?r=1162057&quot;&gt;youngest delegate Sarah Bender&lt;/a&gt;, taken by one of the college journalists from the wireless group moblog &lt;a href=&quot;http://wec.textamerica.com/&quot;&gt;Newsplex&lt;/a&gt;.
  120.  
  121. &lt;p&gt;At &lt;a href=&quot;http://www.bopnews.com/&quot;&gt;BOPNews&lt;/a&gt;, Stirling Newberry has been offering some of the best-produced and most interesting audioblog commentaries. That&apos;s not much of a compliment, given the rough quality of most weblog audio, but his &lt;a href=&quot;http://www.bopnews.com/archives/001126.html#1126&quot;&gt;response to Barack Obama&apos;s speech&lt;/a&gt; sounds like something you&apos;d hear on NPR.
  122.  
  123. &lt;p&gt;After sitting down with &lt;a href=&quot;http://www.bopnews.com/archives/001134.html#1134&quot;&gt;Sean Hannity&lt;/a&gt; at the Fleet Center, Matt Stoller asks a good question: Why would the Democrats invite the Republican machine into the building?
  124.  
  125. &lt;p&gt;Without credit, Matt Drudge ran Tom Tomorrow&apos;s &lt;a href=&quot;http://www.thismodernworld.com/weblog/mtarchives/week_2004_07_25.html#001662&quot;&gt;photo of Bill O&apos;Reilly and Michael Moore&lt;/a&gt; that was flopped and edited to hide its origins.
  126.  
  127. &lt;p&gt;Suggestions for the next group to implement a special-event aggregator like ConventionBloggers.Com: There ought to be a search engine, schedule of upcoming events, and past schedule with permalinks to speech transcripts and multimedia.
  128.  
  129. &lt;p&gt;Webloggers and people reading them with services like &lt;a href=&quot;http://www.technorati.com/&quot;&gt;Technorati&lt;/a&gt; need unique URLs to material they&apos;re commenting on (such as a link to this &lt;a href=&quot;http://www.dems2004.org/site/apps/nl/content3.asp?c=luI2LaPYG&amp;b=125925&amp;ct=158769&quot;&gt;Obama speech video and transcript&lt;/a&gt;).
  130.  
  131. &lt;p&gt;Media liaisons working for the convention ought to be churning out an index of links to everything they&apos;d like these overwhelmed webloggers to see during the event.</description>
  132. <guid>http://workbench.cadenhead.org/2004/07/29.html#a1822</guid>
  133. <pubDate>Thu, 29 Jul 2004 13:05:52 GMT</pubDate>
  134. <comments>http://workbench.cadenhead.org/php/comments.php?u=128729&amp;amp;p=1822&amp;amp;link=http%3A%2F%2Fwww.cadenhead.org%2Fworkbench%2F2004%2F07%2F29.html%23a1822</comments>
  135. </item>
  136. </channel>
  137. </rss>
  138.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda