<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:knowledge="http://knowledge.livedoor.com/-/spec/1.0/">
<channel>
<language>ja-jp</language>
<title>livedoor ナレッジ - user - もじゃ</title>
<link>http://knowledge.livedoor.com/profile/3</link>
<pubDate>Sun, 29 Nov 2009 11:24:44 +0900</pubDate>
<lastBuildDate>Mon, 27 Jul 2009 12:34:03 +0900</lastBuildDate>
<generator>http://knowledge.livedoor.com/</generator>
<description>livedoor knowledge - user - もじゃ</description>
<copyright>Copyright 1996- livedoor Co.,Ltd.</copyright>
<image>
    <title>livedoor knowledge</title>
    <url>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</url>
    <link>http://knowledge.livedoor.com</link>
    <width>43</width>
    <height>43</height>
</image>
<item>
    <title>本当に脈ありかどうか分かりませんが、女性の思わせぶりな態度、男性の勘違いから始まることはたくさんあると思います。後悔しないようにとにかくゴーをオススメします＾＾  （勘違いだったらサッと引きましょう）</title>
    <link>http://knowledge.livedoor.com/41600#answer114009</link>
    <description>本当に脈ありかどうか分かりませんが、女性の思わせぶりな態度、男性の勘違いから始まることはたくさんあると思います。後悔しないようにとにかくゴーをオススメします＾＾

（勘違いだったらサッと引きましょう）</description>
    <pubDate>Mon, 27 Jul 2009 12:34:03 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/41600#answer114009</guid>
    <author>最強兵器</author>
    <category domain="http://knowledge.livedoor.com/category/113001">男と女</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>31382</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/31382</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>ハードディスクが壊れました。</title>
    <link>http://knowledge.livedoor.com/17830</link>
    <description>ハードディスクが壊れました。
Windows のスレーブとして使用していた IDE ハードディスクが壊れまして、Linux 経由の dd で 10GBほど吸出せました。

しかし、マウントできず fsck
 fsck.vfat [イメージファイル] [マウントポイント]
を実行しましたが
 open [イメージファイル]: File to large
というエラーメッセージがでます。なんとか一部でも救出したいのですが、いい方法をご存知の方教えてください。m(_ _)m
</description>
    <pubDate>Thu, 07 Dec 2006 21:08:29 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/17830</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101009004">パーツ</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Sun, 07 Jan 2007 06:10:02 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>もじゃってますが何か？</title>
    <link>http://knowledge.livedoor.com/16036#answer48187</link>
    <description>もじゃってますが何か？</description>
    <pubDate>Fri, 10 Nov 2006 11:29:47 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/16036#answer48187</guid>
    <author>サルビシアン</author>
    <category domain="http://knowledge.livedoor.com/category/113010">人生相談</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>748</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/748</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>JSP2.0(JSTL1.1) での出力エスケープ処理</title>
    <link>http://knowledge.livedoor.com/13518</link>
    <description>JSP2.0(JSTL1.1) での出力エスケープ処理
JSP2.0(JSTL1.1) から
 &amp;lt;c:out value=&amp;quot;${customer.name}&amp;quot;/&amp;gt;
の部分を EL で直接
 ${customer.name}
のようにかけるようになりました。&amp;lt;c:out/&amp;gt; はデフォルトで出力される文字列をエスケープしますが、EL でやるには
 &amp;lt;%@ taglib prefix=&amp;quot;fn&amp;quot; uri=&amp;quot;http://java.sun.com/jsp/jstl/functions&amp;quot; %&amp;gt;
 ${fn:escapeXml(customer.name)}
とやる必要があります。これ、非常に面倒なのでデフォルトでエスケープするような方法はないでしょうか？</description>
    <pubDate>Fri, 15 Sep 2006 14:43:00 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/13518</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006006">Java</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>0</knowledge:answers>
        <knowledge:closed label="お蔵入り">Mon, 16 Oct 2006 06:10:01 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>それであれば str_replace が良いと思います。  $value = &amp;quot;aaa&amp;lt;br&amp;gt;cc&amp;quot;;  $value = str_replace(&amp;quot;&amp;lt;br&amp;gt;&amp;quot;, &amp;quot;\r\n&amp;quot;, $value); http://php.s3.to/man/function.str-replace.html</title>
    <link>http://knowledge.livedoor.com/9990#answer27506</link>
    <description>それであれば str_replace が良いと思います。
 $value = &amp;quot;aaa&amp;lt;br&amp;gt;cc&amp;quot;;
 $value = str_replace(&amp;quot;&amp;lt;br&amp;gt;&amp;quot;, &amp;quot;\r\n&amp;quot;, $value);
http://php.s3.to/man/function.str-replace.html</description>
    <pubDate>Fri, 14 Jul 2006 20:19:24 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/9990#answer27506</guid>
    <author>ciao</author>
    <category domain="http://knowledge.livedoor.com/category/101006012">PHP</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>6679</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/6679</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>PHP4 で使える Class::DBI(perl) か Hibernate(Java) のようなお勧めのライブラリがあったら教えてください。</title>
    <link>http://knowledge.livedoor.com/7790</link>
    <description>PHP4 で使える Class::DBI(perl) か Hibernate(Java) のようなお勧めのライブラリがあったら教えてください。
