<?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>Kommentare zu: Javascript nachladen und ausf&#252;hren via DocumentRange</title>
	<atom:link href="http://www.schreinert.com/javascript-nachladen-und-ausfuehren-via-documentrange-67/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schreinert.com/javascript-nachladen-und-ausfuehren-via-documentrange-67/</link>
	<description>Software-Entwicklung • IT-Projektmanagement  • E-Commerce-Beratung</description>
	<lastBuildDate>Wed, 28 Jul 2010 08:30:05 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Felix</title>
		<link>http://www.schreinert.com/javascript-nachladen-und-ausfuehren-via-documentrange-67/comment-page-1/#comment-964</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Fri, 02 Jul 2010 07:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.schreinert.com/?p=67#comment-964</guid>
		<description>Vielen Dank f&#252;r das Code-Snippet, genau das hat mein Problem gel&#246;st.
Ich habe den Code von Philip Prei&#223;er genommen, der urspr&#252;ngliche enth&#228;lt wie erw&#228;hnt Fehler.</description>
		<content:encoded><![CDATA[<p>Vielen Dank f&#252;r das Code-Snippet, genau das hat mein Problem gel&#246;st.<br />
Ich habe den Code von Philip Prei&#223;er genommen, der urspr&#252;ngliche enth&#228;lt wie erw&#228;hnt Fehler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Philip Preißer</title>
		<link>http://www.schreinert.com/javascript-nachladen-und-ausfuehren-via-documentrange-67/comment-page-1/#comment-958</link>
		<dc:creator>Philip Preißer</dc:creator>
		<pubDate>Tue, 06 Apr 2010 22:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.schreinert.com/?p=67#comment-958</guid>
		<description>im oberen Beispiel waren einige Fehler
(oder eventuell sollten das nur Stichpunkte sein)
jedenfalls habe ich daraus mal 2 Funktionen gemacht:
 
function id_add(id, text){
var div = document.createElement(&quot;div&quot;);
div.innerHTML = text;
var docFrag = document.createDocumentFragment();
while(div.firstChild)
docFrag.appendChild(div.firstChild);
document.getElementById(id).appendChild(docFrag);
}

function id_clear(id){
while(document.getElementById(id).firstChild){
var contentNode = document.getElementById(id);
contentNode.removeChild(contentNode.firstChild);
}
}</description>
		<content:encoded><![CDATA[<p>im oberen Beispiel waren einige Fehler<br />
(oder eventuell sollten das nur Stichpunkte sein)<br />
jedenfalls habe ich daraus mal 2 Funktionen gemacht:<br />
 <br />
function id_add(id, text){<br />
var div = document.createElement(&#8221;div&#8221;);<br />
div.innerHTML = text;<br />
var docFrag = document.createDocumentFragment();<br />
while(div.firstChild)<br />
docFrag.appendChild(div.firstChild);<br />
document.getElementById(id).appendChild(docFrag);<br />
}</p>
<p>function id_clear(id){<br />
while(document.getElementById(id).firstChild){<br />
var contentNode = document.getElementById(id);<br />
contentNode.removeChild(contentNode.firstChild);<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Helge</title>
		<link>http://www.schreinert.com/javascript-nachladen-und-ausfuehren-via-documentrange-67/comment-page-1/#comment-735</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.schreinert.com/?p=67#comment-735</guid>
		<description>Vielen Dank f&#252;r diese L&#246;sung! Habe ein &#228;hnliches Problem und ewig versucht einen Workaround zu bauen.</description>
		<content:encoded><![CDATA[<p>Vielen Dank f&#252;r diese L&#246;sung! Habe ein &#228;hnliches Problem und ewig versucht einen Workaround zu bauen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
