[jQuery] Re: iframe and xml

2009-06-10 Thread barton
Yes I have done that too. This is one of those "because it's there" things. Also when I load the iframe via the src= the browser interprets the xml (or at least Firefox does). To see the xml you have to "View|Page Source". Also, the behavior of src="atom.xml" and src="data:text/ xml;base64,"

[jQuery] Re: iframe and xml

2009-06-10 Thread Paul Mills
Hi, I'm confused as to why you are trying to load XML into an iframe using AJAX. Why not just set src="atom.xml" and load the feed directly into the iframe? Paul On Jun 9, 9:13 pm, barton wrote: > I have been trying to insert xml into an iframe. I can do it kinda. > The problem is the iframe ha