Thank you for your help.

I had a lot of trouble with the normalize method. Clean compiles, run-time
method-not-found exceptions, class-not-found exceptions, etc...

I spent a lot of time tracking it down - couldn't find anything.

I did an "ant clean" and it started working perfectly.

I am not impressed with ant's ability to decide what to recompile. Oh well,
it's fast so I'll just have to remember to ant clean whenever something
strange occurs. I should have remembered that anyway - this is hardly the
first time.

Thanks again, 
 - Mark R. Sizer

-----Original Message-----
From: Arnaud Le Hors [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2001 4:30 PM
To: [EMAIL PROTECTED]
Subject: Re: entity reference help, please!


I bet that's because you're DOM has more than one Text node (that's a
bug the DOM should be "normalized" when you get it out of the parser)...
try adding:
elementRoot.normalize();
right after you set elementRoot.
-- 
Arnaud  Le Hors - IBM Cupertino, XML Strategy Group

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to