Each class should include the following XSLTs:
An XSLT that is an "entire" page emits: <html> <head> <xsl:call-template name="Head" /> </head> <body> <xsl:call-template name="MainMenu"> <xsl:with-param name="Object">Organization</xsl:with-param> </xsl:call-template> ... main content here ... </body> </html> An XSLT that is a "partial" page is loaded via an AJAX call or <xsl:call-template> call. The Home and Summary pages should be "entire" pages, while the Search, Select and Edit should be partial pages. |
Quandis Business Objects 3 > QBO 3 Blog >