> Hi I want to parse an XML using sax but my big issue are the
> WhiteSpaces when they get reported. I want to know how to efficiently
> ignore them. I know there are some DocumentHandlers and one specific
> for ignore Whitespace but I still come up with a bunch of invisible
> nodes like \t or \n.
Alexandro Colorado wrote:
> On Mon, 12 Nov 2007 05:06:56 -0600, Stefan Behnel <[EMAIL PROTECTED]>
> wrote:
>> Alexandro Colorado wrote:
>>> Thanks for selling me into ElementTree however I cant because the
>>> version of the Python distribution that is being shipped doesn't has
>>> element tree
On Mon, 12 Nov 2007 05:06:56 -0600, Stefan Behnel <[EMAIL PROTECTED]>
wrote:
> [going back to the list]
>
> Alexandro Colorado wrote:
>> On Sun, 11 Nov 2007 21:38:21 -0600, Stefan Behnel <[EMAIL PROTECTED]>
>> wrote:
>>
>>> The tool I actually mentioned, cElementTree, should also work just
>>> f
[going back to the list]
Alexandro Colorado wrote:
> On Sun, 11 Nov 2007 21:38:21 -0600, Stefan Behnel <[EMAIL PROTECTED]>
> wrote:
>
>> The tool I actually mentioned, cElementTree, should also work just
>> fine on
>> 2.3. Note also that ElementTree (without the 'c') is pure Python, so it
>> does
Alexandro Colorado wrote:
> Hi I want to parse an XML using sax
Any reason why you would want to do that?
> but my big issue are the WhiteSpaces
> when they get reported. I want to know how to efficiently ignore them. I
> know there are some DocumentHandlers and one specific for ignore
>