</description>
    <pubDate>Sat, 03 Jun 2006 00:41:12 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/7790</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006012">PHP</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Thu, 15 Jun 2006 02:34:11 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>http://ai2you.com/iKakeibo/ai_frm_main.asp 今日オープンしたもようです。</title>
    <link>http://knowledge.livedoor.com/6659#answer20992</link>
    <description>http://ai2you.com/iKakeibo/ai_frm_main.asp
今日オープンしたもようです。</description>
    <pubDate>Thu, 01 Jun 2006 16:08:56 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/6659#answer20992</guid>
    <author>舐達磨親方</author>
    <category domain="http://knowledge.livedoor.com/category/108014">生活の知恵</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1143</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1143</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>http://img04.pics.livedoor.com/004/a/f/af53175804f4d3fd0b50-M.PNG デスクトップ右下のあたりにある言語バーを右クリックして「設定」を選びます。 http://img05.pics.livedoor.com/005/5/e/5e82cd5233d15d7804a0</title>
    <link>http://knowledge.livedoor.com/7661#answer20791</link>
    <description>http://img04.pics.livedoor.com/004/a/f/af53175804f4d3fd0b50-M.PNG
デスクトップ右下のあたりにある言語バーを右クリックして「設定」を選びます。
http://img05.pics.livedoor.com/005/5/e/5e82cd5233d15d7804a0-M.PNG
「プロパティ」ボタンをクリックします。
http://img05.pics.livedoor.com/005/b/b/bb55cac6722043aecb1e-M.PNG
「辞書ツール」アイコンをクリックします。

すると辞書ツールが開くので、[編集]-[新規登録] から「よみ」と「顔文字」を登録できます。</description>
    <pubDate>Wed, 31 May 2006 16:54:22 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/7661#answer20791</guid>
    <author>スイカ</author>
    <category domain="http://knowledge.livedoor.com/category/108001">育児・教育</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1497</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1497</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>HTML フレーム間のリンクの制御は jsp:forward ではできないので、素直に  &amp;lt;a href=&amp;quot;ファイル?パラメータ名=パラメータ値&amp;quot; target=&amp;quot;フレーム&amp;quot;&amp;gt;リンク&amp;lt;/a&amp;gt; のようにしては如何でしょうか？  また、今回のエラー（JSP </title>
    <link>http://knowledge.livedoor.com/7625#answer20739</link>
    <description>HTML フレーム間のリンクの制御は jsp:forward ではできないので、素直に
 &amp;lt;a href=&amp;quot;ファイル?パラメータ名=パラメータ値&amp;quot; target=&amp;quot;フレーム&amp;quot;&amp;gt;リンク&amp;lt;/a&amp;gt;
のようにしては如何でしょうか？

また、今回のエラー（JSP のコンパイルエラー）は、jsp:forward ディレクティブに target 属性がないためだと思います。</description>
    <pubDate>Wed, 31 May 2006 10:50:19 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/7625#answer20739</guid>
    <author></author>
    <category domain="http://knowledge.livedoor.com/category/101006006">Java</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>459</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/459</knowledge:authorLink>
        <knowledge:authorIcon>http://image.profile.livedoor.jp/icon/osanpo_rom_60.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://image.profile.livedoor.jp/icon/osanpo_rom_60.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>ThinkPad X60 で Client Security Solution を有効にしてしまいました。 http://www-06.ibm.com/jp/pc/think/thinkvantagetech/security.shtml</title>
    <link>http://knowledge.livedoor.com/7527</link>
    <description>ThinkPad X60 で Client Security Solution を有効にしてしまいました。
http://www-06.ibm.com/jp/pc/think/thinkvantagetech/security.shtml
なんとか無効にしたいのですが、どうしたら良いでしょうか？</description>
    <pubDate>Mon, 29 May 2006 11:04:34 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/7527</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101">コンピューター＆インターネット</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Sun, 18 Jun 2006 00:05:07 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Java は環境変数の CLASSPATH、または java コマンド実行時の -classpath オプションに指定されたパスを頼りにクラスファイルを探します。  とにかくエラーのあった行で使用しているクラスか、それを含む jar ライブ</title>
    <link>http://knowledge.livedoor.com/5763#answer15985</link>
    <description>Java は環境変数の CLASSPATH、または java コマンド実行時の -classpath オプションに指定されたパスを頼りにクラスファイルを探します。

とにかくエラーのあった行で使用しているクラスか、それを含む jar ライブラリを見つけて CLASSPATH に追加してみてください。

以下の URL が分かりやすかったです。
http://www.atmarkit.co.jp/fjava/onepoint/java/jv_clpath.html</description>
    <pubDate>Tue, 02 May 2006 10:52:48 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/5763#answer15985</guid>
    <author>kanako</author>
    <category domain="http://knowledge.livedoor.com/category/101006006">Java</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>5717</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/5717</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>Windows XP のタスクバーのクイック起動がときどき表示されなくなります。みなさんはそのような症状になったことありますか？解決法があれば教えてください。</title>
    <link>http://knowledge.livedoor.com/5743</link>
    <description>Windows XP のタスクバーのクイック起動がときどき表示されなくなります。みなさんはそのような症状になったことありますか？解決法があれば教えてください。
