A
abs
Hi !
I need an easy way to read and write simple XML documents for
my little java application. I know that you can do it with
the native 1.4 API classes, but it seems a bit complex.
Someone recommended me JDOM for this task. But the problem is that it
seems to add too much overhead for a simple application like mine. Is
there a lightwegiht alternative to JDOM ? I only need to be able to read
and write simple XML documents. I don't need to validate them.
Thanks
I need an easy way to read and write simple XML documents for
my little java application. I know that you can do it with
the native 1.4 API classes, but it seems a bit complex.
Someone recommended me JDOM for this task. But the problem is that it
seems to add too much overhead for a simple application like mine. Is
there a lightwegiht alternative to JDOM ? I only need to be able to read
and write simple XML documents. I don't need to validate them.
Thanks