Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

XML using Oracle 8i and Apache Web Server (with JServ)

0 views
Skip to first unread message

Evelyne Van Hyfte

unread,
Feb 23, 2000, 3:00:00 AM2/23/00
to
Hi,


I have a problem: in an Oracle table I have an integer column, two character
columns and a CLOB column containing
XML data (in different shapes).

I succeeded in fetching data from my table through my XSQL servlet using an
Apache Web Server. My data is being
displayed correctly, however, the column with the XML data is displayed as
plain text and is not being parsed as XML.
How do I tell my software (Oracle or Apache or whatever) to parse my XML as
XML instead of text ?


Evelyne
Evelyne....@be.arthurandersen.com

Fuzzy

unread,
Feb 29, 2000, 3:00:00 AM2/29/00
to

Data presentation is the job of the client ... not XML. If you want
it displayed a particular way, use a client that's capable of it
(something other than IE 5 for instance), or pass through an XSLT
first.

Ciao
Fuzzy
;-)


0 new messages