Hello
 I have successfully built thte xerces library on AIX 4.3.2 using Visual Age
5.o compiler
xlC_r. However when I try to compile my  cpp source code on AIX , all files
which include
src/util/PlatformUtils.hpp give the following compilation error

"src/util/Compilers/CSetDefs.hpp", line 137.21: 1540-0063 (S) The text
"const" is unexpected.
"src/util/Compilers/CSetDefs.hpp", line 144.21: 1540-0063 (S) The text
"const" is unexpected.
make: The error code from the last command is 1.


for AIX the file util/Compilers/CSetDefs.hpp is included in the
XercesDefs.hpp.
And the file XercesDefs.hpp is included in PlatformUtils.hpp
Any help in this matter is greatly appreciated

Thanks
Aniruddha

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 7:33 AM
To: [EMAIL PROTECTED]
Subject: Re: Exceptions on createElement with spaces



>Are spaces not allowed in element names?

An element name can NOT contain spaces. See the XML Recommendation.

The DOM throws an exception if you try to create an element whose name
contains forbidden characters. See the DOM specification.

Both are available at http://www.w3.org/TR


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to