I have an .xml file with me. The code in the xml is as follows
<?xml version="1.0" encoding="utf-8"?>
<Data>
<Table Id ="L2-MP3">
<Row>
<Parameter Name="TestID">1</Parameter>
<Parameter Name="Scope">L2</Parameter>
<Parameter Name="Description">m1dB_48K_16b_AP.wav</Parameter>
<Parameter Name="Format">wma</Parameter>
<Parameter Name="Input">c:\Data\Test\Standard\m1dB_48K_16b_AP.wav</Parameter>
<Parameter Name="Operation">15000,stop</Parameter>
</Row>
</Table>
</Data>
Here my requirement is, if you observe the description and the input part, there are some digits as 48, 16 and AP. not i need to fetch that values from the excel macro Module.
As i have the values ready in the Module, can any only please help me how to get the values into this .xml file. Also tell me how to construct the bridge between them and how to use the variables here in .xml file from the excel macro. and as shown 48, 16 and AP in that file are variable according to the requirement.
Your suggestion is very valuable for me.
I would be really thank full if you could help me in this regard?