Ticket #3866 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.