On Thu, 2008-09-11 at 16:53 +0200, Kris Breuker wrote:

> > <!ELEMENT xyz (instances_chop*, <!-- chop_enum with an atrribute for 
> > which instance is removed -->
[...]
> So I think the following should work:
> 
> <!ELEMENT xyz (instances_chop*, -- chop_enum with an atrribute for which 
> instance is removed --
>                           group,
>                           .... more stuff
> 
> but I'm afraid I cannot test this right now...

Please stop guessing :-) The XML specification does not allow this.

<!-- is a start comment, --> is an end comment, and you can't
put comments inside declarations.

SGML allows just -- to start and end a comment, but not XML.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to