Opened 14 years ago
Closed 10 years ago
#2204 closed defect
add async property to src/xml/XslTransform.js
Reported by: | guest | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dojox | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I should have provided this in the original version, so after some posts to the mail list I would like to get this into the src. Basically you can set the async property of a transformer. I have defaulted this to false so an XSL will be loaded before applying a transformation (I believe this to be the most common need). But, if you need an async load, then set the property to true. OK?
Attachments (1)
Change History (10)
Changed 14 years ago by
Attachment: | patch_XslTransform.txt added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Tom Trenka |
---|
comment:2 Changed 14 years ago by
Milestone: | → 0.9 |
---|---|
Owner: | changed from Tom Trenka to dylan |
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
It's pretty pointless to have a loadAsync parameter and to ignore it by always setting this.async=false. ;)
comment:5 Changed 14 years ago by
Owner: | changed from dylan to Tom Trenka |
---|---|
Status: | reopened → new |
comment:6 Changed 14 years ago by
Component: | General → Dojox |
---|---|
Milestone: | 0.9 |
comment:7 Changed 13 years ago by
Milestone: | → 1.3 |
---|
comment:8 Changed 13 years ago by
Milestone: | 1.3 → future |
---|
comment:9 Changed 10 years ago by
Status: | new → closed |
---|
Some triage, closing old tickets that seem no longer relevant.
Note: See
TracTickets for help on using
tickets.
(In [7150]) fixes #2204, add async property to src/xml/XslTransform.js, cla on file