Re: Possible error in 'dive into Python' book, help!

2006-07-31 Thread Sion Arrowsmith
In article <[EMAIL PROTECTED]>, Ben Edwards (lists) <[EMAIL PROTECTED]> wrote: >I have been going through Dive into Python which up to now has been >excellent. I am now working through Chapter 9, XML Processing. I am 9 >pages in (p182) in the 'Parsing XML section. The following code is >supposed

Re: Possible error in 'dive into Python' book, help!

2006-07-28 Thread Tim Chase
>PUBLIC '-//diveintopython.org//DTD Kant Generator Pro v1.0//EN' > 'kgp.dtd'> I tried to reproduce your problem with the sample file you gave, but it gasped, wheezed and died with a traceback about entities. Likely for not also having this kgp.dtd file (and any other external files it r

Possible error in 'dive into Python' book, help!

2006-07-28 Thread Ben Edwards (lists)
I have been going through Dive into Python which up to now has been excellent. I am now working through Chapter 9, XML Processing. I am 9 pages in (p182) in the 'Parsing XML section. The following code is supposed to return the whole XML document (I have put ti at the end of this email): from x

Possible error in 'dive into Python' book, help!

2006-07-28 Thread Ben Edwards
I have been going through Dive into Python which up to now has been excellent. I am now working through Chapter 9, XML Processing. I am 9 pages in (p182) in the 'Parsing XML section. The following code is supposed to return the whole XML document (I have put ti at the end of this email): from x