表示されなくなると、タスクバーを右クリックしてプロパティから「クイック起動を表示する」というチェックボックスをクリックして復活させてますが、面倒でたまりません。</description>
    <pubDate>Tue, 02 May 2006 00:08:47 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/5743</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101001001">Windows</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="お蔵入り">Fri, 02 Jun 2006 06:10:01 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>面接官をやることになりました。技術職の募集なんですが、まずはコミュニケーション能力を評価したいと思います。</title>
    <link>http://knowledge.livedoor.com/5279</link>
    <description>面接官をやることになりました。技術職の募集なんですが、まずはコミュニケーション能力を評価したいと思います。
あなたならどんな質問して、どんな答えに高い評価をしますか？</description>
    <pubDate>Mon, 24 Apr 2006 19:32:28 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/5279</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/104012">起業・職業・雇用</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>6</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 17 May 2006 11:35:47 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>妊娠 5ヶ月になったら戌の日に帯祝いというやつをするらしいのですが、どの神社に行くべきか悩んでます。単純に近いところに行けばいいのでしょうか？</title>
    <link>http://knowledge.livedoor.com/5119</link>
    <description>妊娠 5ヶ月になったら戌の日に帯祝いというやつをするらしいのですが、どの神社に行くべきか悩んでます。単純に近いところに行けばいいのでしょうか？
</description>
    <pubDate>Fri, 21 Apr 2006 16:08:02 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/5119</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/108001">育児・教育</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 24 Apr 2006 19:19:42 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>RSS AutoDiscovery に対応したいと考えているのですが 2つ疑問があります。</title>
    <link>http://knowledge.livedoor.com/4054</link>
    <description>RSS AutoDiscovery に対応したいと考えているのですが 2つ疑問があります。
今、こんな感じにしてますが、
 &amp;lt;link rel=&amp;quot;alternate&amp;quot; type=&amp;quot;application/rss+xml&amp;quot;
    title=&amp;quot;RSS&amp;quot; href=&amp;quot;/rss20.xml&amp;quot; /&amp;gt;
1. title 要素は、RSS2.0 の場合、「RSS 2.0」と明記したほうが良いでしょうか？
2. href 要素には http: で始まる URL を書いたほうが良いでしょうか？</description>
    <pubDate>Mon, 03 Apr 2006 14:36:44 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/4054</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101007">インターネット</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 12 Apr 2006 18:12:37 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>R25 のサラリーマンキャラクターなんですけど、作者の方のホームページとかあれば教えてください。</title>
    <link>http://knowledge.livedoor.com/3611</link>
    <description>R25 のサラリーマンキャラクターなんですけど、作者の方のホームページとかあれば教えてください。
気になります。</description>
    <pubDate>Mon, 27 Mar 2006 20:30:56 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/3611</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/103010">本・雑誌</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 21 Apr 2006 16:17:25 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>タバコですね。私は 3時ごろいつもプハーとやってます。 最近は肩身がせまいですが＞＜</title>
    <link>http://knowledge.livedoor.com/3412#answer9926</link>
    <description>タバコですね。私は 3時ごろいつもプハーとやってます。
最近は肩身がせまいですが＞＜</description>
    <pubDate>Fri, 24 Mar 2006 20:37:47 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/3412#answer9926</guid>
    <author>俺</author>
    <category domain="http://knowledge.livedoor.com/category/114009">livedoorデパート</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1978</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1978</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>あるサイトで RSS2.0 を使って記事の要約を配信しているのですが、rss/channel/(title or description) の内容に HTML タグが含まれる場合、どうすべきか悩んでいます。</title>
    <link>http://knowledge.livedoor.com/2788</link>
    <description>あるサイトで RSS2.0 を使って記事の要約を配信しているのですが、rss/channel/(title or description) の内容に HTML タグが含まれる場合、どうすべきか悩んでいます。
例えば
 &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;RED&amp;lt;/span&amp;gt;
を、ある説によると次のように 1回サニタイジングすればよいとあり、
 (1)
 &amp;amp;lt;span style=&amp;amp;quot;color:red;&amp;amp;quot;&amp;amp;gt;RED&amp;amp;lt;/span&amp;amp;gt;
ある説によるともう 1回サニタイジングしなければならないとあります。
 (2)
 &amp;amp;amp;lt;span style=&amp;amp;amp;quot;color:red;&amp;amp;amp;quot;&amp;amp;amp;gt;RED&amp;amp;amp;lt;/span&amp;amp;amp;gt;
どちらが正しいでしょうか？</description>
    <pubDate>Wed, 15 Mar 2006 16:28:45 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2788</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006">プログラミング・言語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="お蔵入り">Sat, 15 Apr 2006 06:10:01 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Skype とかどうでしょう？ http://www.geocities.jp/hibiyank/video/spon.htm 「ファイヤーウォール・ＮＡＴ・プロキシー内の環境でも特別な設定なしで利用できます。」とか説明がありました。試したことないです。</title>
    <link>http://knowledge.livedoor.com/2407#answer7014</link>
    <description>Skype とかどうでしょう？
