<?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/"
		>
<channel>
	<title>댓글 : Astronomy Picture of the Day 페이지 추가</title>
	<atom:link href="http://hanury.net/wp/archives/116/feed" rel="self" type="application/rss+xml" />
	<link>http://hanury.net/wp/archives/116</link>
	<description>하늘이, 형거니, 규영이 홈피입니다.</description>
	<lastBuildDate>Fri, 18 May 2012 11:36:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>alexken가 만듬</title>
		<link>http://hanury.net/wp/archives/116/comment-page-1#comment-3568</link>
		<dc:creator>alexken</dc:creator>
		<pubDate>Fri, 10 Nov 2006 15:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://hanury.net/wp/archives/116#comment-3568</guid>
		<description>6월달 글이었네...
지금은 11월이고...

드디어 해법 찾은 우연히 내가 호스팅 하는 cafe24에서 php에서 system()은 먹는 다는 사실을 알고, 이를 이용하면 웃기는 코드라 할지라도 못하는게 없으리라.
xml rendering 관련은 그냥 xsltproc으로 죄다 해결, php 코드는 단 1줄. 

음하하</description>
		<content:encoded><![CDATA[<p>6월달 글이었네&#8230;<br />
지금은 11월이고&#8230;</p>
<p>드디어 해법 찾은 우연히 내가 호스팅 하는 cafe24에서 php에서 system()은 먹는 다는 사실을 알고, 이를 이용하면 웃기는 코드라 할지라도 못하는게 없으리라.<br />
xml rendering 관련은 그냥 xsltproc으로 죄다 해결, php 코드는 단 1줄. </p>
<p>음하하</p>
]]></content:encoded>
	</item>
	<item>
		<title>alexken가 만듬</title>
		<link>http://hanury.net/wp/archives/116/comment-page-1#comment-61</link>
		<dc:creator>alexken</dc:creator>
		<pubDate>Tue, 04 Jul 2006 02:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://hanury.net/wp/archives/116#comment-61</guid>
		<description>in the XSLT stylesheet, check for the transformiix transformation engine, and if you find it output a javascript block that essentially does “.innerHTML = .innerText” for each of the content blocks.

즉 javascript로 구현하는게 정답이라네...

