return new UrlUri(info.getUrl());
}
@Override
public String getContent() throws IOException, SAXException {
ResourceXml resourceXml = new ResourceXml();
String feedXml = resourceXml.makeResourceXmlFromResponse(info.getUrl().replaceAll("\\{", "'").replaceAll("\\}","'"));
Document fDom = null;
try {
fDom = DomUtil.makeDomFromString(feedXml, true);
} catch (ParserConfigurationException e) {
// TODO Auto-generated catch block