Subject Problems with AsXml property
Author Tom Munro Glass
I'm experimenting with using the AsXml property of a query and have hit
problems with IB6 when using quoted fieldnames - the quotes are copied into
the Xml tags and this is illegal, e.g. <"fieldname">fieldvalue</"fieldname">
should be <fieldname>fieldvalue</fieldname>

I can get round the problem by aliasing the fieldnames, but it would be
neater if the AsXml property automatically stripped the quotes.

Jason, any chance of changing this in the next release?

TIA.

Tom Munro Glass