Mini Shell
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="/OMA">
<HTML>
<head>
<title><xsl:value-of select="OEM/OEMTitleCompanyName" /> <xsl:value-of select="OEM/OEMTitleCoreProductName" /> <xsl:value-of select="OEM/ProdName" /></title>
</head>
<frameset rows="64,35,*" border="0" frameborder="no" framespacing="0">
<frame src="./GlobalNavBarServlet?login=true" name="gnv" scrolling="no" marginheight="0" marginwidth="0" frameborder="no" framespacing="0" />
<frame src="./UServerName" name="snb" scrolling="no" marginheight="0" marginwidth="0" frameborder="no" framespacing="0" />
<frame src="./LogoutServlet?page=Logout" name="logout" scrolling="no" marginheight="0" marginwidth="0" frameborder="no" framespacing="0" />
</frameset>
<noframes />
</HTML>
</xsl:template>
</xsl:stylesheet>
Zerion Mini Shell 1.0