xml [message #247053] |
Sat, 23 June 2007 04:19 |
palmer18
Messages: 6 Registered: June 2007
|
Junior Member |
|
|
Hi, I need to create an XML document from data stored in database table ( SELECT ID, Name, Adress FROM Employees; )
using pl sql procedure.
The output should be distributed among 10 XML files in UTF8.
Data contains some problematic characters (ü, ů ..) so the procedure must decode the xml into UTF8.
Do you have any idea how to do that, or could you give me a link to some existing code?
|
|
|
Re: xml [message #249246 is a reply to message #247053] |
Tue, 03 July 2007 14:31 |
mchadder
Messages: 224 Registered: May 2005 Location: UK
|
Senior Member |
|
|
Hi,
It'd help if you gave an example XML structure of what you require, and what you mean when you say "should be distributed among 10 XML files".
Thanks
|
|
|