← Prev in month
← Prev in 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