[Home] [By Thread] [By Date] [Recent Entries]


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="&#xe9;"?>
or
  <?xml:decl-entity eacute="&#xe9;"?>

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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member