> There then only remains the issue of how to fill the packages element with > package descriptions from the web site (rather than the single xpi > reference) .
Use SRC attribute as a pointer to an rdf file containing the list of available (installable) packages. <install src=http://www.mozilla.org/installation/packages.rdf /> If the <packages/> element within <install/> were based on the tree element, then the UI designer might be able to display specific information. using standard tree selection methods. , e.g. package size, version number, package description, etc
