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!

Consructing DOM Document from XMLReader

Status
Not open for further replies.

alebu

Programmer
Sep 7, 2002
46
Hi!
I am trying to use TagSoup library in my application available at but it is unclear for me how to construct DOM having XMLReader. This library contains SAXParser, but I just can't point document builder to use it. :( Question is not about that library, but about relations beetwin DocumentBuilder and SAXParser.
 
TagSoup" appears to be a SAX parser - not a DOM parser. You cannot create a DOM using SAX.

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top