http://www.geocities.jp/hibiyank/video/spon.htm
「ファイヤーウォール・ＮＡＴ・プロキシー内の環境でも特別な設定なしで利用できます。」とか説明がありました。試したことないです。ごめんなさい。</description>
    <pubDate>Fri, 10 Mar 2006 11:49:17 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2407#answer7014</guid>
    <author>もう負けそう</author>
    <category domain="http://knowledge.livedoor.com/category/101007012">メッセンジャー</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>2459</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/2459</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>「売上（収入）」は源泉徴収されていないもの、「所得」は源泉徴収されたもので良いかと思います。  例）  売上金額: 100万  所得金額:  90万  源泉徴収税額: 10万</title>
    <link>http://knowledge.livedoor.com/2396#answer7009</link>
    <description>「売上（収入）」は源泉徴収されていないもの、「所得」は源泉徴収されたもので良いかと思います。
 例）
 売上金額: 100万
 所得金額:  90万
 源泉徴収税額: 10万</description>
    <pubDate>Fri, 10 Mar 2006 11:19:42 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2396#answer7009</guid>
    <author>あきこ</author>
    <category domain="http://knowledge.livedoor.com/category/104003">会計・経理・税金</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>2453</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/2453</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>rpm パッケージをコマンド名から探す方法ってあるでしょうか？ときどきコマンド名だけ分かっててパッケージ名を探すのに苦労します。</title>
    <link>http://knowledge.livedoor.com/2330</link>
    <description>rpm パッケージをコマンド名から探す方法ってあるでしょうか？ときどきコマンド名だけ分かっててパッケージ名を探すのに苦労します。
今は insserv というコマンドがどのパッケージに入ってるか探しているところだったり。。。
 rpm -qpl
とかで片っ端から探していく感じですかね。。</description>
    <pubDate>Thu, 09 Mar 2006 16:16:22 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2330</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101001003">Linux</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 15 Mar 2006 10:52:32 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>哭きの竜の「あんた背中がすすけてるぜ」</title>
    <link>http://knowledge.livedoor.com/2162#answer6334</link>
    <description>哭きの竜の「あんた背中がすすけてるぜ」</description>
    <pubDate>Tue, 07 Mar 2006 19:12:08 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2162#answer6334</guid>
    <author>ばんぬー</author>
    <category domain="http://knowledge.livedoor.com/category/103003">マンガ・アニメーション</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>343</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/343</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>球種、球スジをイメージして静かに待ちます。</title>
    <link>http://knowledge.livedoor.com/2090#answer6111</link>
    <description>球種、球スジをイメージして静かに待ちます。</description>
    <pubDate>Mon, 06 Mar 2006 22:55:45 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2090#answer6111</guid>
    <author>シロー・アマダ</author>
    <category domain="http://knowledge.livedoor.com/category/110004004">野球</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1296</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1296</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>キンタマンという漫画があったのを記憶してます。 コロコロでしたっけ？</title>
    <link>http://knowledge.livedoor.com/2043#answer6045</link>
    <description>キンタマンという漫画があったのを記憶してます。
コロコロでしたっけ？</description>
    <pubDate>Mon, 06 Mar 2006 16:22:57 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2043#answer6045</guid>
    <author></author>
    <category domain="http://knowledge.livedoor.com/category/103003003">作品</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1654</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1654</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>以下のようにすれば良いです。 &amp;lt;準備&amp;gt; A1 セルに 6510 を入力 &amp;lt;計算方法（関数)&amp;gt; =ROUND(A1*0.85,-1) &amp;lt;計算結果＞ 5530円</title>
    <link>http://knowledge.livedoor.com/2066#answer6037</link>
    <description>以下のようにすれば良いです。
&amp;lt;準備&amp;gt;
A1 セルに 6510 を入力
&amp;lt;計算方法（関数)&amp;gt;
=ROUND(A1*0.85,-1)
&amp;lt;計算結果＞
5530円</description>
    <pubDate>Mon, 06 Mar 2006 16:01:05 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2066#answer6037</guid>
    <author></author>
    <category domain="http://knowledge.livedoor.com/category/101010">データベース</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>2175</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/2175</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>ぎゅっと立ち位置を固定して動かない、頑ななオヤジ。</title>
    <link>http://knowledge.livedoor.com/2038#answer5970</link>
    <description>ぎゅっと立ち位置を固定して動かない、頑ななオヤジ。</description>
    <pubDate>Mon, 06 Mar 2006 11:00:42 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/2038#answer5970</guid>
    <author>あつ☆</author>
    <category domain="http://knowledge.livedoor.com/category/108002001">鉄道・列車</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>297</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/297</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>源泉徴収所得税の仕分けについて</title>
    <link>http://knowledge.livedoor.com/1863</link>
    <description>源泉徴収所得税の仕分けについて
