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