Ticket #131 (closed refactoring: fixed)

Opened 3 months ago

Last modified 2 months ago

Move transformation of dom tree with skin from xml post interceptor to xml processor

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.7.0
Component: XML/XSL view engine Version: SVN-trunk
Keywords: Cc:

Description (Last modified by mikey)

To get rid of the splitting of the XML/XSL view engine into the processor and the post interceptor, the remaining parts of the post interceptor, namely the transformation of the dom tree with the generated skin, will be moved from the post interceptor into the processor.

After this is done, the post interceptor will be removed.

Refactoring #130 is a prerequisite for this, and it is part of the refactoring #129.

Change History

02/29/08 16:32:56 changed by mikey

  • description changed.

03/14/08 10:26:29 changed by mikey

  • status changed from new to assigned.

03/14/08 14:32:51 changed by mikey

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

Implemented with r1419.