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