Search:

Type: Posts; User: Kakashi

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,849

    [SOLVED] Re: Write an xml dom to a xml file

    Ah perfect thank you for that it worked fine all I had to do was this
    XMLStreamWriter xmlw = xmlof.createXMLStreamWriter(new FileOutputStream("file.xml"));
    and all better ^:)^
  2. Replies
    2
    Views
    1,849

    [SOLVED] Write an xml dom to a xml file

    I have got the xml to print in the system, but I want to have that printed into a .xml file, how do I do that? Here is what I got so far
    import javax.xml.stream.*;

    import...
Results 1 to 2 of 2