}
@Test
public void testXml2Text() throws Exception {
Resty r = new Resty();
String text = r.xml("http://rss.slashdot.org/Slashdot/slashdotDevelopersatom").toString();
System.out.println(text);
assertTrue(text.contains("Slashdot: Developers"));
}
/** Getting the Google Developer calendar feed as JSON and following to the first entry, which is an XML resource: