This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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                     |                (*)/'(*)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]