RE: Multibyte characters

2004-12-08 Thread Matthias Niggemeier
Hi David, the character in question ist B5, it "mucro" should be "micro". This character is written as C2B5, which ist correct in my opinion. How can I change the encoding to ISO-8859-1? Thanks in advance Matthias > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Multibyte characters

2004-12-08 Thread Matthias Niggemeier
Hi there! I am writing xml files which contain physical units. Some units contain the greek mucro. Xerces writes it as two characters, I remember thats because it cannot be displayed as UTF-8. My customer claims that this is wrong. I remember a webpage dealing with this theme, but i cannot find i

RE: Newbie

2004-11-27 Thread Matthias Niggemeier
Hi Renê, in > I need to be able to create a C++ program > that is capable of reading and writing xml > to plain files. you described xerces´ core functionality :-) Greetings Matthias > -Original Message- > From: Renê Salomão [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 25, 2

RE: generate C++ class from DTD file

2004-10-30 Thread Matthias Niggemeier
You can use XMLSpy Enterprise Edition. (very expensive in my opinion). It generates C++-Classes based on xerces. Although compilable out of the box, it needs some "fine-tuning". Altova uses a wrapper lib between the generated code and xerces. This lib caused me some sleepless nights in the past (ma

RE: Missing xerces-c_2D.lib in xerces-c_2_6_0-windows_nt-msvc_60?

2004-10-15 Thread Matthias Niggemeier
> -Original Message- > From: Matthias Niggemeier [mailto:[EMAIL PROTECTED] > your DIE your IDE of course :-) Regards Matthias smime.p7s Description: S/MIME cryptographic signature

RE: Missing xerces-c_2D.lib in xerces-c_2_6_0-windows_nt-msvc_60?

2004-10-15 Thread Matthias Niggemeier
> -Original Message- > From: Neil Graham [mailto:[EMAIL PROTECTED] > Subject: Re: Missing xerces-c_2D.lib in > xerces-c_2_6_0-windows_nt-msvc_60? > On no other platform were both debug and > release binaries both issued, so it wasn't > clear why this was being done on Windows. Becaus

RE: [ANNOUCEMENT] Xerces-C_2_6_0 released

2004-10-02 Thread Matthias Niggemeier
> -Original Message- > From: PeiYong PY Zhang [mailto:[EMAIL PROTECTED] On > Behalf Of PeiYong Zhang > Sent: Saturday, October 02, 2004 12:44 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [ANNOUCEMENT] Xerces-C_2_6_0 released > Hi all, > > The Xerces-C team is very please

RE: XML Signature Questions

2004-09-29 Thread Matthias Niggemeier
Hi, Xerces itself has no support for signatures. Have a look at http://xml.apache.org/security/ thats the lib you need. Regards Matthias > -Original Message- > From: Monica Lau [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 2:56 AM > To: [EMAIL PROTECTED] > Subject: XML

Generating code from .xsd

2004-09-18 Thread Matthias Niggemeier
Hi there! I have to generate several types of xml-files basing on an schema. I use the XMLSpy codegenerator to generate wrapper classes for the types defined in the .xsd-file. Unfortunately, the generated code has memory leaks; additionally, it seems to be slow. Are there other (better?) tools to g

AW: xerces 2.3.0 Win32 static library, possible?

2003-08-29 Thread Matthias Niggemeier
> -Ursprüngliche Nachricht- > Von: Maksim Likharev [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 29. August 2003 20:31 > An: [EMAIL PROTECTED] > Betreff: xerces 2.3.0 Win32 static library, possible? > > > Hi, > I just wondering is there any problems in compiling xerces as static > lib?

Cancelling transmission

2003-08-08 Thread Matthias Niggemeier
Hi there! I am retrieving an xml file via http which is dynamically generated. Sometimes, the generation of this file takes much time, so I want to cancel the waiting thread (even when the user presses the abort-button). The question is, is it possible to cancel a call to pBuilder->parseURI(X(sURI

AW: Processing instruction

2003-07-10 Thread Matthias Niggemeier
u to open a Bugzilla entry about it. > > Cheers, > Neil > [1]: http://www.iana.org/assignments/character-sets > > Neil Graham > XML Parser Development > IBM Toronto Lab > Phone: 905-413-3519, T/L 969-3519 > E-mail: [EMAIL PROTECTED] > > > > > |---

Processing instruction

2003-07-10 Thread Matthias Niggemeier
Hi there! When I save an XML-File as UTF-16, the encoding is written as "UTF-16(LE)". But when I load the file in XMLSpy, it claims that the file is not well-formed and insists on "UTF-16-LE". Who is wrong, XMLSpy or Xerces? Greetings Matthias smime.p7s Description: S/MIME cryptographic signatu

Problem with character

2003-07-01 Thread Matthias Niggemeier
Hi there! I try the following: root->appendChild(doc.GetDocument()->createTextNode(MAKE_UNICODE_STRING("µ g/l"))); (where root is my DOMElement), but the result is: µg/l What is wrong? Thanks in advance for any help Matthias smime.p7s Description: S/MIME cryptographic signature

Problem with pretty print

2003-06-04 Thread Matthias Niggemeier
Hi there! I'm quite new in developing with Xerces, so I even don't know wether I'm in the right list or not. I want to write a generated XML-File using the prettyprint-feature. The only problem I have is that tags containing only whitespaces are written as empty tags; e.g. results in . How can I