Re: DOM2-Core.zip - missing files

On Tue, 2004-04-06 at 07:36, Kasimier Buchcik wrote:
> Hi,
> 
> The file DOM2-Core.zip is missing two files referenced by 
> "part-entities.xml" and "dom-spec.xml".

Those should not be necessary. The zip file contains only one
xml-source.xml file with the entire XML source for the Core spec.

>  Is it planned to included them 
> someday or are they expected to be created manually. Obviously this is a 
> known fact, since the Ant file "build.xml" for the DOM Test-Suite 
> recreates those files:
> 
> <!--  zip file is missing two support files   -->
> <echo file="${specs.dir}/Level-2/xml/options.xml"
>    message="&lt;?xml version='1.0' encoding='UTF-8'?&gt;"/>
> <echo file="${specs.dir}/Level-2/xml/status.xml"
>    message="&lt;?xml version='1.0'  encoding='UTF-8'?&gt;"/>

I don't know why the DOM Test Suite recreates them (probably for
historical reasons since the XML source used to be delivered using
several separated files instead of only one)  but there is no need to
have included with the zip file of the specification.

Philippe
 

> 
> Regards,
> 
> Kasimier

Received on Tuesday, 6 April 2004 09:34:04 UTC