> XMLSpy barfs. It thinks there is something wrong with the DTD. I > followed its suggested changes in Phoenix CVS (not committed). > > Before: > <!ELEMENT service EMPTY > > <!ATTLIST service name CDATA #REQUIRED > > <!ATTLIST service version CDATA > > > --- > <!ELEMENT service EMPTY> > <!ATTLIST service > name CDATA #REQUIRED > version CDATA #REQUIRED > > > > ( i.e. one more #required )
I think #IMPLIED instead of #REQURED more correctly reflects the fact that a vaersion attribute value is not required. Steve. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
