![]() |
Iterating XML Properties |
Post Reply
|
| Author | |
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Topic: Iterating XML PropertiesPosted: 17 July 2006 at 4:18am |
|
Hi Oleg,
Is it possible to get a list of all properites? This is not essential as I know what I am expecting, but for the furture it would be great to be able to dig out a list of all properties. |
|
|
Simon HB9DRV
|
|
![]() |
|
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 July 2006 at 6:10am |
|
FWIW I am using your XML routines to great effect in non-PropertyExchange ways - superbly written code.
It's so good to have code like this with your support behind it, even if I did have a frustrating time on Friday figuring it all out :-) . |
|
|
Simon HB9DRV
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 July 2006 at 8:56am |
|
Thanks :)
Added public access to m_xmlSectionNode:
CXTPDOMNodePtr GetSectionNode() const {
return m_xmlSectionNode; } so you can get this node and:
XTPXML::IXMLDOMNamedNodeMapPtr map;
xmlSectionNode->get_attributes(&map); ...
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 July 2006 at 9:03am |
Thanks - that'll do the trick |
|
|
Simon HB9DRV
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |