- Home /
 
problem with XMLParser
I've been looking around the forums th last few days for an XMLParser. Now I've found one in this forum thread: http://forum.unity3d.com/threads/25352-Loading-an-XML-file there is an XMLParser posted by HiggyB. My problem is that when i try to use it in Unity I get this error:
Assets/Scripts/XML/XMLParser.js(59,45): BCE0022: Cannot convert 'System.Array' to 'System.Collection.Hashtable[]'.
 
                
                
               in this line of code
return tSystemData.ToBuiltin(Hashtable);
 
                
                
               the orignial code can be found here: http://forum.unity3d.com/attachment.php?attachmentid=6050&d=1245797838
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Error use of unassigned local variable 2 Answers
JS objects in Unityscript || BCE0048: Type 'Object' does not support slicing. 0 Answers
Problems adding to a Builtin Array in C# 1 Answer
Is pulling and parsing XML data from 3rd party API call possible? 1 Answer
Hashtable and ArrayList problem 0 Answers