- 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
>
[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
"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
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
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
"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.
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
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
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
"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
"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
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
"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
"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
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
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
16 matches
Mail list logo