Re: [xml] tool to convert SQL result into xml

2007-01-25 Thread Steve Yan
This is very helpful, thanks a lot, Liam. Steve Liam R E Quin wrote: On Wed, Jan 24, 2007 at 12:36:34PM -0800, Steve Yan wrote: I am looking for such a tool which convert the results from a SQL select into XML format. There are several ways to do this; some XQuery implementaions

[xml] tool to convert SQL result into xml

2007-01-24 Thread Steve Yan
Hi, I am looking for such a tool which convert the results from a SQL select into XML format. For example: select name, email, phone from MY_TABLE; the XML will be something like: Result name.../name emailCDATA[[ ...]]/email phone1/phone /Result Result name.../name

Re: [xml] how to read and parse an xml from socket?

2007-01-22 Thread Steve Yan
-0800, Steve Yan wrote: Hi, This may be a question asked by people before, but I could not find answer from google. Bad excuse: http://xmlsoft.org/docs.html I am trying to read out and parse XML from a socket, which API should I use? any sample code