[capidl] Re: [E-Lang] Concerning XML docs
Jonathan S. Shapiro
shap@eros-os.org
Tue, 18 Sep 2001 19:47:12 -0400
> >Speaking for myself, I might also argue for:
> >
> > class so we can apply CSS to decently display the results.
>
> The type attribute should fulfill this purpose.
Not really. When I write a CSS script that matches SPAN.foo, the CSS
implementation expects to look at the class attribute to match the foo part.
On the rest, I'll think about it. The only immediate thought is that the
content model for text nodes differs from the content model for attribute
strings, which lends itself to validation failures.
shap