I'll rephrase this. I am developing a web page that uses XML to get information. I am using JavaScript and DHTML to load the XML file, using the DOM Load, which I know is not supported by Safari. The web page works in pretty much every popular browser (IE, Firefox, Netscape, Opera), except Safari. I know one way to do this is with Ajax, which is over complicating a very simple operation. I was wondering if Safari had a built-in method to load an XML file using JavaScript? IE also does not support the DOM convention, but they have an alternative built-in method.
Thanks.