empty lines

Subject: empty lines
From: Jean-Philippe Theberge <yesod@xxxxxxx>
Date: Thu, 29 Jul 1999 17:20:49 -0400 (EDT)
Hi,

I'm converting a xml file to another xml DTD
(actually weatherlabs.dtd -> wddxPacket.dtd)
 
The input file is a very long list of <GEOREFERENCE> elements 
but only one of it is to be in the output file.

To select the required one I use:

(element GEOREFERENCE
  (if (equal? (attribute-string "WMO") "71627")
      (process-children)
      (empty-sosofo)))

The problem is that the resulting output file is 2000 lines long
(with the relevant code somewhere in the middle)

It seem that (empty-sosofo) is outputing a newline.

Is this a normal behavior or am I doing something bad?

Thanks!

--
JP Theberge
yesod@xxxxxxxxxxx


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • empty lines
    • Jean-Philippe Theberge - Thu, 29 Jul 1999 17:17:30 -0400 (EDT) <=