jade SGML output

Subject: jade SGML output
From: Louis-Dominique Dubeau <ldd@xxxxxxxxxxx>
Date: 23 Jul 1998 13:15:40 -0400
If I run use the following style:

======
<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN">

(declare-flow-object-class element
  "UNREGISTERED::James Clark//Flow Object Class::element")

(default (make element))
======

on the following file:

======
<!doctype test [

<!element test - - (vuzul)>
<!element vuzul - - (#PCDATA)>

]>

<test>
<vuzul>Ozni</vuzul>
</test>
======

I get the following output:

======
<TEST
><VUZUL
>Ozni</VUZUL
></TEST
>
======

Is there a way to keep Jade from putting a newline after each tag
name?  I could write a Perl script to clean it up but I'd rather have
it be output correctly.

	Thanks,
	ldd


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


Current Thread
  • jade SGML output
    • Louis-Dominique Dubeau - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id NAA15674Thu, 23 Jul 1998 13:17:13 -0400 (EDT) <=
      • <Possible follow-ups>
      • W. Eliot Kimber - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id TAA26405Thu, 23 Jul 1998 19:25:16 -0400 (EDT)