i created an xml like registry structure.. i can node traverse through node name ..here i cannot traverse a nodepath through attribute value ...i give the xml below..
<Computer>
<HIVE Name="HKEY_CUREENT_USER">
<Elements>
<element Name="(Default)" Type="REG_SZ" Data="(value not set)" />
<element Name="SoftwareMicrosoftVisualStudio9.0ResourceEditorsPerformanceLoggingEnabled" Type="REG_SZ" Data="" />
</Elements>
<KEYS>
<Key Name="Network">
<Elements>
<element Name="(Default)" Type="REG_SZ" Data="(value not set)" />
</Elements>
</Key>
</KEYS>
</HIVE>
</Computer>
i want the path access"HKEY_CUREENT_USER\Network" ...give me a solution in c++ code(using MSXML)