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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: farkhee
  • Order by date
  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