ItemIF itemB = new Item("SoCool",
"????**$12 @??? # <strong>should</strong> work",
new URL("http://nava.de/very/nested/98"));
itemB.setFound(new Date());
CategoryIF catX = builder.createCategory(null, "catX");
itemB.addCategory(catX);
assertEquals(1, itemB.getCategories().size());
channel.addItem(itemB);
assertEquals(2, channel.getItems().size());
// export this channel to file (encoding: utf-8)
String basename = "export-rss20.xml";