To get what value? Something is missing from your question, I don't see any title and link elements in that XML.
Edit: Okay, I just noticed that what you posted wasn't really XML at all, it was some
JSP code that tries to use XPath to get data. So you're saying that doesn't work? Well, have you tried something simpler? Like trying to get the root element? All kinds of things might be going wrong there. Maybe your URL isn't pointing to any XML, for example. Or maybe your method of inserting the title isn't right. Or maybe something else. So start with the simplest possible thing first.
[ October 29, 2008: Message edited by: Paul Clapham ]