Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10GR2 and PL/SQL Web Toolkit -- Configurability?

Re: Oracle 10GR2 and PL/SQL Web Toolkit -- Configurability?

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 17 Feb 2006 20:14:50 +0100
Message-ID: <dt56jv$bmv$1@news2.zwoll1.ov.home.nl>


redrobot5050_at_gmail.com wrote:
> Frank,
> Yes, the xhtml standard does state that all html tags should be
> lowercase. <TD> should be <td> and <BR> should be <br> or <br/> (it has
> no closing tag).
>
> The OWA packages were not the part of the PL/SQL Web Toolkit that
> concerned me. The HTP and HTF packages *DO* output html. (Htf.bold()
> outputs <B></B> around text) htp.tableopen outputs <TABLE>).
>
> I was wondering if there was a configuration file or setting that would
> allow me to change its output to lowercase xhtml. If not, we'd have to
> remove all the HTP.function() and replace it with HTP.P( HTML TAGS).
>
> Anyone else know?
> --Chris
>

Apart from the "feature request" as mentioned, you could update your self. There used to be no wrapped code in the HTP functions and procedures.
Of course, every patch set would ruin it, but hey, you win some, you loose some.

Another idea would be to write your own wrapper, using htp.p('<td>'); etc.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Feb 17 2006 - 13:14:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US