Hmm, now I'm really confused. In my Java code, I'm doing this:
DOMParser parser = new DOMParser();
parser.setFeature("http://apache.org/xml/features/dom/include-ignorable-whit
espace", true);
Shouldn't this remove all whitespace nodes? I do the transform directly on
the already parsed DOM.
Scott
----- Original Message -----
From: "Scott Moore" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 20, 2002 4:33 PM
Subject: Re: Bug in Xalan 2.4.0 with position()
> Okay, nevermind. I just saw the answer to my bugzilla post.
>
> Now my question is - why does MSXML 4.0 eliminate element whitespace by
> default but Xalan does not? Which is the correct behavior (if there is
> one).
>
> Thanks,
> Scott
>
> P.S. Sorry about the bogus bug report.
>
>