Sadly we can't convert to json because the site is already built out and all the code is using xpath. I am sure there is an easy way to convert the xml doc to json and then make the changes to the code, but I don't think I can get that cleared without putting on a song and dance.
<div><span class="gmail_quote">On 12/12/07, <b class="gmail_sendername">Bernd Matzner</b> <<a href="mailto:bernd.matzner@googlemail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
bernd.matzner@googlemail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Benjamin,
I'm currently struggling with a similar error. Possibly the xml data
isn't transmitted as XML?
$.ajax({
type: 'GET',
url: xmlFile,
dataType: 'xml',
success: function(){},
error: function(x, s, e){}
});
If I use JSON, things are working nicely. Any chance to change your
xmlfile to json format?
This
<!-- saved from url=(0013)about:internet -->
shouldn't have anything to do with the error. It's supposed to work
around the loading of scripts, but it doesn't seem to have any effect
when I use it with external scripts (such as jquery.js). So, to run it
gracefully from a CD in IE, I use <a href="http://www.phdcc.com/shellrun/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.phdcc.com/shellrun/</a>Bernd
</blockquote></div>
<br clear="all">
--
Benjamin Sterling
<a href="http://www.KenzoMedia.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.KenzoMedia.com</a><a href="http://www.KenzoHosting.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.KenzoHosting.com</a><a href="http://www.benjaminsterling.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.benjaminsterling.com</a>