Re: HTML Pro questions

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