March 2009
Intermediate to advanced
496 pages
13h 10m
English
This chapter covers |
|---|
|
In the previous chapter, we started creating a multipage document editor called MultiDoc. The aim is to create a desktop application that can load and save multipage documents stored in a single file. In this chapter, we show the implementation of a core part of this specification: the ability to save and load multipage documents stored as XML. You’ll add new load and save commands to MultiDoc, using classes in the System.Xml assembly. In the process, we’ll explore an extensible approach to reading XML with IronPython.
One of the big differences between Python and traditional ...
Read now
Unlock full access