| Excerpt from: Into the MyST |
 |
| November 29, 2003 | | The combination of XSLT and XML has provided a useful framework for creating code reuse. | |
We brag frequently about being able to build Weblog applications very
quickly, and the reason is pretty simple - we use a higly organized hierarchy of
XSL transformation models that are rules-based and easily over-ridden for
specific custom requirements. We no longer have to ponder the basic elenments
that cut across all Weblog application requirements.
This level of agility is achieved through a continual model review (a
refactoring and maturity process) to move functionality from custom applications
to reuseable classes of XSL transformation rules. | | |
|
|