hi Matthias,

I was having similar trouble. I suggest looking through the source code for
the examples bundled with xerces- such as DOMPrint, DOMCount. Those should
help you by prviding you with large amounts of code as well.

Thanks,

Sanat.

On Fri, Feb 19, 2010 at 3:06 AM, Matthias Hopfer <[email protected]
> wrote:

> Hi there,
>
> Is there any way to tell xerces to ignore whitespaces within text-nodes?
>
> <IndxEvt  TimeStampEvt="2010-02-18 11:40:42">
> vs
> <IndxEvt TimeStampEvt="2010-02-18 11:40:42">
>
> parser->setIncludeIgnorableWhitespace ( false );
> parser->setIncludeIgnorableWhitespace ( true );
>
> does make no difference.
> Or is there any combination of features to be set?
>
> Any hints?
> -mh
>
> PS: no validation scheme is used
>

Reply via email to