Side navigation
#1442 closed bug (invalid)
Opened July 30, 2007 05:17PM UTC
Closed August 21, 2007 03:15PM UTC
Last modified October 14, 2008 10:51AM UTC
Exception in IE when accessing XML attribute
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Occurs with the following XML file:
http://www.xqus.com/phpsysinfo/xml.php
and the following code:
version = $("Generation", xml).attr("version"); $("#version").append(version);
full demo:
Attachments (0)
Change History (4)
Changed July 30, 2007 05:21PM UTC by comment:1
summary: | Exception when accessing XML attribute → Exception in IE when accessing XML attribute |
---|
Changed July 30, 2007 05:21PM UTC by comment:2
owner: | → john |
---|
Changed July 30, 2007 05:49PM UTC by comment:3
Ok, so the issue was that there was an element in the page that had the same ID as the version variable - but version was never defined, so an exception was being thrown when it was being set. This is a case where something in the FAQ might help.
Changed August 21, 2007 03:15PM UTC by comment:4
resolution: | → invalid |
---|---|
status: | new → closed |