Skip to main content

Bug Tracker

Side navigation

#808 closed bug (fixed)

Opened January 15, 2007 03:14PM UTC

Closed January 22, 2007 12:28AM UTC

Last modified June 19, 2007 09:24AM UTC

jjQuery(a, c) fails to navigate over rdocumentElement from parsed xml

Reported by: art.orlov@gmail.com Owned by:
Priority: major Milestone: 1.1
Component: core Version: 1.1
Keywords: Cc:
Blocked by: Blocking:
Description

A have cross domain scripts in my app, so a could not get access to res.responseXML.document element in Firefiox. I have to parse res.responseText as string to xml document. So, I have a valid xml dom tree. After that I'm trying to pass it to jQuery(a, c) function.

Begining from 1.1 release former fails to process my xml document.

The following lines fail or produce empty result:

$("name-of-element", doc);

$("name-of-element", doc);

$(">name-of-element", doc);

The only solution for me to use $(" //name-of-element", doc) or $("name-of-element", doc)

Attachments (0)
Change History (1)

Changed January 22, 2007 12:28AM UTC by john comment:1

resolution: → fixed
status: newclosed

Fixed in SVN rev 1142.