Subject AsXML in TIB_Query
Author williamvdw2004
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