Click to See Complete Forum and Search --> : ADO XML/XSL special char issue


gangaprasad
February 21st, 2003, 12:57 PM
Hi,

I'm using ADO recordset Save method to spit the result into XML format and then feeding the resultant XML to XMLDOMObject to display the data based on XSL.

Here the issue is - one of the field having a text value with '1/2' and '3/4' symbols in it. XML parser complains that 'An invalid character was found in text content' with Error code 'C00CE508'

Any help greatly appreciated.

satscom
March 10th, 2003, 04:04 PM
When you are building the Recordset for that particular column replace the '/' with some other character and in the stylesheet for that char handle in a diff way