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
>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
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
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