<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : CXTPPropExchangeXMLNode problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPPropExchangeXMLNode problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 03:58:20 +0000</pubDate>
  <lastBuildDate>Tue, 16 Jul 2019 11:09:28 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23879</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[CXTPPropExchangeXMLNode problem : Hi,I am using this component to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23879&amp;PID=77419&amp;title=cxtppropexchangexmlnode-problem#77419</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9364">ericgen34</a><br /><strong>Subject:</strong> 23879<br /><strong>Posted:</strong> 16 July 2019 at 11:09am<br /><br />Hi,<div><br></div><div>I am using this component to load a file that is formatted for human reading, hence with indents and new lines. However on reading this file, fields like:</div><div>&lt;node&gt;<br><span style="white-space:pre">	</span>&lt;Culture&gt;<br><span style="white-space:pre">	</span>&lt;/Culture&gt;</div><div>&lt;/node&gt;</div><div>read using:<br><div><span style="white-space:pre">	</span>PX_String(pPX, _T("Culture"), m_strCulture);</div></div><div>gives me:<br><span style="white-space:pre">	</span>m_strCulture = "\n\t"</div><div>Which is wrong for me as it should be blank. I found out that it is because in&nbsp;<br>CXTPPropExchangeXMLNode::CreateDocumentInstance()<br>There is the line:<br><span style="white-space:pre">	</span>m_xmlDocPtr-&gt;put_preserveWhiteSpace(VARIANT_TRUE);</div><div>I can turn it off after reading the file with <br><span style="white-space:pre">	</span>px.GetDocumentPtr()-&gt;put_preserveWhiteSpace(VARIANT_FALSE);</div><div><br></div><div>but it seems odd to me that this should be the default, and that no options are provided to turn it off when creating the&nbsp;CXTPPropExchangeXMLNode</div><div><br></div><div>Is it a bug or is there something that escapes me?</div><div><br></div><div>Thanks</div>]]>
   </description>
   <pubDate>Tue, 16 Jul 2019 11:09:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23879&amp;PID=77419&amp;title=cxtppropexchangexmlnode-problem#77419</guid>
  </item> 
 </channel>
</rss>