Answered
My xml Class
Hello,
I am trying to write an xml parser type class which will read in xml data.
My problem is that when I create an instance of the class and call its load function, it is not waiting for it to load before it continues. I have the code below which is my 'load' function, but i have no way of telling in my document class when it has fully loaded. Is there a way of doing this? When I call loadXML(fileName); Its continuing without waiting for a full load.
I am trying to write an xml parser type class which will read in xml data.
My problem is that when I create an instance of the class and call its load function, it is not waiting for it to load before it continues. I have the code below which is my 'load' function, but i have no way of telling in my document class when it has fully loaded. Is there a way of doing this? When I call loadXML(fileName); Its continuing without waiting for a full load.