Extreme Programming for Web Projects
I l @ ve RuBoard |
Separating content, design, and functionality from each other is a major theme in software development. Finally XML allows us to do the same with Web pages. On Web projects our goal is to separate how a page looks, what content it contains, and what functions it performs into independent entities. HTML is the total antithesis to this approach. Enter XML. In this chapter we present a framework of how XML and XSLT can be used to create flexible Web sites. |
I l @ ve RuBoard |