たとえば 9月末に 100万円の売掛が発生し、10月末に 源泉徴収1割を引かれた代金が銀行口座に振り込まれた場合、
  9月末   売掛金  100万円 / 売上高 100万円
 10月末   普通預金 90万円 / 売掛金  90万円
源泉徴収で引かれた分はどのように仕分けすればよいでしょうか？↓こんな感じでしょうか？
 10月末   預り金   10万円 / 現金    10万円</description>
    <pubDate>Fri, 03 Mar 2006 17:49:29 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1863</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/104003">会計・経理・税金</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>5</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 06 Mar 2006 10:47:17 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>HTML のネスト構造どの程度インデントするかいつも迷います。</title>
    <link>http://knowledge.livedoor.com/1693</link>
    <description>HTML のネスト構造どの程度インデントするかいつも迷います。
1. 昔はきっちりインデントしてたんですが
 &amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;
   &amp;lt;table&amp;gt;
     &amp;lt;tr&amp;gt;
       &amp;lt;td&amp;gt;内容&amp;lt;/td&amp;gt;
     &amp;lt;/tr&amp;gt;
   &amp;lt;/table&amp;gt;
 &amp;lt;/div&amp;gt;
2. 最近は、あいまいなインデント使ってたりします。自分でも基準がなくなってしまいました。
 &amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;
   &amp;lt;table&amp;gt;
   &amp;lt;tr&amp;gt;
   &amp;lt;td&amp;gt;内容&amp;lt;/td&amp;gt;
   &amp;lt;/tr&amp;gt;
   &amp;lt;/table&amp;gt;
 &amp;lt;/div&amp;gt;
皆さんどうされてます？</description>
    <pubDate>Wed, 01 Mar 2006 17:37:32 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1693</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006013">HTML</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>4</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 03 Mar 2006 17:50:30 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Windows で開いてるウィンドウを最小化するショートカットキーってありますか？キーボードから手を離すのがおっくうなときがあります。</title>
    <link>http://knowledge.livedoor.com/1654</link>
    <description>Windows で開いてるウィンドウを最小化するショートカットキーってありますか？キーボードから手を離すのがおっくうなときがあります。
</description>
    <pubDate>Wed, 01 Mar 2006 11:07:48 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1654</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101001001">Windows</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 01 Mar 2006 17:20:48 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Skype って個人とのやり取りの履歴は表示できますが、グループチャットの履歴が見つからなくて困ってます。</title>
    <link>http://knowledge.livedoor.com/1610</link>
    <description>Skype って個人とのやり取りの履歴は表示できますが、グループチャットの履歴が見つからなくて困ってます。
色々試したのですが見つかりませんでした。そういった機能はないのでしょうか・・・</description>
    <pubDate>Tue, 28 Feb 2006 21:24:27 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1610</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101005">通信・ネットワーク接続</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 01 Mar 2006 10:53:20 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Java サーブレットがおけるレンタルサーバっていくつかありますが、実際に使ってらっしゃる方お勧めを教えてください。</title>
    <link>http://knowledge.livedoor.com/1475</link>
    <description>Java サーブレットがおけるレンタルサーバっていくつかありますが、実際に使ってらっしゃる方お勧めを教えてください。
以下を検討中です。1GB で 1ヶ月 5000円くらいです。
http://www.webmate.ne.jp/Service.jsp</description>
    <pubDate>Mon, 27 Feb 2006 11:52:03 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1475</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101007">インターネット</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>0</knowledge:answers>
        <knowledge:closed label="お蔵入り">Thu, 30 Mar 2006 06:10:01 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>半年前くらいから ThinkPad を使い始めました。赤いポッチにようやくなれて好きになりましたが、人差し指に跡がついて硬くなりました。</title>
    <link>http://knowledge.livedoor.com/1440</link>
    <description>半年前くらいから ThinkPad を使い始めました。赤いポッチにようやくなれて好きになりましたが、人差し指に跡がついて硬くなりました。
これってどうしようもないですか？跡がつかない方法とかあれば教えてください。</description>
    <pubDate>Mon, 27 Feb 2006 03:27:56 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1440</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101009002">ノートPC</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 27 Feb 2006 10:53:09 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>ガリレオ・ガリレイの地動説ではないでしょうか？宇宙というものを考えるきっかけになったと思います。</title>
    <link>http://knowledge.livedoor.com/1312#answer3756</link>
    <description>ガリレオ・ガリレイの地動説ではないでしょうか？宇宙というものを考えるきっかけになったと思います。</description>
    <pubDate>Sun, 26 Feb 2006 01:06:00 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1312#answer3756</guid>
    <author>スフィー</author>
    <category domain="http://knowledge.livedoor.com/category/112013">発明</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>177</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/177</knowledge:authorLink>
        <knowledge:authorIcon>http://image.profile.livedoor.jp/icon/sphee12_60.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://image.profile.livedoor.jp/icon/sphee12_60.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>「働いたら負けだと思ってる」という言葉はある意味カコイイかと。死ぬわけにいかないでしょうから、大半は働いて負けていくのかな？</title>
    <link>http://knowledge.livedoor.com/1313#answer3755</link>
    <description>「働いたら負けだと思ってる」という言葉はある意味カコイイかと。死ぬわけにいかないでしょうから、大半は働いて負けていくのかな？</description>
    <pubDate>Sun, 26 Feb 2006 01:01:55 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1313#answer3755</guid>
    <author>ニート・ジャパン</author>
    <category domain="http://knowledge.livedoor.com/category/106006006">国内</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>320</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/320</knowledge:authorLink>
        <knowledge:authorIcon>http://image.profile.livedoor.jp/icon/neet34_60.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://image.profile.livedoor.jp/icon/neet34_60.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>こちらの方がカテゴリが花見でいい質問だと思うんですが、以下に回答してしまったんでリンクしておきます。 http://knowledge.livedoor.com/1161</title>
    <link>http://knowledge.livedoor.com/1280#answer3752</link>
    <description>こちらの方がカテゴリが花見でいい質問だと思うんですが、以下に回答してしまったんでリンクしておきます。
