Am Fr, den 06.02.2004 schrieb Nicola Ken Barozzi um 15:07:
> I tested it again, and -hold on- your example works as expected.
> 
> The code part is:
> 
>       boolean didThisWork() {
>         return !failed();
>       }
> 
>
> And in the document (not well formet, the top element is missing, but it 
> still outputs) I find this:
> 
>       boolean didThisWork() {
>         return !failed();
>       }
> 
> I get (including the surrounding tag):
> 
> <source line="83" column="1">{{{&#13;
>       boolean didThisWork() {&#13;
>         return !failed();&#13;
>       }&#13;
> }}}</source>
> 
> It seems that the text parser does something different and includes 
> #&13; to the contents. Any idea, other then removing all #%13;s in the 
> <source> tags?

Can you send the input and output file, perhaps also intermediate output
between the transformers? Then will run it through a HEX editor.

Perhaps there is a problem, that I doesn't fire the CRs and LFs a
ignorableWhitespace, maybe...

Thanks, Stephan.

Reply via email to