Re: *fatal problems* while trying to run Xerces on AIX43

2001-09-02 Thread Martin Kalen
- Original Message - From: "Laurent PETIT" <[EMAIL PROTECTED]> > We are using pre-compiled tarballs from several sources : Xerces 1_5_0, > Xerces 1_5_1, and the last built xml4c from ibm (their alphaworks > website). > With those librairies, the same problems occur when compiling samples >

Re: Can't build xerces-c-1.5.1 with ICU

2001-09-02 Thread Jason E. Stewart
[EMAIL PROTECTED] writes: > ! To get this to compile with ICU 1.8: > ! > ! replace: > ! UnicodeString keyVal(keyStr); > ! const UnicodeString* msgString = fBundle->getStringEx(keyVal, err); > ! > ! if (!msgString) > ! return false; > ! > ! with: > ! > ! UnicodeString m

Re: IDOM + Error managing question

2001-09-02 Thread Jason E. Stewart
"Joan Jesús Pujol Espinar" <[EMAIL PROTECTED]> writes: > * I readed about the 2 Xerxes interfices to DOM: DOM and IDOM, and > as a C++ programer i feel more confortable with the IDOM > interfice, and also I get a more eficience one. > Documentation says that IDOM is a experimental one, and th

[DO NOT REPLY: Bug 2730] Can't build xerces-c-1.5.1 with ICU

2001-09-02 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2730

IDOM + Error managing question

2001-09-02 Thread Joan Jesús Pujol Espinar
Hi,   I'm new to Xerces C++, first of all I don't know if this is the correct list to send my question, but I can't find detailed information about the purpose of this list.   Two questions:   * I readed about the 2 Xerxes interfices to DOM: DOM and IDOM, and as a C++ programer i feel more co

Re: compiling ICU on linux (not)

2001-09-02 Thread Jason E. Stewart
"Jason E. Stewart" <[EMAIL PROTECTED]> writes: > Hey All, > > I get the following errors compiling on linux (2.4.8), with gcc > (2.95.4) According to: http://marc.theaimsgroup.com/?l=xerces-c-dev&m=97158781207970&w=2 These errors have been around since Xerces 1.3.0 jas.

compiling ICU on linux (not)

2001-09-02 Thread Jason E. Stewart
Hey All, I get the following errors compiling on linux (2.4.8), with gcc (2.95.4) LinuxPlatformUtils.cpp: In function `static class XMLMsgLoader * XMLPlatformUtils::loadAMsgSet(const XMLCh *)': LinuxPlatformUtils.cpp:356: cannot allocate an object of type `ICUMsgLoader' LinuxPlatformUtils.cpp:3

Re: OASIS draft v1.0 XML Conformance Tests

2001-09-02 Thread Juergen Hermann
On Sun, 2 Sep 2001 14:52:19 -0500, Curt Arnold wrote: >If you'd like a home for your Perl conformance harness, it would probably >fit in with the other stuff at xmlconf.sourceforge.net. FYI, you can find my Python SAX2 harness at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyxml/test/xmlconf

Re: OASIS draft v1.0 XML Conformance Tests

2001-09-02 Thread Curt Arnold
The nullEnt problem that you mentioned earlier is due to a production problem with the OASIS conformance tests zip file where 0 length files were omitted from the archive. I know there were a substantial amount of issues (both production and otherwise) with the last conformance suite. You might

Re: OASIS draft v1.0 XML Conformance Tests

2001-09-02 Thread Jason E. Stewart
"Jason E. Stewart" <[EMAIL PROTECTED]> writes: > "Jason E. Stewart" <[EMAIL PROTECTED]> writes: > > > "Juergen Hermann" <[EMAIL PROTECTED]> writes: > > > > > On Sat, 01 Sep 2001 11:24:40 +0200, Juergen Hermann wrote: > > > > > > >>Two tests in oasis/ fail that should have passed: > > > >>And t

Re: OASIS draft v1.0 XML Conformance Tests

2001-09-02 Thread Jason E. Stewart
"Juergen Hermann" <[EMAIL PROTECTED]> writes: > On 02 Sep 2001 07:58:57 -0600, Jason E. Stewart wrote: > > >Is this one error for the non-validating, and one for the validating > >parser? > > Yes. It might be useful to label them so we know which failed. In some cases it's obvious and you have

Re: OASIS draft v1.0 XML Conformance Tests

2001-09-02 Thread Juergen Hermann
On 02 Sep 2001 07:58:57 -0600, Jason E. Stewart wrote: >Is this one error for the non-validating, and one for the validating >parser? Yes. >Also, how are you instructing the parser to be >validating/non-validating? You need to use the setValidationScheme() >method and the Val_Always or Val_Neve

Re: OASIS draft v1.0 XML Conformance Tests

2001-09-02 Thread Jason E. Stewart
"Juergen Hermann" <[EMAIL PROTECTED]> writes: > On Sat, 01 Sep 2001 11:18:02 -0700, Dean Roddey wrote: > > >If you are going to do the James Clark type tests, you must use a parser > >that does canonical output, are you doing that? > > No, I do not yet do output conformance testing at all. Tho

Re: Include XML-files

2001-09-02 Thread Jason E. Stewart
"Ing. Hans Pesata" <[EMAIL PROTECTED]> writes: > I know this is not a typical XERCES-related question, > but I would like to know, if and how it is possible to include > XML-files with other XM-files ?! > > I read about external entities, but these must be defined with a DTD > and not within my

Include XML-files

2001-09-02 Thread Ing. Hans Pesata
Hi ! I know this is not a typical XERCES-related question, but I would like to know, if and how it is possible to include XML-files with other XM-files ?! I read about external entities, but these must be defined with a DTD and not within my XML-file ?! I am currently working on a project which

Re: OASIS draft v1.0 XML Conformance Tests

2001-09-02 Thread Juergen Hermann
On 01 Sep 2001 18:18:31 -0600, Jason E. Stewart wrote: >Do your results match up with mine? Or are you still getting 200+ >failures? If you take out the "Non-validating parser reported error for invalid document" cases, I still have 134 violations (some of them surely wrong test cases, not real