/* Default stream */
PortletLog log = getLog( );
String path = "net/sf/jportlet/portlets/menu/" + markup + ".xsl";
if ( log.isDebugEnabled( ) )
{
log.debug( "Using default XSL: " + path );
}
in = getClass( ).getClassLoader( ).getResourceAsStream( path );
if ( in == null )
{