help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] XML usage question..


From: Rick Flower
Subject: Re: [Help-smalltalk] XML usage question..
Date: Wed, 26 Sep 2012 07:19:40 -0700
User-agent: Apple Webmail/0.6

On 26.09.2012 00:08, Paolo Bonzini wrote:

They are not empty, they correspond to the whitespace between
and.

If you want to ignore it, you need to create a subclass of DOM_SAXDriver
and override the #ignorableWhitespace: method. The overridden method
can simply do nothing. Then to use your driver call this before
starting the parse:

parser saxDriver: NoWhitespaceSAXDriver new

Cool! Thanks Paolo!!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]