Currently the csim::Model provides a convenience method for serialising URL content to a string, used for resolving imports in CellML models and also as part of the C# wrapper code for the SED-ML Web Tools in csimsbw, and now also in get-simulator. It would be good to centralise these kinds of methods somewhere more relevant.
The internal XmlDoc class might be a candidate for wrapping up these convenience methods. XmlDoc::buildAbsoluteUri is another method it would be useful to expose.
Currently the
csim::Model
provides a convenience method for serialising URL content to a string, used for resolving imports in CellML models and also as part of the C# wrapper code for the SED-ML Web Tools incsimsbw
, and now also inget-simulator
. It would be good to centralise these kinds of methods somewhere more relevant.