Ticket #130 (closed refactoring: fixed)

Opened 3 months ago

Last modified 2 months ago

move skin generation from xml post interceptor into its own class

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)

Currently the skin for the XML/XSL view engine is generated in the xml post interceptor. The generation should be moved into its own class for more flexibility and reuse ability. This will enable features like skin caching and skin pregeneration via a phing task.

This is a prerequisite for refactoring #131 and part of the refactoring #129.

Change History

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

  • description changed.

03/11/08 11:54:47 changed by mikey

  • status changed from new to assigned.

03/11/08 18:37:39 changed by mikey

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

Implemented with r1413.