RE: binary data in an XML file

2002-02-07 Thread Erik Schroeder
http://www.w3.org/TR/REC-xml#charsets Perhaps you could encode the data in BASE64? -Original Message- From: Ranjana Srivastava [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 7:36 AM To: [EMAIL PROTECTED] Subject: binary data in an XML file I have a file that has some

binary data in an XML file

2002-02-07 Thread Ranjana Srivastava
section instead. That did not help either. My Questions are: Is it possible to have binary data in an xml file.? Is it possible to parse such a file with DOM/SAX? If yes, some pointers on how to proceed will be appreciated. I am using the Borland C++ builder on a Windows98/2000 machine. Ranjana