> From: Tim Bray <tbray@textuality.com> > No. I'm happy with Names being names. I'm wondering why the ID > attribute has a value that's a Name, as opposed to being CDATA with > the added proviso that it be unique. -T. Mmm If you need unique references + wild data, you could use ENTITY rather than ID. <!ENTITY xxx "#@#$*@&^#$%($)!@#@#!_)(_(#($)#&$"> <!ATTLIST p wild-id ENTITY #REQUIRED> ... <p wild-id="xxx"> This is of course not inline, but probably it achieves the purpose. It, of course, doesn't check that the entities values are unique, but the entity names must be, which may be the same thing. Rick JelliffeReceived on Friday, 27 June 1997 14:55:33 EDT
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 10:04:44 EDT