Nested configuration information...



I was wondering does gconf have the ability to nest information?  Not so
great example in xml...

<customer>
	<name>
		<first>John</first>
		<middle>Smith</middle>
		<last>Doe</last>
	</name>
	<billing>
		<address>
			<state>MI</state>
		<address>
		<payment>
			<cc_number>0000 0000 0000 0000</cc_number>
		</payment>
	<billing>
		
</customer>

I've taken a look at the GConfClient and the GConfChangeSet, am I
missing somthing, other than using different directories?

Thanks
Richard Reich






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]