http://knowledge.livedoor.com/1161</description>
    <pubDate>Sun, 26 Feb 2006 00:53:33 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1280#answer3752</guid>
    <author>サルビシアン</author>
    <category domain="http://knowledge.livedoor.com/category/106004003">花見</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>748</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/748</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>飯田橋駅から四谷まで続く川沿いの桜が好きです。 川の上にカフェがあっていい感じですよ。 写真をアップできないのが残念です。</title>
    <link>http://knowledge.livedoor.com/1161#answer3399</link>
    <description>飯田橋駅から四谷まで続く川沿いの桜が好きです。
川の上にカフェがあっていい感じですよ。
写真をアップできないのが残念です。</description>
    <pubDate>Fri, 24 Feb 2006 23:31:38 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1161#answer3399</guid>
    <author></author>
    <category domain="http://knowledge.livedoor.com/category/108014">生活の知恵</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1</knowledge:authorLink>
        <knowledge:authorIcon>http://image.profile.livedoor.jp/icon/unakatsuo_60.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://image.profile.livedoor.jp/icon/unakatsuo_60.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>50円玉が 2コと 100円玉が１コあって、100円玉がとりやすい位置にあるのに50円玉を ２コつかうとき。</title>
    <link>http://knowledge.livedoor.com/1137#answer3277</link>
    <description>50円玉が 2コと 100円玉が１コあって、100円玉がとりやすい位置にあるのに50円玉を ２コつかうとき。</description>
    <pubDate>Fri, 24 Feb 2006 13:09:51 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/1137#answer3277</guid>
    <author>あつ☆</author>
    <category domain="http://knowledge.livedoor.com/category/108014">生活の知恵</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>297</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/297</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>マイページのプロフィール編集で、「回答の通知メール」を「回答毎に受け取る」 に設定すると、回答が来るたびにメールが受け取れますよ。</title>
    <link>http://knowledge.livedoor.com/889#answer2507</link>
    <description>マイページのプロフィール編集で、「回答の通知メール」を「回答毎に受け取る」 に設定すると、回答が来るたびにメールが受け取れますよ。</description>
    <pubDate>Mon, 20 Feb 2006 19:14:54 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/889#answer2507</guid>
    <author>モリちゅん</author>
    <category domain="http://knowledge.livedoor.com/category/114003">livedoorナレッジ</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1363</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1363</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>FC3S 好きです。運転席左下のドライブシャフトの先でロータリーが回っていると思うとたまりません。  そういう気持ちにさせてくれる車メーカーってナカナカないかと。ホンダもいいかもしれないですね。</title>
    <link>http://knowledge.livedoor.com/809#answer2324</link>
    <description>FC3S 好きです。運転席左下のドライブシャフトの先でロータリーが回っていると思うとたまりません。

そういう気持ちにさせてくれる車メーカーってナカナカないかと。ホンダもいいかもしれないですね。</description>
    <pubDate>Mon, 20 Feb 2006 01:18:49 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/809#answer2324</guid>
    <author>liverty</author>
    <category domain="http://knowledge.livedoor.com/category/112004001">メーカー</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1149</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1149</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>google 検索しましたが 「万事～」280件なのに対し、「万障～」は7万件ヒットしました。用法的には「万障～」が多く使われているようです。 http://www.tackns.net/word/bansho_kuriawase.html  「万事」のほうが耳</title>
    <link>http://knowledge.livedoor.com/650#answer1866</link>
    <description>google 検索しましたが 「万事～」280件なのに対し、「万障～」は7万件ヒットしました。用法的には「万障～」が多く使われているようです。
http://www.tackns.net/word/bansho_kuriawase.html

「万事」のほうが耳覚えがあったんですが。。意外です。</description>
    <pubDate>Fri, 17 Feb 2006 17:21:02 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/650#answer1866</guid>
    <author>boku_horiemon</author>
    <category domain="http://knowledge.livedoor.com/category/106001003">国語</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>1129</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/1129</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>オリンピックって会場の手配から運営まですべて開催国がもつのでしょうか？</title>
    <link>http://knowledge.livedoor.com/337</link>
    <description>オリンピックって会場の手配から運営まですべて開催国がもつのでしょうか？
