Where %linkType is "NAME". That doesn't allow for any whitespace at
all, but:
[...]
> The correct definition for this feature is:
[...]
> <!ENTITY % linkExtraAttributes
> "REL NAMES #IMPLIED
[...]
That's not quite right either. Production [40] of ISO 8879 allowes a
name token list to be a list of names separated by SPACE, usually
character 32. This excludes line breaks, tabs, and other whitespace.
I think CDATA might be a better choice, as it would allow more
flexibility for casual authors. If I'm using emacs with auto-fill-
mode to author my HTML, and it line wraps a NAMES attribute value, my
HTML is now invalid. (Of course, psgml wouldn't let that happen,
but...)
-Chris
-- Christopher R. Maden Electronic Book Technologies, Inc. Applications Consultant One Richmond Square http://www.ebt.com/ Providence, Rhode Island 02906 USA +1.401.421.9550 (voice) crm@ebt.com +1.401.521.2030 (fax)