[jdom-interest] INI files -> jdom?
Jon Baer
jonbaer at digitalanywhere.com
Mon May 14 16:04:14 PDT 2001
I actually implemented a PropertiesBuilder for JDOM a while back when it
was Beta 4, it was rather trivial, Im not sure I have the code anymore
but I found it quite useful for old WebLogic stuff.
Someone should redo one for JDOM Beta 6 ... if its of interest to more
people Ill redo it.
- Jon
Noam Tamim wrote:
> Has anyone written a util to convert from ini files to xml? i.e.,
>
> [section_a]
> key1=value1
> key1=value2
>
> would be converted to:
>
> <section name="section_a">
> <entry key="key1" value="value1" />
> <entry key="key2" value="value2" />
> </section>
>
>
> Would such a thing be useful?
>
>
> - Noam.
>
>
>
>
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
>
>
More information about the jdom-interest
mailing list