RE: Novice starting with RDF

Terry R. Payne wrote:

> But if I want a finer grain parse of the rdf (i.e.
> create my own parser callback) then I encounter
> problems.  I was hoping for inspiration from the other
> test examples, but as I mentioned, I've been unable
> to get the parser to be invoked.

The best thing to do then, is to turn on trace to the console, by calling
	HTSetTraceMessageMask("sop");
before you do the request.

Among other things, this trace will let you see what MIME type your program
thinks the file it's loading down is (ie. whether it is text/rdf or not),
and also what MIME type it is trying to convert it into.
This email, its content and any attachments is PRIVATE AND CONFIDENTIAL to
TANDBERG Television. If received in error please notify the sender and
destroy the original message and attachments.

Received on Thursday, 16 August 2001 01:56:32 UTC