Invalid chars in XML Doc

admin

Administrator
Staff member
I am using SAX to parse an XML doc generated by ADO using adpersistxml. Nowwhen I am parsing that at one point the parser gives fatal error saying ithas encountered some invalid char.I know I can solve this by replacing all special chars by something else.But I woould like to know if there is any streight fwd method for doing this?BTW I am using encoding = iso-8859-1Any help would be greatly appreciated
 
Back
Top