Thomas J.S.: DOM Processor nicht gleichzeitig ausführbar

Beitrag lesen

Hallo,

ich habe mal eine Verständnisfrage, weiss aber nicht genau, ob diese hier hinein passt.

set processor = template.createProcessor()
   processor.transform()

"IXSLProcessor is designed to handle asynchronous transformations. In this case, multiple calls to the transform method must be made, in which each call will transform as much as it can based on what is available from the input. In this scenario, the processor remains in READYSTATE_INTERACTIVE until the transform is complete."

...

"This XSL processor is completely independent of the transformNode and transformNodeToObject methods on DOMDocument. In particular, when you transform XML using IXSLProcessor, the ontransformnode event is not fired on DOMDocument."

http://msdn.microsoft.com/library/en-us/xmlsdk/html/af1fe9e0-b3f4-4ea1-8b6c-ab25a619be59.asp

Vielleicht hilft es wenn du mit "source.transformNodeToObject(style, Response)" versuchst.

http://msdn.microsoft.com/library/en-us/xmlsdk/html/688e60f6-a3d4-4eff-98dc-84719e6b8fef.asp

Grüße
Thomas