I want to modify XML, which path is simply get/modify that value?
is it read Text file method, or use that XML v4.0 that Dim xmlDoc As New DOMDocument ?
and if get/modify that value, how to get it?
is it handle that HTML to get value? or use that replace$()/Mid$()?
between "" and >file1</Graphic> that file1
any advice please!
is it read Text file method, or use that XML v4.0 that Dim xmlDoc As New DOMDocument ?
and if get/modify that value, how to get it?
is it handle that HTML to get value? or use that replace$()/Mid$()?
between "" and >file1</Graphic> that file1
any advice please!
Code:
<Events>
<Event InTC="00" OutTC="16" Forced="False">
<Graphic Width="2" Height="2" X="345" Y="510">file1</Graphic>
</Event>
<Event InTC="17" OutTC="21" Forced="False">
<Graphic Width="275" Height="37" X="223" Y="511">file2</Graphic>
</Event>
</Events>