Hello community,
I am having trouble loading the XML below through the XML object. On import, i get multiple syntax errors and it will not load. On paper it seems to be a straight forward process but i might be missing something. Ashley , Yann Can you please confirm if this XML can be imported through the native XML object. If not, is there an alternative way to grab the data. The goal is for the hosted game to load the xml from an URL on runtime, grab and parse the data. Thank you in advanced for the assistance provided...
<?xml version="1.0"?>
<words>
<meta>
<user_id>85826</user_id>
<word_order>e</word_order>
</meta>
<word>
<word>
<![CDATA[ flip-flop ]]>
</word>
<definition>
<![CDATA[ a thonged sandal and its clicking sound ]]>
</definition>
<wordid>
<![CDATA[ 367925 ]]>
</wordid>
<sentenceid>
<![CDATA[ 653737 ]]>
</sentenceid>
<soundfile>
<![CDATA[ /sounds/f/flip_flop.mp3 ]]>
</soundfile>
<definitionfile>
<![CDATA[ /definitionSounds/f/flip-flop_50d41874a9c93.mp3 ]]>
</definitionfile>
<definition_option id="460293" soundfile="/sounds/s/st_.mp3">
<![CDATA[ St. ]]>
</definition_option>
<definition_option id="310953" soundfile="/sounds/i/it_s.mp3">
<![CDATA[ it's ]]>
</definition_option>
<definition_option id="653737" soundfile="/sounds/f/flip_flop.mp3">
<![CDATA[ flip-flop ]]>
</definition_option>
</word>
<word>
<word>
<![CDATA[ it's ]]>
</word>
<definition>
<![CDATA[ contraction of "it is" ]]>
</definition>
<wordid>
<![CDATA[ 13637 ]]>
</wordid>
<sentenceid>
<![CDATA[ 310953 ]]>
</sentenceid>
<soundfile>
<![CDATA[ /sounds/i/it_s.mp3 ]]>
</soundfile>
<definitionfile>
<![CDATA[ /definitionSounds/i/it_s_50cb3fe723f2d.mp3 ]]>
</definitionfile>
<definition_option id="653737" soundfile="/sounds/f/flip_flop.mp3">
<![CDATA[ flip-flop ]]>
</definition_option>
<definition_option id="310953" soundfile="/sounds/i/it_s.mp3">
<![CDATA[ it's ]]>
</definition_option>
<definition_option id="460293" soundfile="/sounds/s/st_.mp3">
<![CDATA[ St. ]]>
</definition_option>
</word>
<word>
<word>
<![CDATA[ St. ]]>
</word>
<definition>
<![CDATA[ abbreviation for "street" ]]>
</definition>
<wordid>
<![CDATA[ 29966 ]]>
</wordid>
<sentenceid>
<![CDATA[ 460293 ]]>
</sentenceid>
<soundfile>
<![CDATA[ /sounds/s/st_.mp3 ]]>
</soundfile>
<definitionfile>
<![CDATA[ /definitionSounds/s/St._50cb531accd9f.mp3 ]]>
</definitionfile>
<definition_option id="653737" soundfile="/sounds/f/flip_flop.mp3">
<![CDATA[ flip-flop ]]>
</definition_option>
<definition_option id="310953" soundfile="/sounds/i/it_s.mp3">
<![CDATA[ it's ]]>
</definition_option>
<definition_option id="460293" soundfile="/sounds/s/st_.mp3">
<![CDATA[ St. ]]>
</definition_option>
</word>
</words>[/code:3dvumhzi]