<?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 : working with CXTPPropExchangeXMLNode</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : working with CXTPPropExchangeXMLNode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 18:19:31 +0000</pubDate>
  <lastBuildDate>Fri, 29 Aug 2008 18:10:21 +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=12021</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[working with CXTPPropExchangeXMLNode : Thanks for answer,and how can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12021&amp;PID=40607&amp;title=working-with-cxtppropexchangexmlnode#40607</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12021<br /><strong>Posted:</strong> 29 August 2008 at 6:10pm<br /><br />Thanks for answer,<br><br>and how can i delete a attribute (CompactMode)<br>&lt;FB Name="XYD" Some="was" /&gt;<br><br>i will delete Some from entry.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 18:10:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12021&amp;PID=40607&amp;title=working-with-cxtppropexchangexmlnode#40607</guid>
  </item> 
  <item>
   <title><![CDATA[working with CXTPPropExchangeXMLNode : There is ClearSection methos. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12021&amp;PID=40602&amp;title=working-with-cxtppropexchangexmlnode#40602</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12021<br /><strong>Posted:</strong> 29 August 2008 at 4:09pm<br /><br />There is ClearSection methos.]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 16:09:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12021&amp;PID=40602&amp;title=working-with-cxtppropexchangexmlnode#40602</guid>
  </item> 
  <item>
   <title><![CDATA[working with CXTPPropExchangeXMLNode :   Hello,I can xml.LoadFromFilePX_..(xml,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12021&amp;PID=40586&amp;title=working-with-cxtppropexchangexmlnode#40586</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 12021<br /><strong>Posted:</strong> 29 August 2008 at 7:49am<br /><br />Hello,<br><br>I can xml.LoadFromFile<br><br>PX_..(xml, ....)&nbsp;&nbsp; read some data<br><br>xml.SetLoading(FALSE);<br><br>PX_...(&amp;xml,...) write/change/add some data.<br><br>xml.SaveToFile(...)<br><br>But how can i remove exist entrys ?<br>Please add some Remove function<br>RemoveAttribute, RemoveSection, ...<br><br>&nbsp; Jimmy<br><br>My current solution:<br>class CXTPPropExchangeXMLNodeEx : public CXTPPropExchangeXMLNode<br>{<br>&nbsp;&nbsp;&nbsp; bool DeleteAttr(LPCTSTR lpszEntry)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; USES_CONVERSION;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPDOMNodePtr xmlNodeEntryPtr;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XTPXML::IXMLDOMNamedNodeMapPtr map;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_xmlSectionNode-&gt;get_attributes(&amp;map);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; HRESULT hr = map-&gt;removeNamedItem(CT2BSTR(lpszEntry), &amp;xmlNodeEntryPtr);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (FAILED(hr))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return true;<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>]]>
   </description>
   <pubDate>Fri, 29 Aug 2008 07:49:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12021&amp;PID=40586&amp;title=working-with-cxtppropexchangexmlnode#40586</guid>
  </item> 
 </channel>
</rss>