収支とか公開されるのかな。。</description>
    <pubDate>Sun, 12 Feb 2006 00:32:41 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/337</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/110001">ウィンタースポーツ</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 13 Feb 2006 03:01:47 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>大事なアフロかつらですね。</title>
    <link>http://knowledge.livedoor.com/336#answer984</link>
    <description>大事なアフロかつらですね。</description>
    <pubDate>Sun, 12 Feb 2006 00:25:41 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/336#answer984</guid>
    <author>オヨネコぶーにゃん</author>
    <category domain="http://knowledge.livedoor.com/category/108014">生活の知恵</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>551</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/551</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>「あ、いいです～」（ニコッ）とやりましょう。</title>
    <link>http://knowledge.livedoor.com/237#answer722</link>
    <description>「あ、いいです～」（ニコッ）とやりましょう。</description>
    <pubDate>Fri, 10 Feb 2006 12:12:36 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/237#answer722</guid>
    <author>スフィー</author>
    <category domain="http://knowledge.livedoor.com/category/113007">人と人</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>177</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/177</knowledge:authorLink>
        <knowledge:authorIcon>http://image.profile.livedoor.jp/icon/sphee12_60.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://image.profile.livedoor.jp/icon/sphee12_60.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>Samba 経由で Windows から Linux のファイルを編集すると 644(-rw-r--r--) のファイルに実行権限がついて 744(-rwxr--r--) になってしまうのですが。。</title>
    <link>http://knowledge.livedoor.com/251</link>
    <description>Samba 経由で Windows から Linux のファイルを編集すると 644(-rw-r--r--) のファイルに実行権限がついて 744(-rwxr--r--) になってしまうのですが。。
Samba のバージョンは samba-3.0.10-0vl2 です。
create mask = 0755
のようにすべてに適用されるオプションではなく、Linux のファイル権限を変更せずにファイルを編集するにはどうしたら良いでしょうか？</description>
    <pubDate>Fri, 10 Feb 2006 11:05:54 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/251</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101001003">Linux</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 13 Feb 2006 03:10:42 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>2月11日建国記念日ですが、土日をはさんで13日の月曜は振替休日にならないのでしょうか？</title>
    <link>http://knowledge.livedoor.com/225</link>
    <description>2月11日建国記念日ですが、土日をはさんで13日の月曜は振替休日にならないのでしょうか？
</description>
    <pubDate>Fri, 10 Feb 2006 03:11:58 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/225</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/106003003">国楽・民俗</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 10 Feb 2006 10:29:00 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Java の 5 ってだれか使ってます？そろそろいいすかね？</title>
    <link>http://knowledge.livedoor.com/176</link>
    <description>Java の 5 ってだれか使ってます？そろそろいいすかね？
</description>
    <pubDate>Thu, 09 Feb 2006 14:41:35 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/176</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006006">Java</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 22 Feb 2006 10:20:01 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Mozilla, Firefox をお使いなら http://www.preston-net.com/wiki/index.php?ChatZilla#content_1_4 http://nyozlla.hp.infoseek.co.jp/chotzlla.htm</title>
    <link>http://knowledge.livedoor.com/170#answer434</link>
    <description>Mozilla, Firefox をお使いなら
http://www.preston-net.com/wiki/index.php?ChatZilla#content_1_4
http://nyozlla.hp.infoseek.co.jp/chotzlla.htm</description>
    <pubDate>Thu, 09 Feb 2006 14:25:48 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/170#answer434</guid>
    <author></author>
    <category domain="http://knowledge.livedoor.com/category/101011">ソフトウェア</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>2</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/2</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>「Generic Host Process for Win32 Services にはエラーが発生し閉じられる必要がありました」</title>
    <link>http://knowledge.livedoor.com/164</link>
    <description>「Generic Host Process for Win32 Services にはエラーが発生し閉じられる必要がありました」
多分 Windows Update を実行したあと、「Generic Host Process for Win32 Services にはエラーが発生し閉じられる必要がありました。」というダイアログが何回も表示されるようになりました。どうにかしたいのですが、何か解決策ありませんでしょうか？</description>
    <pubDate>Thu, 09 Feb 2006 13:02:05 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/164</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101001001">Windows</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 10 Feb 2006 10:46:10 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>linux サーバの負荷って皆さんどうやって検出してます？top とか uptime ですか？</title>
    <link>http://knowledge.livedoor.com/157</link>
    <description>linux サーバの負荷って皆さんどうやって検出してます？top とか uptime ですか？
あいまいな質問ですみません。</description>
    <pubDate>Thu, 09 Feb 2006 12:02:06 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/157</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101">コンピューター＆インターネット</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 10 Feb 2006 10:43:07 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>XML データベースを使ってみたいと思うのでが、どれもこれもとっつきにくいです。シンプルで簡単なやつないでしょうか？</title>
    <link>http://knowledge.livedoor.com/126</link>
    <description>XML データベースを使ってみたいと思うのでが、どれもこれもとっつきにくいです。シンプルで簡単なやつないでしょうか？
