Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
XML using Oracle 8i and Apache Web Server (with JServ)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Evelyne Van Hyfte  
View profile  
 More options Feb 23 2000, 3:00 am
Newsgroups: comp.databases.oracle.server
From: "Evelyne Van Hyfte" <Evelyne.Van.Hy...@be.arthurandersen.com>
Date: 2000/02/23
Subject: XML using Oracle 8i and Apache Web Server (with JServ)
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.Van.Hy...@be.arthurandersen.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fuzzy  
View profile  
 More options Feb 29 2000, 3:00 am
Newsgroups: comp.databases.oracle.server
From: gra...@nospam.student.canberra.edu.au (Fuzzy)
Date: 2000/02/29
Subject: Re: XML using Oracle 8i and Apache Web Server (with JServ)
On Wed, 23 Feb 2000 09:12:55 GMT, "Evelyne Van Hyfte"

<Evelyne.Van.Hy...@be.arthurandersen.com> wrote:
>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 ?

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
;-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »