<?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>Comments on: Manually serializing NotesDOMNodes</title>
	<atom:link href="http://johankanngard.net/2006/01/11/manually-serialize-notesdomnodes/feed/" rel="self" type="application/rss+xml" />
	<link>http://johankanngard.net/2006/01/11/manually-serialize-notesdomnodes/</link>
	<description>Useful tips for developers</description>
	<lastBuildDate>Tue, 15 Sep 2009 08:08:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Johan KÃ¤nngÃ¥rd</title>
		<link>http://johankanngard.net/2006/01/11/manually-serialize-notesdomnodes/comment-page-1/#comment-31</link>
		<dc:creator>Johan KÃ¤nngÃ¥rd</dc:creator>
		<pubDate>Fri, 13 Jan 2006 14:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://johankanngard.net/?p=52#comment-31</guid>
		<description>Se my earlier post:
&lt;a href=&quot;/2006/01/11/serialize-a-dom-tree-in-lotusscript/&quot; rel=&quot;nofollow&quot;&gt;Serialize a DOM tree in LotusScript?&lt;/a&gt;.
The problem is that I don&#039;t have access to the NotesDOMParser that was used to create the DOM tree. The buil in Serialize method only exists in the NotesDOMParser, and in my case, I already have a parsed tree and are passing NotesDOMNodes around different classes/methods. One of the methods should serialize the whole tree to disk, and that is only possibly if I do the parsing and serializing in one &quot;sweep&quot;. Do you get it?</description>
		<content:encoded><![CDATA[<p>Se my earlier post:<br />
<a href="/2006/01/11/serialize-a-dom-tree-in-lotusscript/" rel="nofollow">Serialize a DOM tree in LotusScript?</a>.<br />
The problem is that I don&#8217;t have access to the NotesDOMParser that was used to create the DOM tree. The buil in Serialize method only exists in the NotesDOMParser, and in my case, I already have a parsed tree and are passing NotesDOMNodes around different classes/methods. One of the methods should serialize the whole tree to disk, and that is only possibly if I do the parsing and serializing in one &#8220;sweep&#8221;. Do you get it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwight Wilbanks</title>
		<link>http://johankanngard.net/2006/01/11/manually-serialize-notesdomnodes/comment-page-1/#comment-30</link>
		<dc:creator>Dwight Wilbanks</dc:creator>
		<pubDate>Fri, 13 Jan 2006 13:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://johankanngard.net/?p=52#comment-30</guid>
		<description>Im afraid that I don&#039;t understand the problem very well.   Why doesn&#039;t the built in Serialize method work?</description>
		<content:encoded><![CDATA[<p>Im afraid that I don&#8217;t understand the problem very well.   Why doesn&#8217;t the built in Serialize method work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

