}
}
public void renderXML(ContentHandler out) throws PortalException {
StylesheetSet set = context.getStylesheetSet();
if (set == null) {
throw new GeneralRenderingException("Unable to determine the stylesheet list");
}
String xslURI = null;
xslURI = set.getStylesheetURI("browse", runtimeData.getBrowserInfo());
Hashtable params = new Hashtable();
params.put("folderID", context.getFolderID());
params.put("modified", new Boolean(context.isModified()));
params.put("baseActionURL", runtimeData.getBaseActionURL());
params.put("profileName", context.getProfile().getProfileName());