Re: elementtree terminology + tangential questions

2006-11-04 Thread Paul McGuire
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 2) None of the xml documents to which I've had exposure (a very, very > small set) have had text between an element's end tag and the next tag, Text elements are not limited to printed/visible text. If you parsed a formatted XML strin

Re: elementtree terminology + tangential questions

2006-11-04 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, mirandacascade wrote: > 2) None of the xml documents to which I've had exposure (a very, very > small set) have had text between an element's end tag and the next tag, > hence the following question: are there some 'best practices' advice > available to help one decide when

elementtree terminology + tangential questions

2006-11-04 Thread mirandacascade
Was prompted to ask these questions when reading the following link: http://effbot.org/zone/element-infoset.htm#mixed-content provides a clear explanation of what the tail member is in the elementtree package. Questions: 1) In the xml world, is the text between an element's end tag and the next