Question

2003-03-22 Thread Iggeres
Hi, I'm using xerces and I have a problem: I'm creating a buffer using:    XMLCh *search = XMLString::transcode(":");   and then destroy the buffer with   free((void *) search);   I know that it's not the best way and it is not exception safe, but it was working until I compiled in release my a

EntityResolver doesn't receive the baseURI

2003-03-22 Thread Mark Weaver
>From an EntityResolver, I can't see anyway of getting the base URI of the URI that is >passed in for resolution. In some instances I can store it (e.g. I can do this for >the document), but if the document references a DTD which has imports, then I can't >sensibly resolve these. Is this simpl