<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPのテクメモ &#187; XML</title>
	<atom:link href="https://php.tekmemo.com/?cat=68&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://php.tekmemo.com</link>
	<description>PHPプログラミングの備忘録とおまけ</description>
	<lastBuildDate>Tue, 16 Dec 2014 06:32:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>XMLのルール</title>
		<link>https://php.tekmemo.com/?p=1095</link>
		<comments>https://php.tekmemo.com/?p=1095#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:20:57 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1095</guid>
		<description><![CDATA[知っているようで実はぜんぜん知らないXML。XML文書の中で、&#38;が入るのは特別な場合を除いてエラーになることを今日はじめて知った。調べてみたらいろいろあるっぽい。知っていることも含めて列挙しておく。 ルート要素が [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1095</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simpleXMLのバグ</title>
		<link>https://php.tekmemo.com/?p=1092</link>
		<comments>https://php.tekmemo.com/?p=1092#comments</comments>
		<pubDate>Fri, 18 Sep 2009 16:42:40 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1092</guid>
		<description><![CDATA[今日気づいたことがある。これはsimpleXMLのバグでしょ。 simpleXMLElement-&#62;asXML(FILE_PATH) 上記のメソッドを実行すると、FILE_PATHにXMLを書き込んでくれることにな [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1092</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simpleXMLはnamespaceに注意</title>
		<link>https://php.tekmemo.com/?p=984</link>
		<comments>https://php.tekmemo.com/?p=984#comments</comments>
		<pubDate>Thu, 23 Apr 2009 02:51:23 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=984</guid>
		<description><![CDATA[simpleXML関数が便利、ということを以前に確認した。これでウェブサービスを使ったサイト構築がずいぶんと簡単になった。しかし今日問題にぶち当たった。 「AmazonウェブサービスにRESTでリクエストを投げ、受け取っ [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=984</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simplexmlでどうやって値を取得するか</title>
		<link>https://php.tekmemo.com/?p=977</link>
		<comments>https://php.tekmemo.com/?p=977#comments</comments>
		<pubDate>Thu, 12 Mar 2009 02:18:13 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=977</guid>
		<description><![CDATA[simplexmlでいろいろお試し中。現時点では「タグにコロンが含まれていた場合」の挙動を除けば快適に使えているのだが、少しだけ困った問題が起こった。問題自体は解決できたのだが、それに気づくまでちょっと時間がかかってしま [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=977</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>楽天APIのジャンル検索が面倒だったので</title>
		<link>https://php.tekmemo.com/?p=974</link>
		<comments>https://php.tekmemo.com/?p=974#comments</comments>
		<pubDate>Wed, 11 Mar 2009 05:15:10 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[ウェブサービスAPI]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=974</guid>
		<description><![CDATA[楽天APIで遊んでいる。今は商品検索APIを試用していて、キーワード検索の機能を使っているのだが、これだとキーワードにマッチするいろんな商品がひっかかってしまう（例えば「くつ」で検索した場合、シューズはもちろん、靴乾燥機 [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=974</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simplexmlを使ってみて</title>
		<link>https://php.tekmemo.com/?p=967</link>
		<comments>https://php.tekmemo.com/?p=967#comments</comments>
		<pubDate>Mon, 02 Mar 2009 16:34:12 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=967</guid>
		<description><![CDATA[とあるお仕事でXMLを扱うことになって、simplexmlを使っているのだが、使っていて思ったことをいくつか。 クライアントからいただいたファイルをみてちょっと唖然。XML自体は構造もしっかりしているのだが、タグは全て日 [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=967</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simpleXMLがすごく簡単</title>
		<link>https://php.tekmemo.com/?p=958</link>
		<comments>https://php.tekmemo.com/?p=958#comments</comments>
		<pubDate>Sat, 21 Feb 2009 15:09:51 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=958</guid>
		<description><![CDATA[PHP4の時代はXMLを扱うのが簡単ではなかった。必ず何かツールを使わないといけなかった。そんなPHP4も去年ついに開発を終了したので、ようやく重い腰を上げてPHP5に移行。超使いやすくなったといわれているPHP5のXM [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=958</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simplepie.incの問題</title>
		<link>https://php.tekmemo.com/?p=782</link>
		<comments>https://php.tekmemo.com/?p=782#comments</comments>
		<pubDate>Thu, 25 Oct 2007 09:12:11 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=340</guid>
		<description><![CDATA[普段よく使用しているRSSをパースするためのライブラリsimplepieに問題があることがわかった。「問題」といってもsimplepie自体に問題があるのではなく、simplepieを利用する環境（PHP）側によって問題 [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=782</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xmlrpcブログ投稿時の投稿時刻指定</title>
		<link>https://php.tekmemo.com/?p=762</link>
		<comments>https://php.tekmemo.com/?p=762#comments</comments>
		<pubDate>Thu, 13 Sep 2007 05:27:08 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=320</guid>
		<description><![CDATA[あいもかわらずxml-rpcで遊んでいる今日この頃（生活も厳しくなってきたT_T）。ブログ投稿時に、投稿時刻をプログラムを動作させたその日時以外を指定したい場合が出てきた。つまり、例えば「投稿日時を過去の日付を指定したい [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=762</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APIとPHPのまとめ</title>
		<link>https://php.tekmemo.com/?p=761</link>
		<comments>https://php.tekmemo.com/?p=761#comments</comments>
		<pubDate>Tue, 11 Sep 2007 14:43:02 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=319</guid>
		<description><![CDATA[最近はYahooやAmazon、楽天といった各種ウェブサービス（API）を絡めた開発を多くやっている（といっても、仕事が暇なので自分用サイトとかアフィリエイト用サイトを数多く作っているのだが・・・）。またAPIを提供する [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=761</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
