[
Lists Home |
Date Index |
Thread Index
]
Richard Tobin wrote:
> The syntax for declaring a single entity is an attribute of the
> form:
>
> xmlent:eacute="é"
What's wrong with a PI:
<?xml:decl-entity name="eacute" value="é"?>
or
<?xml:decl-entity eacute="é"?>
Except for scoping, of course, but I guess most people will
put their entity definitions at the beginning of the file (or
on the document element) anyway.
J.Pietschmann
|