<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>iPhoneDev. へのコメント</title>
	<atom:link href="http://www.electrodream.jp/iphonedev/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electrodream.jp/iphonedev</link>
	<description>　　　　　iPhoneアプリ制作日記</description>
	<lastBuildDate>Tue, 23 Feb 2010 04:42:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Yahoouj より OpenGL ES(1.1)への道のり・・４ へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/11/opengl-es1-1%e3%81%b8%e3%81%ae%e9%81%93%e3%81%ae%e3%82%8a%e3%83%bb%e3%83%bb%ef%bc%94/comment-page-1/#comment-3389</link>
		<dc:creator>Yahoouj</dc:creator>
		<pubDate>Tue, 23 Feb 2010 04:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=475#comment-3389</guid>
		<description>Really good work about this website was done. Keep trying more - thanks!</description>
		<content:encoded><![CDATA[<p>Really good work about this website was done. Keep trying more &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>dantsu より libxml2でattributeを取りたい へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/06/libxml2%e3%81%a7attribute%e3%82%92%e5%8f%96%e3%82%8a%e3%81%9f%e3%81%84/comment-page-1/#comment-248</link>
		<dc:creator>dantsu</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=393#comment-248</guid>
		<description>私もrefさんと同じところで困っています。

static void startElementHandler(
	void* ctx, 
	const xmlChar *localname, 
	const xmlChar *prefix, 
	const xmlChar *URI, 
	int nb_namespaces, 
	const xmlChar **namespaces, 
	int nb_attributes, 
	int nb_defaulted, 
	//const xmlChar** attributes)
	const xmlChar *(*attributes)[5])
{
    [(ListOperation *)ctx 
	 startElementLocalName:localname 
	 prefix:prefix URI:URI 
	 nb_namespaces:nb_namespaces 
	 namespaces:namespaces 
	 nb_attributes:nb_attributes 
	 nb_defaulted:nb_defaulted 
	 attributes:attributes];
}

↑のところではなく↓の所のことです

- (void)startElementLocalName:(const xmlChar *)localname 
	prefix:(const xmlChar *)prefix 
	URI:(const xmlChar *)URI 
	nb_namespaces:(int)nb_namespaces 
	namespaces:(const xmlChar **)namespaces 
	nb_attributes:(int)nb_attributes 
	nb_defaulted:(int)nb_defaulted 
	attributes:(const xmlChar **)attributes
{...}</description>
		<content:encoded><![CDATA[<p>私もrefさんと同じところで困っています。</p>
<p>static void startElementHandler(<br />
	void* ctx,<br />
	const xmlChar *localname,<br />
	const xmlChar *prefix,<br />
	const xmlChar *URI,<br />
	int nb_namespaces,<br />
	const xmlChar **namespaces,<br />
	int nb_attributes,<br />
	int nb_defaulted,<br />
	//const xmlChar** attributes)<br />
	const xmlChar *(*attributes)[5])<br />
{<br />
    [(ListOperation *)ctx<br />
	 startElementLocalName:localname<br />
	 prefix:prefix URI:URI<br />
	 nb_namespaces:nb_namespaces<br />
	 namespaces:namespaces<br />
	 nb_attributes:nb_attributes<br />
	 nb_defaulted:nb_defaulted<br />
	 attributes:attributes];<br />
}</p>
<p>↑のところではなく↓の所のことです</p>
<p>- (void)startElementLocalName:(const xmlChar *)localname<br />
	prefix:(const xmlChar *)prefix<br />
	URI:(const xmlChar *)URI<br />
	nb_namespaces:(int)nb_namespaces<br />
	namespaces:(const xmlChar **)namespaces<br />
	nb_attributes:(int)nb_attributes<br />
	nb_defaulted:(int)nb_defaulted<br />
	attributes:(const xmlChar **)attributes<br />
{&#8230;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>kuni より libxml2でattributeを取りたい へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/06/libxml2%e3%81%a7attribute%e3%82%92%e5%8f%96%e3%82%8a%e3%81%9f%e3%81%84/comment-page-1/#comment-128</link>
		<dc:creator>kuni</dc:creator>
		<pubDate>Fri, 03 Jul 2009 04:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=393#comment-128</guid>
		<description>&lt;a href=&quot;#comment-118&quot; rel=&quot;nofollow&quot;&gt;@ref&lt;/a&gt; 
お返事が大変遅くなってしまい、申し訳ないです、
自分のコードでは、
static void startElementSAX(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, 
                            int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar *(*attributes)[5]);
の様になっています。参考になりますでしょうか？
もしまた何かあれば、ご連絡いただければと思います。
どうぞよろしくお願いいたします。</description>
		<content:encoded><![CDATA[<p><a href="#comment-118" rel="nofollow">@ref</a><br />
お返事が大変遅くなってしまい、申し訳ないです、<br />
自分のコードでは、<br />
static void startElementSAX(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI,<br />
                            int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar *(*attributes)[5]);<br />
の様になっています。参考になりますでしょうか？<br />
もしまた何かあれば、ご連絡いただければと思います。<br />
どうぞよろしくお願いいたします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ref より libxml2でattributeを取りたい へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/06/libxml2%e3%81%a7attribute%e3%82%92%e5%8f%96%e3%82%8a%e3%81%9f%e3%81%84/comment-page-1/#comment-118</link>
		<dc:creator>ref</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=393#comment-118</guid>
		<description>同じところでハマってたどり着きました。
Objective-Cで利用されているようなのですが、startElementSAXの委譲先メソッドの定義はどのようにされていますか？

- (void)startElementLocalName:(const xmlChar *)localname 
	prefix:(const xmlChar *)prefix 
	URI:(const xmlChar *)URI 
	nb_namespaces:(int)nb_namespaces 
	namespaces:(const xmlChar **)namespaces 
	nb_attributes:(int)nb_attributes 
	nb_defaulted:(int)nb_defaulted 
	attributes:(const xmlChar **)attributes

この定義でattributes[0][0]を参照すると落ちてしまいます
対処法をもしご存知なら教えていただけないでしょうか。</description>
		<content:encoded><![CDATA[<p>同じところでハマってたどり着きました。<br />
Objective-Cで利用されているようなのですが、startElementSAXの委譲先メソッドの定義はどのようにされていますか？</p>
<p>- (void)startElementLocalName:(const xmlChar *)localname<br />
	prefix:(const xmlChar *)prefix<br />
	URI:(const xmlChar *)URI<br />
	nb_namespaces:(int)nb_namespaces<br />
	namespaces:(const xmlChar **)namespaces<br />
	nb_attributes:(int)nb_attributes<br />
	nb_defaulted:(int)nb_defaulted<br />
	attributes:(const xmlChar **)attributes</p>
<p>この定義でattributes[0][0]を参照すると落ちてしまいます<br />
対処法をもしご存知なら教えていただけないでしょうか。</p>
]]></content:encoded>
	</item>
	<item>
		<title>五十歩百歩 より libxml2でattributeを取りたい へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/06/libxml2%e3%81%a7attribute%e3%82%92%e5%8f%96%e3%82%8a%e3%81%9f%e3%81%84/comment-page-1/#comment-64</link>
		<dc:creator>五十歩百歩</dc:creator>
		<pubDate>Sat, 06 Jun 2009 11:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=393#comment-64</guid>
		<description>コメントとトラバありがとうございます。

直リンOKですよ。保存期間が過ぎれば切れますが。。。
http://blogs.dion.ne.jp/p50p100/archives/6751189.html

複数オーサーって珍しいですね。</description>
		<content:encoded><![CDATA[<p>コメントとトラバありがとうございます。</p>
<p>直リンOKですよ。保存期間が過ぎれば切れますが。。。<br />
<a href="http://blogs.dion.ne.jp/p50p100/archives/6751189.html" rel="nofollow">http://blogs.dion.ne.jp/p50p100/archives/6751189.html</a></p>
<p>複数オーサーって珍しいですね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>五十歩百歩 より libxml2でattributeを取りたい へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/06/libxml2%e3%81%a7attribute%e3%82%92%e5%8f%96%e3%82%8a%e3%81%9f%e3%81%84/comment-page-1/#comment-63</link>
		<dc:creator>五十歩百歩</dc:creator>
		<pubDate>Sat, 06 Jun 2009 00:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=393#comment-63</guid>
		<description>コメント・トラバありがとう。

直リンOKです。保存期限が過ぎれば切れますが。。。
http://blogs.dion.ne.jp/p50p100/archives/6751189.html

複数オーサーって珍しいですね。</description>
		<content:encoded><![CDATA[<p>コメント・トラバありがとう。</p>
<p>直リンOKです。保存期限が過ぎれば切れますが。。。<br />
<a href="http://blogs.dion.ne.jp/p50p100/archives/6751189.html" rel="nofollow">http://blogs.dion.ne.jp/p50p100/archives/6751189.html</a></p>
<p>複数オーサーって珍しいですね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Anout W3C より NSXMLParserで文字が切れてしまう へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/04/nsxmlparser%e3%81%a7%e6%96%87%e5%ad%97%e3%81%8c%e5%88%87%e3%82%8c%e3%81%a6%e3%81%97%e3%81%be%e3%81%86/comment-page-1/#comment-15</link>
		<dc:creator>Anout W3C</dc:creator>
		<pubDate>Sun, 19 Apr 2009 08:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=358#comment-15</guid>
		<description>http://www.w3.org/TR/2004/REC-xml-20040204/#sec-white-space</description>
		<content:encoded><![CDATA[<p><a href="http://www.w3.org/TR/2004/REC-xml-20040204/#sec-white-space" rel="nofollow">http://www.w3.org/TR/2004/REC-xml-20040204/#sec-white-space</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>kuni より Skypeはやはり世界的に期待度高いんですね へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/04/skype%e3%81%af%e3%82%84%e3%81%af%e3%82%8a%e4%b8%96%e7%95%8c%e7%9a%84%e3%81%ab%e6%9c%9f%e5%be%85%e5%ba%a6%e9%ab%98%e3%81%84%e3%82%93%e3%81%a7%e3%81%99%e3%81%ad/comment-page-1/#comment-14</link>
		<dc:creator>kuni</dc:creator>
		<pubDate>Fri, 03 Apr 2009 01:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=331#comment-14</guid>
		<description>自動的に+81を付けてくれるツールが欲しいwwwww</description>
		<content:encoded><![CDATA[<p>自動的に+81を付けてくれるツールが欲しいwwwww</p>
]]></content:encoded>
	</item>
	<item>
		<title>mutai より Skypeはやはり世界的に期待度高いんですね へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/04/skype%e3%81%af%e3%82%84%e3%81%af%e3%82%8a%e4%b8%96%e7%95%8c%e7%9a%84%e3%81%ab%e6%9c%9f%e5%be%85%e5%ba%a6%e9%ab%98%e3%81%84%e3%82%93%e3%81%a7%e3%81%99%e3%81%ad/comment-page-1/#comment-13</link>
		<dc:creator>mutai</dc:creator>
		<pubDate>Thu, 02 Apr 2009 11:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=331#comment-13</guid>
		<description>skypeとても便利ですね。早速使ってみました。
使っているiPhone側はふだんPCでやっているのとそんなに音質が変わらない印象でした。
相手は、ややiPhone側の音声の圧縮率が高いのか、やや音質が劣る印象だった、とのこと。
複数人数で話すときにskype重宝しています。</description>
		<content:encoded><![CDATA[<p>skypeとても便利ですね。早速使ってみました。<br />
使っているiPhone側はふだんPCでやっているのとそんなに音質が変わらない印象でした。<br />
相手は、ややiPhone側の音声の圧縮率が高いのか、やや音質が劣る印象だった、とのこと。<br />
複数人数で話すときにskype重宝しています。</p>
]]></content:encoded>
	</item>
	<item>
		<title>wakasa より iPhone OS 3.0 とその妄想 へのコメント</title>
		<link>http://www.electrodream.jp/iphonedev/index.php/2009/03/iphone-os-30-%e3%81%a8%e3%81%9d%e3%81%ae%e5%a6%84%e6%83%b3/comment-page-1/#comment-9</link>
		<dc:creator>wakasa</dc:creator>
		<pubDate>Mon, 16 Mar 2009 16:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrodream.jp/iphonedev/?p=299#comment-9</guid>
		<description>裏で動いているものは親でも使え的な勢いで全解放してくれてもいいのにと思う。
再生だけじゃなく音データとして取得できるまで行くといろんな可能性がある。
再生のコントロールのみにしても、機能的にiPod（アプリ）以上のものを作られたところでiPod＆iTunesビジネスモデルは崩壊しようが無いだろうし。
解放することによってやんちゃなことをする人は出るだろうけど、そのために「審査」があるのだし。
再録したら審査で落とすよくらいでいいような気がする。DRMの政治的にまずいのかな。
iTunes Plus他DRMフリーのものだけに限ったとしても、逆にPlusの価値を高めて良い方向に進むような気がする。

とまぁ、使えるものは何でも使って、色んな機能をシームレス結びたいなぁと。</description>
		<content:encoded><![CDATA[<p>裏で動いているものは親でも使え的な勢いで全解放してくれてもいいのにと思う。<br />
再生だけじゃなく音データとして取得できるまで行くといろんな可能性がある。<br />
再生のコントロールのみにしても、機能的にiPod（アプリ）以上のものを作られたところでiPod＆iTunesビジネスモデルは崩壊しようが無いだろうし。<br />
解放することによってやんちゃなことをする人は出るだろうけど、そのために「審査」があるのだし。<br />
再録したら審査で落とすよくらいでいいような気がする。DRMの政治的にまずいのかな。<br />
iTunes Plus他DRMフリーのものだけに限ったとしても、逆にPlusの価値を高めて良い方向に進むような気がする。</p>
<p>とまぁ、使えるものは何でも使って、色んな機能をシームレス結びたいなぁと。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
