Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> create XML from cursor
Hi,
I'm looking for a simple way to produce an valid XML file (with external DTD) from a table.
A function like: CreateXMLfile(tablename, dtd_filename, xml_filename);
Or is the only way
select XMLELEMENT( "elements",
XMLAGG ( XMLELEMENT ( "child_1", XMLELEMENT ( "child_2",[and so on ...]
And check by my self that the XML will be valid to the DTD?
regards
Frank
Received on Sat Sep 10 2005 - 09:50:30 CDT
![]() |
![]() |