[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: DOCBOOK-APPS: Re: graphic
Nik Clayton <nik@nothing-going-on.demon.co.uk> 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 : ke@suse.de | ,__o
: http://www.suse.de/~ke/ | _-\_<,
home : keichwa@gmx.net | (*)/'(*)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC