- From: Peter Flynn <pflynn@curia.ucc.ie>
- Date: 09 Nov 1996 23:37:58 +0000 (GMT)
- To: joe@trystero.art.com
- Cc: www-html@w3.org
Joe wrote: The best solution I was able to come up with was: <!ENTITY % head.any -- repeatable HEAD elements -- "(META | LINK | SCRIPT | STYLE | RANGE)*" > <!ELEMENT HEAD - - ( %head.any; , ( (TITLE, %head.any;) & (BASE, %head.any;) ? & (ISINDEX, %head.any;) ? & (NEXTID, %head.any;) ? & (BGSOUND, %head.any;) ? ) ) > (This might be a bitch to specify using Near&Far though :-) Actually all I had to do was remove the spaces from in front of the question marks :-) ///Peter
Received on Saturday, 9 November 1996 18:35:53 UTC