Re: CAPTION in FIG element
pflynn@www.ucc.ie
16 Mar 1995 23:11:02 +0000
>which (and I could well be wrong) I take to mean FIG is a container and
>can contain (0 or more) OVERLAY, (an optional) CAPTION, a required
>body.content (ie marked up text, roughly?) and (an optional) CREDIT.
Emacs psgml lets me write:
<!doctype html system "html3.dtd">
abc
Table 1: abc
Now you see me, now you don't
Taken at random
without any problem...I know it's not formally parsing but it's checking
sufficiently to do the job correctly.
///Peter