// Inline XML can only be modified by value. If there is no stream,
// but there is a dsLocation attempt to retrieve the content.
if (is == null && dsLocation != null
&& !dsLocation.equals("")) {
try {
WebClientConfiguration webconfig = m_server.getWebClientConfig();
WebClient webClient = new WebClient(webconfig);
is = webClient.get(dsLocation, true);
} catch (IOException ioe) {
throw new Exception("Could not retrive content from "
+ dsLocation