XML documents show information from attributes to be displayed in the editor

<proprietary >
<localApplicationData>
 <application name="TranslationTool">
<appliVariable name="name" value="test" />
<appliVariable name="index" value="14" />
</application>
</localApplicationData>
</proprietary>

I want to get the value from name and index and show them in the document editor.

I tried using the parser but I was not working.

Is that possible or any other approaches to this?

Parents Reply Children
No Data