#3866 closed enhancement (fixed)
0.9: dojo.query() support of general XML DOM documents.
Reported by: | Jared Jurkiewicz | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Query | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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 (7)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Milestone: | 0.9 → 1.1 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.2 → 1.1 |
---|
per Alex: "I think i can get us XML document support relatively cheaply"
moving back to 1.1
comment:5 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
Move all milestone 1.1 tickets to 1.2, except for reopened tickets and tickets opened after 1.1RC1 was released.
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 11 years ago by
Component: | General → Query |
---|
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.