On Thu, 30 Sep 2010, Dermot McCluskey wrote:
but Keith's suggestion of having some new XML sub-element to contain each filename is better: <arg name="uncompressed_files"> <li>file1</li> <li>file2</li> <li>file3</li> </arg>This is also more consistent with other parts of the new schema. Eg, we changeda comma-separated list of pkg names in the old schema: <ai_install_packages> <pkg name="SUNWcsd, SUNWcd"/> </ai_install_packages> to a list of sub-elements in the new schema: <software_spec ... > <name>SUNWcsd</name> <name>SUNWcs</name> </software_spec>
The <li></li> suggestion works and seems to be the most readable. Should the <li> be called, say, <value> instead? That just seems to read better. Alok _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

