Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: HTML to XML TO RDMS
avinthr_at_yahoo.co.uk (avin) wrote in message news:<a1c3c00e.0308280027.345a9e4c_at_posting.google.com>...
> Does anyone have sample code to convert an HTML page into XML and then
> store the values into an Oracle database table.
>
There si a product called firstpage, from a company called Evrsoft (yes, spell it that way!), which does a reasonable job of converting html to xml. There may be a few other public domain tools. Once that is done, you can use the PL/SQL procedures in the Oracle XDK to load/extract the XML from the database. And they work with any version of the db since 8.1.7.
Cheers
Nuno Souto
wizofoz2k_at_yahoo.com.au.nospam
Received on Thu Aug 28 2003 - 16:49:22 CDT