Subject: FO DTD from XSL WD.
From: "Paul Tchistopolskii" <paul@xxxxxxx>
Date: Wed, 4 Aug 1999 23:28:15 -0700
|
Hello.
Do I understand right that
<fo:flow font-size="14pt" line-height="14pt">
Is *valid* construction?
If yes, it means that
<!ATTLIST fo:flow
flow-name CDATA #IMPLIED
id CDATA #IMPLIED
>
should actualy be:
<!ATTLIST fo:flow
%common-font-properties;
line-height CDATA #IMPLIED
flow-name CDATA #IMPLIED
id CDATA #IMPLIED
>
( well... it is kind of simplified).
If yes, is it a 'bug' in DTD *or*
it was not written that way to
keep the readbility of that ( SGML )
DTD?
Many thanks.
Rgds.Paul.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Email: paul@xxxxxxx http://www.pault.com
PerlApplicationServer | XMLTube | Perl/JavaConnector
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|