Hi,
I am currently writing a program which will take a document:
<?xml version="1.0" encoding="utf-8"?>
<MenuItem version="1.0">
<item_text>
<TEXT default_lang="en" str="NAME" /> ( language/ text string)
</item_text>
<item_help>
<TEXT default_lang="en" str="DESCRIPTION" /> (help menu/language/ description)
</item_help>
<item_icon>
<LEFT str="IMAGE" /> (image)
</item_icon>
<item_action>
<ACTION type="Internal" str="Positioning_Maps_Id"/> (internal,external/????)
</item_action>
</MenuItem>
and what I want to do is get the NAME, DESCRIPTION and IMAGE parts in the document, put them into text boxes, and once they have been edited they must put the NAME, DESCRIPTION and IMAGE back into the bit of code, if you want me to explain further please ask
Thank you so much
Luke