is begin -- -- Set the MIME type to be Oracle9iAS Wireless XML -- owa_util.mime_header('text/vnd.oracle.mobilexml'); -- -- Output the Oracle9iAS Wireless XML markup -- htp.p('<SimpleText><SimpleTextItem>'); htp.p('Hello World!'); htp.p('</SimpleTextItem></SimpleText>');...
8.1.2Recommended Portlet Procedures and Functions The primary goal of the portlet's code is to generate the HTML output that displays on a page for all of the Show modes required by Oracle Portal. Although it is possible to implement the portlet as a set of separate PL/SQL stored program ...