Hi, Thanks for the info. I did start down that road. But the objects and their creation relationships confused me a little (Directory <-> DirectoryServerResource <-> ReferenceList).
So, perhaps out of laziness ;-), I went for a Filter approach, post-processing the raw HTML using XSLT. There however, I found that the getWebRepresentation method of ReferenceList generates HTML (as specified in the doc). Would it not be possible to generate XHTML, such that it can more easily be processed as XML? For the moment, I'm replacing the offending '<br>' element with '<br />', so no show stopper there. If you think that the overloading method is more 'restletic', let me know and I'll give a second try. Thanks, Meb ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2718863

