Hi,
I have following problem. I need to implement something like xml tree editor. I am using both CVIXML and Tree control. If I remove an item from the tree control I have to rename the item names to reflect in the new tree configuration (i.e. numeration) like this:
Before �
Sequence1
Sequence2
Sequence3
�.
Let say I remove the second item in the tree �
Sequence1
Sequence3
And I have to rearrange the names so that they appear correctly:
Sequence1
Sequence2
This is ok, but I am using the tree item names in the same XML document structure, and I have to change the element tag names to reflect the current changes.
There is a function: CVIXMLGetElementTag, but no one to change the element tag name.
Don�t know how to solve this problem?
Please help,
Thanks in advance,
Nikolai