Click to See Complete Forum and Search --> : simple XML configuration


krzysieq
06-07-2006, 05:42 AM
Hi. I have a little question today. Anybody has an idea how to make a simple configuration file in xml and parse it inside a java application? Id like it to look more or less like this:

<key>foo</key>
<value>bar</value>

I'd appreciate a hint or two, or at least a link to a decent tutorial about it. Thanks.