Game Development Community

Opening XML files TorqueScript SimXMLDocument()

by Matt-C · in Torque 3D Professional · 12/20/2009 (11:37 pm) · 2 replies

I have done a bit of research, and have exhausted all my resources...

I am attempting to open a XML file using the SimXMLDocument() function, however, I get the famous "Function Not Found" in the console.

I have found and looked at TinyXML which is included in the source, from what I can tell it is referenced and included in the default compiled version. (Might have missed something... Hopefully not)


Anyone use this function able to shed some light on why it does not work?

#1
12/21/2009 (10:40 am)
Take a look at this post and see if it helps- www.torquepowered.com/community/forums/viewthread/100483/1#comment-686373

If not, try posting the code that is giving you the error.
#2
12/22/2009 (7:00 pm)
We got it sorted out... ended up being some lovely formating issues..

And the debug information from Torque when it has an issue is ever so helpful :P

Thanks for your help and your example!