Search:

Type: Posts; User: adrian.tudor

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    973

    Re: XML Parsel problems

    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.Map;
    import...
  2. Replies
    4
    Views
    973

    Re: XML Parsel problems

    Sorry for crapy variables name, didn't have time to rename it and make it more visible and precised.
    Thanks for your time, but isn't what i need.

    Your code just print all paragraphs, here is the...
  3. Replies
    4
    Views
    973

    XML Parsel problems

    Can anyone help me with this code? I can't take some tags from xml file.

    Here is the code.


    import java.io.File;
    import javax.xml.parsers.DocumentBuilder;
    import...
Results 1 to 3 of 3