Search:

Type: Posts; User: MC2170

Search: Search took 0.20 seconds.

  1. Replies
    6
    Views
    2,368

    Re: School Java Project Help (XML and links)

    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    import org.w3c.dom.NodeList;
    import java.io.*;...
  2. Replies
    6
    Views
    2,368

    Re: School Java Project Help (XML and links)

    What I currently need to do is somehow pull the latitude or lat from the XML document and store it as a double variable. The XML document is a result of executing this...
  3. Replies
    6
    Views
    2,368

    Re: School Java Project Help (XML and links)

    Thank you a ton for the linkage. I'm in a bit of a stressful situation regarding this project.
    I'm excited to learn Java, but just OO in general is confusing. I keep trying to write this program as...
  4. Replies
    6
    Views
    2,368

    [Solved]School Java Project Help (XML and links)

    Hello everyone.

    I'm pretty much a pure newbie when it comes to Java and OO programming in general. Anyway I have to take a Java class as part of my major and the project is literally stumping me. ...
Results 1 to 4 of 4