RE: Re: [zzoss-devel] installer: description of package.xml
Status: Alpha
Brought to you by:
czonsius
|
From: Christian Z. <chr...@zz...> - 2003-02-28 12:55:37
|
> On Thursday 27 February 2003 01:48, Christian Zonsius wrote: > > <?xml version="1.0" encoding="ISO-8859-1" ?> > > <package version="1.0"> > > What is the version attribute good for? we tried to define the package xml as far as possible to pear installer package xml. there they use this version attribute to define which version of the package xml structure they use here, so the installer knows how to parse the <package> tree. should we use a kind of dtd for this instead of a version attribute ? christian |