Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by farkhee

  1. farkhee

    i get [#document: null] when parsing xml file

    Hi! Your document is parsed successfully. But to manipulate the doc object following is the code: Document xmlDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse("c:/sample.xml"); Element rootElement = xmlDoc.getDocumentElement(); Now you can manipulate rootElement...

Part and Inventory Search

Back
Top