Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to easily get XML from the database(Oracle 8.1.7)
You can get the XDK and use it for automatic transformation of a query into
an XML document as well as do a lot of other things with resulting XML docs,
like XPath document traversal and node access, XSLT transformations, etc. If
this is an overkill, you can write your own procedure that will select some data
and write it into a CLOB surrounded by your XML tags - this is pretty trivial.
-- Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications. All opinions are mine and do not necessarily go in line with those of my employer. "steve deno" <sldcrew2k_at_yahoo.com> wrote in message news:8e6b14d8.0203050806.7796d370_at_posting.google.com...Received on Wed Mar 06 2002 - 03:35:19 CST
> Hi all,
>
> Eventually we will upgrade to Oracle 9i for all of our XML needs(it
> seems like there will be very cool stuff) In the mean time is there
> and easy(quick and dirty, smallest possible learning curve) way to
> spit out queries as XML? Which technologies would be involved in a
> bare bones approach? pl/sql is my language of choice, should I get
> the pl/sql XDK?
>
> Thanks in advance
![]() |
![]() |