From: Roger H. <ro...@td...> - 2007-05-17 19:08:17
|
Hi, I have run into a simple problem. I have a utility that will use http POST to send small RDF models as XML to a RAP server to be stored in a db DataSet as named graphs. The trouble is I can't work out how to take the serialized model as an XML string and create a MemModel out of it. I can save it to a file and read it back in again with the load() function but this is very wasteful. What other approach could I take? What am I missing? Many thanks for your help. Roger |