Subject | AsXML in TIB_Query |
---|---|
Author | williamvdw2004 |
Post date | 2004-07-21T14:04:55Z |
I am using IBO in a database tier. The record sets need to be passed
back over a socket in XML.
I use the asXml property of TIB_Query to get xml for the recordset.
On the client side Xdom is used to parse the XML document. Xdom fails
I guess because there is more then one root element, quotes and alike
are also not encoded is there any quick way around this?
Thanks
William
back over a socket in XML.
I use the asXml property of TIB_Query to get xml for the recordset.
On the client side Xdom is used to parse the XML document. Xdom fails
I guess because there is more then one root element, quotes and alike
are also not encoded is there any quick way around this?
Thanks
William