Skip to main content

Bug Tracker

Side navigation

#13017 closed bug (notabug)

Opened December 07, 2012 05:05PM UTC

Closed December 07, 2012 05:14PM UTC

parseXML doesn't allow access to attributes of root node

Reported by: cpackard@exagrid.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.3
Keywords: Cc:
Blocked by: Blocking:
Description

See your parseXML example, replaced the first append with:

$( "#someElement" ).append( $xml.attr('version'));

and you see it fails. Can also see it on jsfiddle: http://jsfiddle.net/QqQTF/

Tested on IE 9 and Chrome.

Attachments (0)
Change History (1)

Changed December 07, 2012 05:14PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

Please ask for help on the forum. You're looking in the #document root node for the <rss> attribute. And please use the most recent version of jQuery when reporting problems.