You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Mike Willhide <mo...@psu.edu> on 2000/07/20 17:56:25 UTC

using ignorableWhitespace()

How do i force the parser to report whitespace between the opening and
closing element tags via ignorableWhitespace() ?

I'm trying to read numerical data and ignore any whitespace that gets
reported in an element...

<x>
	105.24
</x>

Thanks
Mike