Re: Preserving linebreaks in -t sgml?

Subject: Re: Preserving linebreaks in -t sgml?
From: Norman Walsh <norm@xxxxxxxxxxxxx>
Date: Thu, 19 Jun 1997 10:20:33 -0400
Dave Love <d.love@xxxxxxxx> writes:
> >>>>> "Norman" == Norman Walsh <norm@xxxxxxxxxxxxx> writes:
> 
>  Norman> With -t sgml, is it possible to get
>  Norman>   (make element gi: "PRE" ...)
> 
>  Norman> to preserve line breaks and whitespace from the original source?
> 
> How does it mess up?  The <pre> bits in my output from Jade 0.8 seem
> OK.

I have markup in mine.

<!doctype synopsis public "-//Davenport/DTD DocBook V3.0//EN">
<synopsis>
  <ulink url="foo">a</ulink>, <ulink url="foo">b</ulink>, 
      <ulink url="foo">c</ulink>
</synopsis>

becomes (something like):

<pre
>  <a
href="foo"
>, 
<a
href="foo"
>,
     
<a
href="foo"
>c
<pre
>

--norm


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


Current Thread