Hi, I am trying to write a GUI (non web) for WPKG, I have just a few questions about profiles and packages. how many <depends profile-id="someprofile"> can be per single profile. Now i know that the depended profile may have a dependancy as so on and so on but is the following able to be run with wpkg? <profile id="someprofile"> <depends profile-id"someotherprofile"/> <depends profile-id"anotherprofile"/> <package package-id="somepackage" /> </profile> would both depends nodes get collected by wpkg.js or just the first one? and like-wise with the package dependancies? Sincerely, Isaac Morris |