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: XML File

Re: XML File

From: dmz17 <dmz17_at_nospam.nowhere.com>
Date: Fri, 17 Jan 2003 20:31:02 +0100
Message-ID: <pan.2003.01.17.19.31.02.538341@nospam.nowhere.com>


On Fri, 17 Jan 2003 09:49:32 +0100, jffaure wrote:

> Hello
> Is it possible to use bfile for xml document ?
>
> If yes which method can we use to search attributes or tag ?
>
> If no how can i make ?
>
> Thanks for your answer
>
> --
> Posted via http://web2news.com the faster web2news on the web

In theory you can store anything as a BFILE. For searching use the XML toolkit from Oracle. You can use either PL/SQL or Java or C (I think).

Standard JDK will contain XML parsers in future, if not already. Use SAX or DOM as you please.

Cheers,

dmz17 Received on Fri Jan 17 2003 - 13:31:02 CST

Original text of this message

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