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 TouchToneTommy 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: Vepo
  • Content: Threads
  • Order by date
  1. Vepo

    SAX parser and DTD validation

    I'm trying to parse an XML-document and validate it against DTD. If I got it right, I have to do it like this: .... InputSourse is = new InputSource(...); is.setSystemId("location of the dtd"); xmlParser.parse(is); But despite of the form of the DTD-file I get following error...

Part and Inventory Search

Back
Top