|
Subject: Re: ASCII Text output using Jade From: Daniel Speck <dspeck@xxxxxxxxxxxx> Date: Thu, 11 Jun 1998 13:07:11 -0400 |
Dan Hable wrote:
> 2) Could someone tell me if there is a command or escape
> sequence to force a line return?
>
With the SGML backend you can use the non-standard formatting-instruction
flow object class to insert arbitrary text strings into the output, for
example,
(element p
(sosofo-append
(formatting-instruction data: "&#RE;")
(process-children)))
Note that \n is not recognized as a newline character--you either need to
do as I do above and use &#RE; or actually embed a newline in the string.
You must declare the formatting-instruction flow object class before using
it:
(declare-flow-object-class formatting-instruction
"UNREGISTERED::James Clark//Flow Object Class::formatting-instruction")
-dan
--
Daniel Speck e-mail: dspeck@xxxxxxxxxxxx
Systems Engineer voice: +1 301.548.7818
Thomson Technology Services Group fax: +1 301.527.4094
1375 Piccard Drive, Rockville, MD 20850 WWW: www.thomtech.com
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| ASCII Text output using Jade, Dan Hable | Thread | Re: ASCII Text output using Jade, Matthias Clasen |
| RE: ASCII Text output using Jade, Dan Hable | Date | RE: ASCII Text output using Jade, Reynolds, Gregg |
| Month |