Ticket #2204 (new defect)

Opened 2 years ago

Last modified 5 months ago

add async property to src/xml/XslTransform.js

Reported by: guest Owned by: ttrenka
Priority: normal Milestone: future
Component: Dojox Version: 0.4.1
Severity: normal Keywords:
Cc:

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

patch_XslTransform.txt (1.2 kB) - added by guest 2 years ago.

Change History

Changed 2 years ago by guest

Changed 23 months ago by ttrenka

  • owner changed from anonymous to ttrenka

Changed 22 months ago by dylan

  • status changed from new to assigned
  • owner changed from ttrenka to dylan
  • milestone set to 0.9

Changed 22 months ago by dylan

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

(In [7150]) fixes #2204, add async property to src/xml/XslTransform.js, cla on file

Changed 22 months ago by guest

  • status changed from closed to reopened
  • resolution deleted

It's pretty pointless to have a loadAsync parameter and to ignore it by always setting this.async=false. ;)

Changed 16 months ago by peller

  • owner changed from dylan to ttrenka
  • status changed from reopened to new

Changed 16 months ago by ttrenka

  • component changed from General to Dojox
  • milestone deleted

Changed 9 months ago by dylan

  • milestone set to 1.3

Changed 5 months ago by ttrenka

  • milestone changed from 1.3 to future
Note: See TracTickets for help on using tickets.