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

Home -> Community -> Mailing Lists -> Oracle-L -> mod_plsql in 8.1.7 does not parse XML

mod_plsql in 8.1.7 does not parse XML

From: Sergei Naumov <serge_at_mobicomk.ru>
Date: Sun, 16 Sep 2001 23:00:06 -0700
Message-ID: <F001.0038FFD9.20010916230017@fatcity.com>

Hi!
I have an Oracle 8.1.7 running on HP-UX and an application server with Apache and mod_plsql running on a Linux box (with RedHat 6.2). In Oracle I have a stored procedure web_ffi_sim_phone_filter_xml that returns a piece of XML code like this:

<?xml version="1.0" encoding="windows-1251"?>
<xml-stylesheet href="web_ffi_sim_phone_filter_xsl"?>
<SIM_PHONE_FILTER>

        <DETR_ID ID="0" CAPTION="First caption"/>
        <STND_ID/>

</SIM_PHONE_FILTER>

The problem is that, for some reason, XSL stylesheet does not get parsed, although both web_ffi_sim_phone_filter_xml and web_ffi_sim_phone_xsl are located in one package - and one gets executed and another does not. I get a pure XML code in Mozilla 0.9.3 but... and this is so strange... when I look at this page with IE, I get an HTML!!! I thing I configured the DAD correctly.

Can anyone, please, explain what might be wrong here?

Thanks a lot in advance,

                Sergei
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sergei Naumov
  INET: serge_at_mobicomk.ru

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Sep 17 2001 - 01:00:06 CDT

Original text of this message

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