The source code of my web page like this:\[code\] <html><frameset> <frame id="FrameMenu"> .... </frame> <frame id="FrameMain"> <html> <head></head> <body> <div>....</div> <div>....</div> <div>....</div> <xml id="schedule" XMLDocument="[object]"/> </body> </html> </frame></frameset>\[/code\]How can I load the xml file with id = "schedule" to read?Thank you.