Re: need help with binary data format

2000-02-08 Thread Paul Levin
Alex, Now that everyone has given you all kinds of answers; I think the bottom line is that you can not have binary (non-UNICODE) in your data. Paul [EMAIL PROTECTED] wrote: > It depends on what you are talking about. If you mean you just need to > represent a number, then convert it to a

Re: need help with binary data format

2000-02-08 Thread roddey
It depends on what you are talking about. If you mean you just need to represent a number, then convert it to a textual representation and store that, i.e. "1234". Dean Roddey Software Weenie IBM Center for Java Technology - Silicon Valley [EMAIL PROTECT

RE: need help with binary data format

2000-02-08 Thread Arnold, Curt
First of all this is the wrong forum for generic XML usage questions. This list is people working on the development of the Xerces parser and should not be addressing either Xerces usage questions or generic XML questions. I'd recommend that you use the comp.text.xml newsgroup though there mig

Re: need help with binary data format

2000-02-08 Thread Eric Ulevik
l Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 8 February 2000 10:36 am Subject: need help with binary data format Hi, I wonder if someone could answer a simple question. I am new to XML, so maybe the question I have is pretty trivial,

RE: need help with binary data format

2000-02-08 Thread Linda Derezinski
[mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2000 6:37 PM To: [EMAIL PROTECTED] Subject: need help with binary data format   Hi, I wonder if someone could answer a simple question. I am new to XML, so maybe the question I have is pretty trivial, but here it is: I am using xerces C

need help with binary data format

2000-02-07 Thread alex . kravchenko
Hi, I wonder if someone could answer a simple question. I am new to XML, so maybe the question I have is pretty trivial, but here it is: I am using xerces C++ parser on NT platform and it works fine unless I have binary characters in my XML data. Assuming that I know the structure of the XML