<?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 how to traverse all nodes?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPPropExchangeXMLNode how to traverse all nodes?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 04:36:05 +0000</pubDate>
  <lastBuildDate>Mon, 19 Jun 2006 08:49:57 +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=4431</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 how to traverse all nodes? : Ah ! That is the sample I needed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13706&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2108">dmunoz</a><br /><strong>Subject:</strong> 4431<br /><strong>Posted:</strong> 19 June 2006 at 8:49am<br /><br />Ah !<br>That is the sample I needed !<br><br>Now I understand better how to read the XML data. <br><br>Thanks Oleg.<br><br>]]>
   </description>
   <pubDate>Mon, 19 Jun 2006 08:49:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13706&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13706</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropExchangeXMLNode how to traverse all nodes? : Hi,   You don&amp;#039;t need to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13704&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4431<br /><strong>Posted:</strong> 19 June 2006 at 7:57am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>You don't need to access CXTPPropExchangeXMLNode members.</DIV><DIV>&nbsp;</DIV><DIV>Check this sample: <a href="http://forum.codejock.com/uploads/20060619_075701_PropExchangeSam.zip" target="_blank">PropExchangeSam.zip</A></DIV>]]>
   </description>
   <pubDate>Mon, 19 Jun 2006 07:57:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13704&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13704</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropExchangeXMLNode how to traverse all nodes? : Thanks for the help, now I understand....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13703&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2108">dmunoz</a><br /><strong>Subject:</strong> 4431<br /><strong>Posted:</strong> 19 June 2006 at 7:38am<br /><br />Thanks for the help, now I understand. I was able to traverse the nodeswith CXTPPropExchangeEnumeratorPtr, and retrieve each node name withxmlSectionNode::get_nodeName.<br><br>I find strange though that there is no simple interface within theCPropExchangeXMLNode class, and that one need first to derive the classto be able to access m_xmlSectionNode&nbsp; protected member, then tobe forced to call the COM interface to get some details about the node,like its name. Some functions within CPropExchangeXMLNode class wouldhave been useful. Or did I miss them ?<br><br>I see you have a CPropExchangeXMLNodeEx class, is that part of theXTreme Toolkit package ? Or is there something a little more elaborateplanned in the Toolkit for working with XML files ?<br><br>Thanks again.<br>&nbsp;]]>
   </description>
   <pubDate>Mon, 19 Jun 2006 07:38:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13703&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13703</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropExchangeXMLNode how to traverse all nodes? : There are two ways, 1.Use CXT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13701&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1867">WindFlashing</a><br /><strong>Subject:</strong> 4431<br /><strong>Posted:</strong> 18 June 2006 at 10:05pm<br /><br /><P>There are two ways,</P><P>1.Use CXTPPropExchangeEnumeratorPtr:</P><DIV>&nbsp;CXTPPropExchangeEnumeratorPtr pEnumerator(m_pSection-&gt;GetEnumerator(_T("*")));<BR>&nbsp;pos = pEnumeratorMenu-&gt;GetPosition();<BR>&nbsp;while (pos)<BR>&nbsp;{<BR>&nbsp;&nbsp;CXTPPropExchangeXMLNode* pNode = pEnumerator-&gt;GetNext(pos));</DIV><DIV>&nbsp;&nbsp;// ...<BR>&nbsp;}</DIV><DIV>&nbsp;</DIV><DIV>2.Use m_xmlSectionNode in <strong><FONT face=Arial size=3>CXTPPropExchangeXMLNode,</FONT></strong></DIV><DIV>&nbsp;</DIV><DIV>UINT CPropExchangeXMLNodeEx::GetNodesCount(LPCTSTR lpszSection)<BR>{<BR>&nbsp;if (m_xmlSectionNode == NULL)<BR>&nbsp;{<BR>&nbsp;&nbsp;return 0;<BR>&nbsp;}</DIV><DIV>&nbsp;HRESULT hr;<BR>&nbsp;UINT length;<BR>&nbsp;IXMLDOMNodePtr xmlNodePtr;<BR>&nbsp;IXMLDOMNodeListPtr xmlNodeListPtr;<BR>&nbsp;hr = m_xmlSectionNode-&gt;selectNodes(_bstr_t(lpszSection ? lpszSection : _T("*")), (XTPXML::IXMLDOMNodeList**)&amp;xmlNodeListPtr);</DIV><DIV>&nbsp;//...<BR>&nbsp;&nbsp;}</DIV>]]>
   </description>
   <pubDate>Sun, 18 Jun 2006 22:05:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13701&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13701</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropExchangeXMLNode how to traverse all nodes? : Hi,  I&amp;#039;m evaluating Xtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13695&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13695</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2108">dmunoz</a><br /><strong>Subject:</strong> 4431<br /><strong>Posted:</strong> 18 June 2006 at 8:53am<br /><br />Hi,<br><br>I'm evaluating Xtreme TookitPro and so far I'm quite happy with what I've try. I'm baffled by something though.<br><br>I need to read/write some dynamic content in XML, and what hoping touse for that CXTPPropExchangeXMLNode. But I can't figure how totraverse all nodes after a LoadFromFile !<br><br>If I know the node names, I understand I can do it withCXTPPropExchangeSection or GetEnumerator, but how if I don't know thenames, and I need to traverse all the XML tree structure node afternode and read their content ?<br><br>Couldn't find an example in the Sample files. Anyone care to point me in the right direction ?<br><br>Thanks for any help.<br><br>]]>
   </description>
   <pubDate>Sun, 18 Jun 2006 08:53:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4431&amp;PID=13695&amp;title=cxtppropexchangexmlnode-how-to-traverse-all-nodes#13695</guid>
  </item> 
 </channel>
</rss>