I NEED HELP!!!!
I just can't make sense of reading a basic xml file...
Can someone please create a module to read this xml?
<?xml version="1.0" encoding="utf-8"?>
<!--Dll 2 date Client File-->
<Dll-1>
<Name>XPTO</Name>
<Version>1.0</Version>
<Info>Test Dll xml with no actual info or use</Info>
</Dll-1>
<Dll-2>
<Name>XPTO</Name>
<Version>1.0</Version>
<Info>Test Dll xml with no actual info or use</Info>
</Dll-2>
<Dll-3>
<Name>XPTO</Name>
<Version>1.0</Version>
<Info>Test Dll xml with no actual info or use</Info>
</Dll-3>
I will be adding all relevant values to array...
So I need to declere them dinamically, with the count from the xml file..
ie, this simplistic file would create 3 arrays with 3 values each...
But these can and surelly will vary...
So any dll entry can have more values than other...