I’ve been googling but can’t seem to find information on this… I think it’s possible because I remember seeing something about this. I’m already using xercesc to parse a XML document (using SAX2). I wanted to replace libcurl with xerces for the HTTP request I’m performing (this HTTP request returns the XML I need to parse). As I said, I googled around and can’t seem to find an example of how to accomplish this. I’ve also looked into the library documentation, but I’m unsure as to which classes I should use. Can anyone help me out with this? Is it possible?
Thanks!