S
Stuart Clarke
Hey all,
I have identified a file, which is not an XML file however its content
represents XML e.g.
<UserData><Time>1270242409</Time><ClientVersion>3</ClientVersion><Count>0</Count></UserData>
I have clearly identified in this file where the the tags are however I
have a few issues to overcome.
First, each character is delimited by a null character - this is not a
problem I am I have found a solution to remove the null characters thus
giving text similar to that above. I am not struggling how I get from an
array containing the above data with null characters removed to parsing
the XML?
What does everyone suggest as to the best XML library and the best way
to parse the data as it stands in an array instead of an XML file.
Many thanks
I have identified a file, which is not an XML file however its content
represents XML e.g.
<UserData><Time>1270242409</Time><ClientVersion>3</ClientVersion><Count>0</Count></UserData>
I have clearly identified in this file where the the tags are however I
have a few issues to overcome.
First, each character is delimited by a null character - this is not a
problem I am I have found a solution to remove the null characters thus
giving text similar to that above. I am not struggling how I get from an
array containing the above data with null characters removed to parsing
the XML?
What does everyone suggest as to the best XML library and the best way
to parse the data as it stands in an array instead of an XML file.
Many thanks