element names

2004-11-09 Thread Lei Jiang
Hi everyone, I have a rather silly question: Is there a workround if I want to be able to use numbers as element names? I'm writing a WebDAV client libray, which uses Xerces-C to parse XML response from different servers. Some days ago someone wrote me and complained that my library kept raisin

Build

2004-11-09 Thread allannoliveira
What the directories below I have to build all libraries on Xerces? I must have to compile several times xerces and I want to exclude the rebuild of modules like examples, tests, etc. I was compiling via XercesLib.mak makefile, but the xerces-c_2D.lib was not generated. So, I have created a script

Error on building for 32 bits

2004-11-09 Thread allannoliveira
Hi, when I'm trying to build xerces for Win32 with: nmake -f all.mak "CFG=all - Win32 Debug" or nmake -f all.mak "CFG=all - Win32 Release" I'm getting the following error: Warning: cannot find "all.dep" NMAKE : fatal error U1073: don't know how to make '"DeprecatedDOMCount - Win64 Release"'

Re: can you help me

2004-11-09 Thread Gareth Reakes
Hi, I can't see the characters that you are talking about, but are you sure that they are supported by gb2312? Gareth dengqingfeng 35542 wrote: >I can't rightly parse the XML file When i am using Xerces-C++ with ICU. The >error is the chinese between element 'prompt' can't be parse rightly! > >

Re: Xerces 32 and 64 bits

2004-11-09 Thread david_n_bertoni
> Is compatible binaries compiled for 64 bits with 32 bits platforms? No. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Xerces 32 and 64 bits

2004-11-09 Thread allannoliveira
Is compatible binaries compiled for 64 bits with 32 bits platforms? _ Allann J. O. Silva Researcher Genius Instituto de Tecnologia ajoliveira[at]genius.org.br Tel.:+55 (92) 614-6586 www.genius.org.br http://vcard.acm.org/~ajos *

can you help me

2004-11-09 Thread dengqingfeng 35542
I can't rightly parse the XML file When i am using Xerces-C++ with ICU. The error is the chinese between element 'prompt' can't be parse rightly! The content of My file parsed is: 你好,谢谢,124255653653ddfggURYU But I can rightly parse the XML file when I change che encoding from 'g

RE: Building xerces-c on AMD 64 Windows Server 2003

2004-11-09 Thread Jesse Pelton
My understanding is that Intel's 64-bit architecture is different from AMD's. It would not surprise me at all to learn that Intel's compiler cannot generate code for AMD chips. Do you know whether it can? If not, you may need to consider GCC. From: Lakkundi, Vijayendra R [mailto:[

Re: Building xerces-c on AMD 64 Windows Server 2003

2004-11-09 Thread Vitaly Prapirny
Lakkundi, Vijayendra R wrote: .\..\..\..\..\..\Build\Win64\VC6\Release\obj\Win32PlatformUtils.obj : fatal error LNK1112: module machine type 'AMD64' conflicts with target machine type 'IA64' Projects are configured for IA64 (Intel Itanium), not for AMD64. You can change all occurences of IA64 to

Building xerces-c on AMD 64 Windows Server 2003

2004-11-09 Thread Lakkundi, Vijayendra R
Hi, Can someone help me build xerces-c 2.5 on AMD 64 Windows Server 2003? Is xerces-c 2.5 ported to this platform? I tried using the steps given for “Building Xerces-C++ 64 bit binary on Windows XP using Intel C++ Compiler” present in http://xml.apache.org/xerces-c/build.html I am gett