[
Lists Home |
Date Index |
Thread Index
]
John Cowan <jcowan@reutershealth.com> wrote:
| Jeni Tennison scripsit:
|> I gather that you couldn't use notations to specify the type of
|> attributes?
|
| Not any way I know of.
Not in XML. But it's possible in SGML, using the DATA declared value.
<!ATTLIST foo
bar DATA baz #IMPLIED
>
where the DATA keyword is followed by the name of a declared notation.
|