Hi Shane,

sorry for wrong posting, I've made it far after midnight... :)

The problem was that in fact I used not StreamResult but DOMResult without
having the latter normalized. So the text nodes got split occasionally, and
I did not notice it...

So there are no problems for me in Xalan by the moment.

Sorry once again.

Regards,
Sergey



----- Original Message -----
From: "Shane Curcuru" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 05, 2002 8:09 PM
Subject: Re: Problem with recursive stylesheet


> Are you sure you're .flush() or .close() -ing your stream when done?
> If you don't, there's a chance that not all the output will be written
> to disk.
>
> Alternately, if you don't need to process the output in the stream,
> just use new StreamResult("foo.out") instead.
>
> - Shane
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE Valentine eCards with Yahoo! Greetings!
> http://greetings.yahoo.com

Reply via email to