This document provides an agenda and overview for a presentation on building an XML editor in Eclipse. It discusses Eclipse platform concepts like content types, text documents and partitions. It also gives a tour of the Structured Document Model and XML DOM used in Eclipse. It outlines ways to add functionality to the editor like actions and commands without extending the editor class. Finally, it discusses debugging tools and examples for XML editors.