<?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>ngi644の日記 &#187; Java</title>
	<atom:link href="http://ngi644.net/blog/archives/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://ngi644.net/blog</link>
	<description>備忘録も兼ねています。</description>
	<lastBuildDate>Mon, 27 Feb 2012 11:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Processing でのXML処理</title>
		<link>http://ngi644.net/blog/archives/567</link>
		<comments>http://ngi644.net/blog/archives/567#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:37:08 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/567</guid>
		<description><![CDATA[Processing でWeb Serviceを使いXML処理をする際、今までは、proXMLを使っていたけど、これは、encodingをみて読み込んでくれない。そのため、Windows環境でencodingがUTF-8 [...]]]></description>
			<content:encoded><![CDATA[<p>Processing でWeb Serviceを使いXML処理をする際、今までは、proXMLを使っていたけど、これは、encodingをみて読み込んでくれない。そのため、Windows環境でencodingがUTF-8のXMLを読み込むと文字化けをおこしてしまう。</p>
<p>そう、今までは、日本語を扱うようなものを読み込んでいなかったので問題に気づかなかった。 そこで、SAX（<a href="http://www.saxproject.org/">http://www.saxproject.org/</a>）を使うことにした。これは、XMLのencodingをみて読み込んでくれるため、問題なく日本語の処理ができる。</p>
<p>SAXは、DOMと違い、イベントで処理をする。最初は、なれなかったが、今回の目的にはSAXの方が向いていた。</p>
<p>Pythonにも、xml.saxがあるようなので今度使ってみよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/567/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009年私的キーワード</title>
		<link>http://ngi644.net/blog/archives/199</link>
		<comments>http://ngi644.net/blog/archives/199#comments</comments>
		<pubDate>Thu, 18 Dec 2008 05:09:27 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[XMLデータベース]]></category>
		<category><![CDATA[Zope/Plone]]></category>
		<category><![CDATA[日常]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/199</guid>
		<description><![CDATA[2009年の私的キーワード。 XML DB Java FX Android Grok といった感じです。]]></description>
			<content:encoded><![CDATA[<p>2009年の私的キーワード。</p>
<ul>
<li><a href="http://ja.wikipedia.org/wiki/XML%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9" target="_blank">XML DB</a> </li>
<li><a href="http://www.sun.com/software/javafx/" target="_blank">Java FX</a> </li>
<li><a href="http://www.android.com/" target="_blank">Android</a> </li>
<li><a href="http://grok.zope.org/" target="_blank">Grok</a> </li>
</ul>
<p>といった感じです。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

