Document Object Model (DOM)

This chapter is the starting point to put everything covered to this point to practical usage. You will be introduced to the DOM and its implementation in PHP 5. By the end of this chapter, you should have an understanding of what the DOM is and how to write code using the DOM extension. The examples within this chapter will build upon each other and form the foundation for the examples toward the end of this chapter.