reading / writing xml

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ang Talunin

    reading / writing xml

    Hey,

    I want to save some user data in a xml-file.
    What is the best way to do that?

    thnx A.T.

    example xml:
    <persons>
    <person>
    <name>Person1 </name>
    <address>1234 , blaatstreet</address>
    </person>
    ....
    </persons>


  • Chris

    #2
    Re: reading / writing xml

    > I want to save some user data in a xml-file.[color=blue]
    > What is the best way to do that?[/color]

    JDOM is a nice easy-to-use library for handling XML.

    Check out jdom.org

    - sarge

    Comment

    Working...