W3C の XQuery が実装されてるやつがいいですね。</description>
    <pubDate>Thu, 09 Feb 2006 03:19:33 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/126</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101010">データベース</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Mon, 27 Mar 2006 06:12:06 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Perl の言語仕様が書いてある書籍かサイトをご紹介いただけないでしょうか？map とか良く分からずに使っていたりします。</title>
    <link>http://knowledge.livedoor.com/125</link>
    <description>Perl の言語仕様が書いてある書籍かサイトをご紹介いただけないでしょうか？map とか良く分からずに使っていたりします。
5.8 がいいですね。</description>
    <pubDate>Thu, 09 Feb 2006 03:17:00 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/125</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006010">Perl</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 13 Feb 2006 03:02:52 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>if 文の { } の省略について</title>
    <link>http://knowledge.livedoor.com/123</link>
    <description>if 文の { } の省略について
Java や javascript では if の内容が 1行の場合、
  if (show)
      System.out.println(&amp;quot;Hello&amp;quot;);
と
  if (show) {
      System.out.println(&amp;quot;Hello&amp;quot;);
  }
のように書けるのですが、皆さんはどちらをお使いですか？私は省略できるものは省略する派ですが。。</description>
    <pubDate>Thu, 09 Feb 2006 03:01:48 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/123</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006">プログラミング・言語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Thu, 09 Feb 2006 18:04:25 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Jakarta Tapestry 4.0系 をプロジェクトで使ってますが、なかなか日本語の情報源がありません。</title>
    <link>http://knowledge.livedoor.com/122</link>
    <description>Jakarta Tapestry 4.0系 をプロジェクトで使ってますが、なかなか日本語の情報源がありません。
特にカスタムコンポーネントについて書かれているサイトがあれば、是非教えてください。</description>
    <pubDate>Thu, 09 Feb 2006 02:57:15 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/122</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/101006006">Java</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>0</knowledge:answers>
        <knowledge:closed label="お蔵入り">Thu, 27 Apr 2006 06:10:01 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>CSE 使ってます。いいですね。ただ、MySQL に接続する場合 ODBC でしか動作しないようです。Oracle も操作できるのを確認しました。</title>
    <link>http://knowledge.livedoor.com/84#answer230</link>
    <description>CSE 使ってます。いいですね。ただ、MySQL に接続する場合 ODBC でしか動作しないようです。Oracle も操作できるのを確認しました。</description>
    <pubDate>Thu, 09 Feb 2006 02:49:22 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/84#answer230</guid>
    <author>ku</author>
    <category domain="http://knowledge.livedoor.com/category/101">コンピューター＆インターネット</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>84</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/84</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>プログラム系の資格は持っていても役に立ちません。 公認システム監査人のとか方が、迫力あるかも。</title>
    <link>http://knowledge.livedoor.com/62#answer172</link>
    <description>プログラム系の資格は持っていても役に立ちません。
公認システム監査人のとか方が、迫力あるかも。</description>
    <pubDate>Wed, 08 Feb 2006 23:47:46 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/62#answer172</guid>
    <author>あしべ</author>
    <category domain="http://knowledge.livedoor.com/category/104011014">その他</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>35</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/35</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>まずは、ジーコに自分を知ってもらいましょう。代表に選出されるにはリーグ戦等で活躍する必要があるかも。別のアピールの仕方はあるかも知れませんが。。</title>
    <link>http://knowledge.livedoor.com/105#answer165</link>
    <description>まずは、ジーコに自分を知ってもらいましょう。代表に選出されるにはリーグ戦等で活躍する必要があるかも。別のアピールの仕方はあるかも知れませんが。。</description>
    <pubDate>Wed, 08 Feb 2006 23:26:51 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/105#answer165</guid>
    <author>ネガティブタイフーン</author>
    <category domain="http://knowledge.livedoor.com/category/110004007">サッカー・Ｗ杯</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>68</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/68</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>次のワールドカップの優勝国はどこでしょうか？</title>
    <link>http://knowledge.livedoor.com/100</link>
    <description>次のワールドカップの優勝国はどこでしょうか？
昔はオランダ代表とかが好きでしたが。。</description>
    <pubDate>Wed, 08 Feb 2006 22:11:24 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/100</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/110004007">サッカー・Ｗ杯</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>7</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 22 Feb 2006 10:21:59 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>この質問の左にある食パンマンに似た顔アイコンに名前はありますか？</title>
    <link>http://knowledge.livedoor.com/51</link>
    <description>この質問の左にある食パンマンに似た顔アイコンに名前はありますか？
</description>
    <pubDate>Wed, 08 Feb 2006 16:02:27 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/51</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/114003">livedoorナレッジ</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 08 Feb 2006 21:58:27 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>郵政民営化っていつから？</title>
    <link>http://knowledge.livedoor.com/4</link>
    <description>郵政民営化っていつから？
</description>
    <pubDate>Tue, 07 Feb 2006 23:37:50 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/4</guid>
    <author>もじゃ</author>
    <category domain="http://knowledge.livedoor.com/category/106002">政府・行政</category>
    <knowledge:feed type="question">
        <knowledge:authorId>3</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/3</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>4</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 13 Mar 2006 10:26:31 +0900</knowledge:closed>
    </knowledge:feed>
</item>
</channel>
</rss>