다른 hack이나 workaroud를 더 찾아보자....</description>
		<content:encoded><![CDATA[<p>in the XSLT stylesheet, check for the transformiix transformation engine, and if you find it output a javascript block that essentially does “.innerHTML = .innerText” for each of the content blocks.</p>
<p>즉 javascript로 구현하는게 정답이라네&#8230;</p>
<p>다른 hack이나 workaroud를 더 찾아보자&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>alexken가 만듬</title>
		<link>http://hanury.net/wp/archives/116/comment-page-1#comment-60</link>
		<dc:creator>alexken</dc:creator>
		<pubDate>Tue, 04 Jul 2006 01:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://hanury.net/wp/archives/116#comment-60</guid>
		<description>bugzilla에 다음과 같이 등록되어 있다.
https://bugzilla.mozilla.org/show_bug.cgi?id=98168#c11</description>
		<content:encoded><![CDATA[<p>bugzilla에 다음과 같이 등록되어 있다.<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=98168#c11" >https://bugzilla.mozilla.org/show_bug.cgi?id=98168#c11</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>alexken가 만듬</title>
		<link>http://hanury.net/wp/archives/116/comment-page-1#comment-59</link>
		<dc:creator>alexken</dc:creator>
		<pubDate>Tue, 04 Jul 2006 01:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://hanury.net/wp/archives/116#comment-59</guid>
		<description>disable-output-escaping가 W3C recomendation인데도불구,
불여우가 구현하지 않은 이유는 CDATA로 묶인 검증되지 않은 html chunk를 xml에 추가함으로 인해 발생할 문제 때문이라는데...

그래도 미워....</description>
		<content:encoded><![CDATA[<p>disable-output-escaping가 W3C recomendation인데도불구,<br />
불여우가 구현하지 않은 이유는 CDATA로 묶인 검증되지 않은 html chunk를 xml에 추가함으로 인해 발생할 문제 때문이라는데&#8230;</p>
<p>그래도 미워&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>alexken가 만듬</title>
		<link>http://hanury.net/wp/archives/116/comment-page-1#comment-58</link>
		<dc:creator>alexken</dc:creator>
		<pubDate>Mon, 03 Jul 2006 17:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://hanury.net/wp/archives/116#comment-58</guid>
		<description>결국은 xml에 &lt; ?xml-stylesheet type=\&quot;text/xsl\&quot; href=\&quot;/style/apod.xsl\&quot;? &gt;를 직접 붙이는 방향으로 해결.
이것의 이점. safari가 javascript에 의한 xslt렌더링을 지원하지 않는다.
이 방법(xml에 rendering할 xslt를 직접 지정)만이 IE, safari, Firefox 모두 같은 렌더링을 보장하는 유일한 방법임. 
또다른 문제 : FireFox가 아직도 disable-output-escaping을 구현하지 않았다.

윽 내가 미쳐... 모든 브라우저를 만족시키는게 이리 어렵단 말이냐???</description>
		<content:encoded><![CDATA[<p>결국은 xml에 < ?xml-stylesheet type=\"text/xsl\" href=\"/style/apod.xsl\"? >를 직접 붙이는 방향으로 해결.<br />
이것의 이점. safari가 javascript에 의한 xslt렌더링을 지원하지 않는다.<br />
이 방법(xml에 rendering할 xslt를 직접 지정)만이 IE, safari, Firefox 모두 같은 렌더링을 보장하는 유일한 방법임.<br />
또다른 문제 : FireFox가 아직도 disable-output-escaping을 구현하지 않았다.</p>
<p>윽 내가 미쳐&#8230; 모든 브라우저를 만족시키는게 이리 어렵단 말이냐???</p>
]]></content:encoded>
	</item>
	<item>
		<title>alexken가 만듬</title>
		<link>http://hanury.net/wp/archives/116/comment-page-1#comment-56</link>
		<dc:creator>alexken</dc:creator>
		<pubDate>Mon, 03 Jul 2006 06:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://hanury.net/wp/archives/116#comment-56</guid>
		<description>7월 1일// 현재 호스팅 맏기고 나서 부터 이 페이지 동작하고 있지 않다.
DomDocument가 php version 5 부터 도입되었고,
php version 4에 있는 xslt_create()함수는 호스팅 업체에서 지원 안한다.

다시 클라이언트 사이드로 내려갈까 말까 고민중...</description>
		<content:encoded><![CDATA[<p>7월 1일// 현재 호스팅 맏기고 나서 부터 이 페이지 동작하고 있지 않다.<br />
DomDocument가 php version 5 부터 도입되었고,<br />
php version 4에 있는 xslt_create()함수는 호스팅 업체에서 지원 안한다.</p>
<p>다시 클라이언트 사이드로 내려갈까 말까 고민중&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Hanury.NET (완공 D-?) &#187; Blog Archive &#187; 나의 첫번째 Ajax 프로그램가 만듬</title>
		<link>http://hanury.net/wp/archives/116/comment-page-1#comment-39</link>
		<dc:creator>Hanury.NET (완공 D-?) &#187; Blog Archive &#187; 나의 첫번째 Ajax 프로그램</dc:creator>
		<pubDate>Thu, 22 Jun 2006 01:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://hanury.net/wp/archives/116#comment-39</guid>
		<description>[...] Hanury.NET (완공 D-?) &#187; Blog Archive &#187; Astronomy Picture of the Day 페이지 추가, June 22nd, 2006 at 12:21 am [...]</description>
		<content:encoded><![CDATA[<p>[...] Hanury.NET (완공 D-?) &raquo; Blog Archive &raquo; Astronomy Picture of the Day 페이지 추가, June 22nd, 2006 at 12:21 am [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

