Injektilo.RDF.RdfModel.CleanLoadFromString Function
Performs the entity substitutions before passing the content to the .net XML parser. This gets around the entity/namespace bugs, but takes a little longer and uses more resources.

Public void CleanLoadFromString (string, string)
  Type Name Description  
    string xml    
    string b The base URI used to resolve relative URIs.  
  Return Description  
    void