Every time I try to run the xerces-c samples related to schema
validation I get the following message:
%./SAX2Count personal-schema.xml
Fatal Error at file
/home/my_home/xerces/xerces-c-src_2_6_0/bin/personal-schema.xml, line
4, char 50
Message: An exception occurred! Type
Hi,
As per my understanding, XMLCh is always UTF-16 encoded.
We need to convert this UTF-16 string to an UTF-8 encoded
one on HPUX 11.23 IA64 machine.
We are using aCC compiler version A.05.55. iconv function is
used to get the conversion done.
This conversion fails because it see
Every time I try to run the xerces-c samples related to schema
validation I get the following message:
%./SAX2Count personal-schema.xml
Fatal Error at file
/home/my_home/xerces/xerces-c-src_2_6_0/bin/personal-schema.xml, line
4, char 50
Message: An exception occurred! Type:
Thanks DAve
I understand the complications waiting to unfold, if we do the code
changes.
I am now trying to build v2.6.0 and it built fine for 32 bit!!!
Thanks
warm regards
Saurabh
[EMAIL PROTECTED]
04/15/2005 12:00 PM
Please respond to
xerces-c-dev@xml.apache.org
To
xerces-c-dev@xm
Axel Weiß wrote:
> I'd like to add another notion related to compililation: why gets all
> the platform-specific stuff for *all* platforms compiled (and linked
> into the library) when building for a particular platform?
Sorry for the noise - of course, this is nonsense...