[jQuery] iframe and xml

2009-06-09 Thread barton
I have been trying to insert xml into an iframe. I can do it kinda. The problem is the iframe has html/html tags and if the xml has items that look like head tags like title etc they end up in the head. For example I have a atom file that looks like this: ?xml version=1.0 encoding=UTF-8? feed

[jQuery] IFrame and XML

2009-01-29 Thread eamonn.kearns
I have a form which has a file input, so I can't use $.post I've, instead, pointed the form at an IFrame. The result of the post is xml. Is there a way to emulate the behaviour of $.post in this regard?