Class wobzilla_xmlloader

Object
   |
   +--wobzilla_xmlloader

class wobzilla_xmlloader



 
Method Summary
 function load(filename)
           Loads a xml-file and creates a document-object from it.

Method Detail

load

function load(filename)
Loads a xml-file and creates a document-object from it. The File must end with .xml to trigger correct xml-parsing (XMLHttpRequest can be used for arbitrary files) TODO: currently a random number is passed as an additional request parameter, to avid some caching problems. Must find a better way todo this.

Returns:
a reference to the document-object.