Ticket #3866 (closed enhancement: fixed)

Opened 17 months ago

Last modified 5 months ago

0.9: dojo.query() support of general XML DOM documents.

Reported by: jaredj Owned by: alex
Priority: normal Milestone: 1.2
Component: General Version: 0.9
Severity: normal Keywords:
Cc:

Description

0.9: dojo.query support of general XML DOM documents.

According to Alex, dojo.query won't work against a general XML DOM document, but that it shouldn't be too hard to make it work. So, this is a trac request to add that support. It would make some handling of XML much more efficient in terms of code and performance (things like dojox.data.XmlStore? could use it for getting the full node list and such instead of having to tree walk.)

Initially assigning to Alex since he owns the query code, I believe. Please route if not.

Change History

Changed 16 months ago by alex

  • status changed from new to assigned

Changed 16 months ago by alex

  • milestone changed from 0.9 to 1.1

Changed 10 months ago by dylan

  • milestone changed from 1.1 to 1.2

Pushing to 1.2, because it won't get done for 1.1.

In order to get it done, we should probably outline what is b0rken.

Changed 10 months ago by dylan

  • milestone changed from 1.2 to 1.1

per Alex: "I think i can get us XML document support relatively cheaply"

moving back to 1.1

Changed 8 months ago by bill

  • milestone changed from 1.1 to 1.2

Move all milestone 1.1 tickets to 1.2, except for reopened tickets and tickets opened after 1.1RC1 was released.

Changed 5 months ago by alex

  • status changed from assigned to closed
  • resolution set to fixed

(In [14407]) add case-sensitive searching to dojo.query() for XML document. Tested on IE, FF, and Safari. Fixes #3866. Fixes #5262. !strict

Note: See TracTickets for help on using tickets.