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 = set.getStylesheetURI("moveTo", runtimeData.getBrowserInfo());
if (xslURI != null) {
XSLT xslt = XSLT.getTransformer(this, runtimeData.getLocales());
xslt.setXML(context.getUserLayoutManager().getUserLayoutDOM());
xslt.setXSL(this.getClass().getResource(xslURI).toString());