PyXML-0.7.1, python-2.2.1, and Redhat 7.3

David LeBlanc whisper at oz.net
Mon Jul 29 22:02:27 EDT 2002


> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Erik Max Francis
> Sent: Monday, July 29, 2002 18:06
> To: python-list at python.org
> Subject: Re: PyXML-0.7.1, python-2.2.1, and Redhat 7.3
>
>
> Steve Drake wrote:
>
> > >>> xmlText="""<?xml version="1.0"?>
> > <docRoot>
> >    <docElement name="1">
> >       <docElement name="2">Text</docElement>
> >    </docElement
>                  ^
> > </docRoot>"""
>
> Looks like a typo to me.
>
> --
>  Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/

Not to mention that a tag can't contain itself. It's not valid and may not
be well-formed.

Dave LeBlanc
Seattle, WA USA





More information about the Python-list mailing list