chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] SSAX error messages


From: Sunnan
Subject: [Chicken-users] SSAX error messages
Date: Tue, 06 Apr 2004 16:31:23 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Sorry to nitpick, but shouldn't SSAX:warn add a newline to its
warnings?

The problem I'm having is that I wrote the (obvious?)
almost-one-liner:

(require '(ssax utils))
(pretty-print (SSAX:XML->SXML (current-input-port) '()))
(newline)

to have an xml2sxml-utility for command-line piping. However, whenever
it emits warnings, since the newline isn't added, the following line
of output also gets written to stderr instead of stdout.

Err, I'm having trouble explaining this coherently. I hope its
understandable enough.

-- 
One love,
Sunnan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]