← Prev in month ← Prev in thread

DOCBOOK-APPS: Re: graphic

From
Karl Eichwalder <>
Date
2000-11-13T22:12:48+00:00
ID
Thread
DOCBOOK-APPS: Re: graphic
Nik Clayton <> writes:

>        <literallayout class="monospaced">+----------+
> |     A     |     
> +-----------+</literallayout>

As long as you're using SGML the parser will eat the initial and closing
newline:

echo -e '<!DOCTYPE a [
<!ELEMENT a - - (b+)>
<!ELEMENT b - - (#PCDATA)>
]><a><b>\nc\n</b></a>' | nsgmls
(A
(B
-c
)B
)A
C


-- 
work :                           |                   ,__o
     : http://www.suse.de/~ke/             |                 _-\_<,
home :                      |                (*)/'(*)
← Prev in month ← Prev in thread