I have this XML now (created from a PHP array):
<?xml version="1.0" encoding="UTF-8"?>
<documentation_export>
<_data_documentation>
<309>The quick brown fox jumps over prepared statement.</309>
<310>Test 1</310>
<312>Test 2</312>
<313>nmnmnmnmn</313>
</_data_documentation>
</documentation_export>
It shows XML Parsing Error: not well-formed..I’m not very familiar with XML format.
Is this XML file still usable or can be converted back to a PHP array variable (despite having the error)?
Thanks for any help..
Structure-wise it looks fine, but I don’t think tags can be named with or start with numbers.