<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
	xml:lang="ja-JP"
>
	<channel rdf:about="http://txqz.net/blog/2007/04/21/2049.rdf">
		<title>汎用Atomオブジェクトを自作するのは骨が折れすぎ</title>
		<link>http://txqz.net/blog/2007/04/21/2049</link>
		<dc:creator>陽坂智佐</dc:creator>
		<description>「汎用Atomオブジェクトを自作するのは骨が折れすぎ」に関する情報です。</description>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://txqz.net/blog/2007/04/21/2049"/>
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://txqz.net/blog/2007/04/21/2049">
		<title>汎用Atomオブジェクトを自作するのは骨が折れすぎ</title>
		<link>http://txqz.net/blog/2007/04/21/2049</link>
		<description>汎用Atomオブジェクトを作るのは骨が折れすぎ。
第1に拡張要素の問題がある。http://purl.com/ns/atom# 名前空間に属さない要素についてどんな処理をすれば良い? 木構造写像でも使えってか?
第2にtype属性値がxhtmlであるcontent要素の問題。テキストで持つにしてもブロック要素の後には改行を入れたいですなぁ。些細過ぎるか。
第3にSAXでの処理の限界がある。たとえば、ある要素については、feed要素からentry要素へ値の継承が行われる。feed要素がautho ……</description>
		<dc:subject>Atom</dc:subject>
		<dc:subject>XML</dc:subject>
		<dc:subject>パーサ</dc:subject>
		<dc:date>2007-04-21T20:49:00+09:00</dc:date>
		<trackback:ping rdf:resource="http://txqz.net/blog/2007/04/21/2049/tb"/>
	</item>
</rdf:RDF>