<?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: Serialize a DOM tree in LotusScript?</title>
	<atom:link href="http://johankanngard.net/2006/01/11/serialize-a-dom-tree-in-lotusscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://johankanngard.net/2006/01/11/serialize-a-dom-tree-in-lotusscript/</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: guolw</title>
		<link>http://johankanngard.net/2006/01/11/serialize-a-dom-tree-in-lotusscript/comment-page-1/#comment-56727</link>
		<dc:creator>guolw</dc:creator>
		<pubDate>Thu, 19 Jul 2007 12:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://johankanngard.net/?p=51#comment-56727</guid>
		<description>thank you It&#039;s useful</description>
		<content:encoded><![CDATA[<p>thank you It&#8217;s useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan KÃ¤nngÃ¥rd</title>
		<link>http://johankanngard.net/2006/01/11/serialize-a-dom-tree-in-lotusscript/comment-page-1/#comment-33</link>
		<dc:creator>Johan KÃ¤nngÃ¥rd</dc:creator>
		<pubDate>Mon, 16 Jan 2006 08:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://johankanngard.net/?p=51#comment-33</guid>
		<description>But I don&#039;t have access to the inStream, only a NotesDOMNode as in the example above.</description>
		<content:encoded><![CDATA[<p>But I don&#8217;t have access to the inStream, only a NotesDOMNode as in the example above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://johankanngard.net/2006/01/11/serialize-a-dom-tree-in-lotusscript/comment-page-1/#comment-32</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Mon, 16 Jan 2006 05:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://johankanngard.net/?p=51#comment-32</guid>
		<description>Does it help if you use this ?

Set parser = session.createDOMParser(inStream, outputStream )

Must define outputStream though,
then no need to call serialize
once node is changed, then it is reflected in outputstream until it close command is called.

If I&#039;m not mistaken, I had problem with serializing in LN 6.5.1</description>
		<content:encoded><![CDATA[<p>Does it help if you use this ?</p>
<p>Set parser = session.createDOMParser(inStream, outputStream )</p>
<p>Must define outputStream though,<br />
then no need to call serialize<br />
once node is changed, then it is reflected in outputstream until it close command is called.</p>
<p>If I&#8217;m not mistaken, I had problem with serializing in LN 6.5.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan KÃ¤nngÃ¥rd</title>
		<link>http://johankanngard.net/2006/01/11/serialize-a-dom-tree-in-lotusscript/comment-page-1/#comment-29</link>
		<dc:creator>Johan KÃ¤nngÃ¥rd</dc:creator>
		<pubDate>Wed, 11 Jan 2006 20:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://johankanngard.net/?p=51#comment-29</guid>
		<description>That&#039;s what I&#039;m doing in the example above, but it doesn&#039;t work. It isn&#039;t giving me an error either. :-(</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I&#8217;m doing in the example above, but it doesn&#8217;t work. It isn&#8217;t giving me an error either. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Crossett</title>
		<link>http://johankanngard.net/2006/01/11/serialize-a-dom-tree-in-lotusscript/comment-page-1/#comment-28</link>
		<dc:creator>Jeff Crossett</dc:creator>
		<pubDate>Wed, 11 Jan 2006 18:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://johankanngard.net/?p=51#comment-28</guid>
		<description>Would setting the output of the parser to a NotesStream and using the &quot;ReadText&quot; method of the stream work for you?</description>
		<content:encoded><![CDATA[<p>Would setting the output of the parser to a NotesStream and using the &#8220;ReadText&#8221; method of the stream work for you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

