<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Notes rich text manipulation using DXL</title>
	<atom:link href="http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/</link>
	<description>wading through social software technology</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:09:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: cubetoon</title>
		<link>http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/comment-page-1/#comment-262</link>
		<dc:creator>cubetoon</dc:creator>
		<pubDate>Sun, 05 Oct 2008 07:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/#comment-262</guid>
		<description>You can use any database you like to store the temporary document. Just keep in mind that the user running the script must have the rights to create documents and, if you want to clean-up (delete) the temporary document afterwards, deletion rights to the document. This may require an author field, containing the name of the user, on the imported document if the highest access to the database is author.</description>
		<content:encoded><![CDATA[<p>You can use any database you like to store the temporary document. Just keep in mind that the user running the script must have the rights to create documents and, if you want to clean-up (delete) the temporary document afterwards, deletion rights to the document. This may require an author field, containing the name of the user, on the imported document if the highest access to the database is author.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/comment-page-1/#comment-261</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Fri, 03 Oct 2008 07:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/#comment-261</guid>
		<description>Hi Christian,

thanks for this example. But why do you use cache.ndk as a temp database ?

Whith it, i encounterred error message with templates containing attachments. By creating the tempdoc in the current database, everything works fine.

Anyway, your code is very usefull and saved me hours of works.

Raphael</description>
		<content:encoded><![CDATA[<p>Hi Christian,</p>
<p>thanks for this example. But why do you use cache.ndk as a temp database ?</p>
<p>Whith it, i encounterred error message with templates containing attachments. By creating the tempdoc in the current database, everything works fine.</p>
<p>Anyway, your code is very usefull and saved me hours of works.</p>
<p>Raphael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Petters</title>
		<link>http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/comment-page-1/#comment-260</link>
		<dc:creator>Christian Petters</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/#comment-260</guid>
		<description>&lt;p&gt;[...] All the facts above are getting really important however when you start creating or manipulating document items using the NotesDXLImporter class [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] All the facts above are getting really important however when you start creating or manipulating document items using the NotesDXLImporter class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubetoon</title>
		<link>http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/comment-page-1/#comment-250</link>
		<dc:creator>cubetoon</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/#comment-250</guid>
		<description>&lt;p&gt;Hi Thomas,&lt;/p&gt;
&lt;p&gt;grÃ¼sse in die alte Heimat :-)&lt;/p&gt;
&lt;p&gt;Are you able to elaborate a bit on how to create am action hotspot within a richtext item using the NotesRichTextNavigator and NotesRichTextRange? I was looking for an easier solution than DXL export and import to achieve the same but could not source anything.&lt;/p&gt;
&lt;p&gt;And yes, you can use the same functionality to handle embedded objects and attachments. Although you may want to have a look to &lt;a href=&quot;http://dominounlimited.blogspot.com/2006/05/notesdxlexporter-export-fails-on.html&quot; rel=&quot;nofollow&quot;&gt;Andrei&#039;s Blog&lt;/a&gt; to find out about some restrictions with regards to attachments.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>grÃ¼sse in die alte Heimat <img src='http://www.cubetoon.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Are you able to elaborate a bit on how to create am action hotspot within a richtext item using the NotesRichTextNavigator and NotesRichTextRange? I was looking for an easier solution than DXL export and import to achieve the same but could not source anything.</p>
<p>And yes, you can use the same functionality to handle embedded objects and attachments. Although you may want to have a look to <a href="http://dominounlimited.blogspot.com/2006/05/notesdxlexporter-export-fails-on.html" rel="nofollow">Andrei&#8217;s Blog</a> to find out about some restrictions with regards to attachments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Schulte</title>
		<link>http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/comment-page-1/#comment-249</link>
		<dc:creator>Thomas Schulte</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubetoon.com/2008/notes-rich-text-manipulation-using-dxl/#comment-249</guid>
		<description>Well you do not need the NotesDXLexporter and NotesDXLimport Classes to achieve this particular goal. 
You can do this with NotesRichTextNavigator and NotesRichTextRange too. What would really be funny is to handle embedded Objects and Attachments with this.</description>
		<content:encoded><![CDATA[<p>Well you do not need the NotesDXLexporter and NotesDXLimport Classes to achieve this particular goal.<br />
You can do this with NotesRichTextNavigator and NotesRichTextRange too. What would really be funny is to handle embedded Objects and Attachments with this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

