Folks, How about getting <attribute/> tag from representing only key value pairs to something more expessive(similar to a configuration). 'key' should be a mandatory attribute for <attribute/> but one could have 'value' as an optional attribute. <attribute/> tag can thus along with key+value have potential data embedded within.
Syntax(s):- <!-- A rich attribute --> <attribute key="policy" value="can be dummy description"> <policy><file>/usr/policy/</file><type>PKCS#7</type></policy> </attribute> <!-- indicates presence of an attribute --> <attribute key="isTransactional"/> <!-- present scenario--> <attribute key="size" value="small"/> So o.a.a.meta.info.Descriptor can provide a means to get the raw data out from a contained attribute with in the descriptor it represents. (maybe return a configuration object) Thoughts? Regards, Vinay __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
