Re: error and warning messages in C++Builder 5.0

2005-01-17 Thread Vitaly Prapirny
[EMAIL PROTECTED] wrote: I'm compiling the XercesLib in C++Builder 5.0. It's running ok, but in sample application DOMPrint the error and warning messages generated by parser in "ErrorHandler" object isn't printed. I added "version.rc" in my "XercesLib.bpr" project file but I had not success. C

Re: Error on building for 32 bits

2004-11-10 Thread allannoliveira
5 (92) 614-6586 www.genius.org.br http://vcard.acm.org/~ajos PeiYong Zhang <[EMAIL PROTECTED]> Sent by: PeiYong PY Zhang <[EMAIL PROTECTED]> 10/11/2004 13:15 Please respond to xerces-c-dev                 To:        [EMAIL PROTECTED]         cc:        [EMAIL PROTECTED]         Subject:  

Re: Error on building for 32 bits

2004-11-10 Thread PeiYong Zhang
Allann,     The all.mak is meant for building 64bit only. To build 32 bit you may want to build from xerces-all.dsw. Rgds, PeiYong [EMAIL PROTECTED] 11/09/2004 03:04 PM Please respond to xerces-c-dev To [EMAIL PROTECTED] cc Subject Error on building for 32 bits Hi, w

Re: error while calling in my

2004-09-29 Thread Alberto Massari
I don't see the -lxerces-c linker option; try adding it after -L/yasir/xerces-c2_5_0-linux/lib Alberto At 23.45 28/09/2004 +0200, Yasir Iqbal wrote: I get a long undescribeable error while compiling my class. where my include headers: #include #include #include #include #include #include "ne

Re: error log

2003-12-04 Thread Jeroen N. Witmond
Very probably the following patch must be applied to /home/cvspublic/xml-site/style/stylesheets/document2html.xsl: Index: document2html.xsl === RCS file: /home/cvspublic/xml-site/style/stylesheets/document2html.xsl,v retrieving revisi

Re: error log

2003-12-04 Thread Jeroen N. Witmond
Very rough analysis: xml-site/style/stylesheets/document2html.xsl contains Either this has to be removed, or each and every directory containing output from that xsl file must contain a file images/dot.gif. > > > > > Hi all, > > Don't know whether anyone on either of these lists follows > infras

Re: Error parsing TEXT_NODE containing ´ < ´ and ´ >´

2003-10-23 Thread Alberto Massari
At 10.05 23/10/2003 +0200, Magnus Karlsson wrote: Hi! I have build Parser for a file, containing SQL commands. The problem is that a SQL command can contain '<' and '>', i.e. SELECT ID, NAME FROM SOME_TABLE WHERE INT_COLUMN >= ? OR INT_COLUMN <= ? When I parse the file I get an parser exception

Re: Error handling

2003-06-02 Thread david_n_bertoni
> Would that be fixed in the version that changed the whole API to be within > a namespace? If you don't want to use the new namespace, build the library without it. > Or well after the version that changed all the return values from references to pointers? I have no idea what you're referri

Re: Error handling

2003-06-02 Thread oliver . white
cc: Fax to: 05/29/03 Subject: Re: Err

Re: Error handling

2003-05-30 Thread Pedro Lopes
[EMAIL PROTECTED] wrote: Should have mentioned... I'm using version 2.1.0. That's a known bug in 2.1. It was fixed in 2.2. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error handling

2003-05-30 Thread oliver . white
Should have mentioned... I'm using version 2.1.0. == Oliver White Software Engineer Product Development Westinghouse Signals Australia == - To unsubscribe, e-mail: [EMAIL

Re: Error

2003-03-14 Thread JohnMeyer
Two things: 1. I added XERCES_CPP_NAMESPACE_QUALIFIER and it still didn't seem to help (cut and paste it exactly out of the article that way) 2. I finally fixed that problem and now it works great. Thanks for all of your help. At 09:51 AM 3/14/2003 +0200, you wrote: > "Kohli, Naveen" wrote: > >

Re: Error

2003-03-13 Thread Vitaly Prapirny
> "Kohli, Naveen" wrote: > > Clean solution will be to use xercesc namespace in your code. > > xercesc::DOMDocument It is already done in the code below (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument). John uses Borland compiler as I can see from his previous posts. Borland compiler support namespa

RE: Error

2003-03-13 Thread Alfredo Muñoz
Title: RE: Error Which version does not support namespaces? I am using Xerces _with_ namespaces under Win, but pretend to port the application easily to Linux and other unix flavors...   please if namespaces is not suported in some SO/Compiler,  I will be glad to know it at this time

RE: Error

2003-03-13 Thread Kohli, Naveen
Title: RE: Error I don;t know what version you are talking about but the one I am using does support namespaces. and thats how I am avoiding xerces code to conflict with MSXML parser code. -Original Message- From: Anthony Zawacki [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 13

RE: Error

2003-03-13 Thread Anthony Zawacki
[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> ites.com>cc:

RE: Error

2003-03-13 Thread Kohli, Naveen
Title: RE: Error Clean solution will be to use xercesc namespace in your code. xercesc::DOMDocument -Original Message- From: John Meyer [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 13, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: Error XMLPlatformUtils::Initialize

Re: Error

2003-03-13 Thread Anthony Zawacki
If I remember correctly, including the Microsoft msxml.h file automatically has a "using" clause in it, or their examples do. Either don't use their files, since you're using Xerces instead, or find and remove the "using Msxml" clause. Thanks, Anthony Zawacki 410-571-7161 [EMAIL PROTECTED]

Re: error performing DOMImplementation::createDocument

2003-01-16 Thread catharina . ibrahim
It works...:P thanks a lot for the fast reply, cath Gareth Reakes <[EMAIL PROTECTED]> 2003-01-16 11:12 AM Please respond to xerces-c-dev                 To:        [EMAIL PROTECTED]         cc:        (bcc: Catharina Ibrahim/EHV/TASS/PHILIPS)         Subject:        R

Re: error performing DOMImplementation::createDocument

2003-01-16 Thread Gareth Reakes
Hi, Have you initialised the library? Something like try { XMLPlatformUtils::Initialize(); } catch(const XMLException &toCatch) { cerr << "Error during Xerces-c Initialization.\n" << " Exception message:" << StrX(toCatch.getM

Re: error in CVS

2002-12-12 Thread Jason E. Stewart
"Gareth Reakes" <[EMAIL PROTECTED]> writes: > I just updated, made clean and runConfigured and do not get this > problem. Is it still happening to you? If so what platform etc? Seems fixed now, thanks. jas. - To unsubscribe, e

Re: error in CVS

2002-12-10 Thread Gareth Reakes
Hi Jason, I just updated, made clean and runConfigured and do not get this problem. Is it still happening to you? If so what platform etc? Gareth On 9 Dec 2002, Jason E. Stewart wrote: > Hey All, > > I just ran a cvs update and it will not compile: > > AbstractDOMParser.cpp:81:44: x

Re: Error Message loaders

2001-10-19 Thread Jerry Carter
At 04:15 PM 19-10-01 -0500, Williamson, Siehnai wrote: I've noticed that the XercesLib files you have set up for Win32 that you provide do not include the following files: XMLMessages.h MsgLoader.hpp, .cpp InMemMsgLoader.hpp, .cpp MsgCatalogLoader.hpp, .cpp XMLMsgCat_Ids.hpp As a re

Re: Error caused by existence of a file.

2001-09-17 Thread Jason E. Stewart
"Jordan C N Chong" <[EMAIL PROTECTED]> writes: > Now the problem is at the parser.parse(path). The "path" must be the > full path of the file, if not, the application will crash at "root" > and "list". I'm assuming that by 'full path' you mean fully qualified or absolute path, i.e. '/home/jason

RE: error message

2001-05-08 Thread Dean Roddey
If you are getting that, you've probably got something fundamentally wrong. Give some more info on what platform, os, compiler, source code base, etc... you are working with. -- Dean Roddey Software Geek Extraordinaire Portal, Inc [EMAIL PROTECTED] -Original Message- From:

RE: Error vs FatalError

2001-04-26 Thread Dean Roddey
PMTo: [EMAIL PROTECTED]Subject: Re: Error vs FatalError  Currently, there is an option that can be set: 'setExitOnFirstFatalError'. If it is not set, the parser will not exit when a fatal error is encountered. So, if we make validation constraints just errors, you are s

Re: Error vs FatalError

2001-04-26 Thread Khaled Noaman
we should always make it strict by default.-- Dean Roddey Software Geek Extraordinaire Portal, Inc [EMAIL PROTECTED] -Original Message- From: Khaled Noaman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 11:58 AM To: [EMAIL PROTECTED] Subject: Re: Error vs FatalError  

RE: Error vs FatalError

2001-04-26 Thread Dean Roddey
, Inc [EMAIL PROTECTED] -Original Message-From: Khaled Noaman [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 26, 2001 11:58 AMTo: [EMAIL PROTECTED]Subject: Re: Error vs FatalErrorCurrently, all validation errors are considered fatal errors, and the parser will exit after the

RE: Error vs FatalError

2001-04-26 Thread Alfredo Munoz
age-From: Khaled Noaman [mailto:[EMAIL PROTECTED]]Sent: Jueves, 26 de Abril de 2001 02:58 p.m.To: [EMAIL PROTECTED]Subject: Re: Error vs FatalError Currently, all validation errors are considered fatal errors, and the parser will exit after the first broken validation constratint. Guys,

Re: Error vs FatalError

2001-04-26 Thread Khaled Noaman
Currently, all validation errors are considered fatal errors, and the parser will exit after the first broken validation constratint. Guys, I would like to know your opinion on making validation constraint violation just errors, and modify the XMLValidator to throw only when fatal errors are enco

RE: Error vs FatalError

2001-04-19 Thread Alfredo Munoz
The xerces behaviour - at least it?s worked in this way for me - is that a broken validation constraint IS reported and resolved by the error() Handler interface method, BUT if you Do nothing in the error() Handler then the parser EXIT. If you want the parser to continue AFTER a broken validation

Re: Error vs FatalError

2001-04-19 Thread Joseph_Kesselman
To get details of why a parse failed, you have to write and plug in an error handler object. The default handler just fails silently. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: error thrown by parser

2001-04-03 Thread Dave Connet
Connet > -Original Message- > From: Alexander Zeyliger [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 03, 2001 11:50 AM > To: [EMAIL PROTECTED] > Subject: Re: error thrown by parser > > > > It looks like xerces throws exceptions of type XMLErrs::Code

RE: error

2001-04-03 Thread Alex Fridman
thanks -Original Message- From: A l e x a n d e r Z e y l i g e r [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 1:15 AM To: [EMAIL PROTECTED] Subject: Re: error > m='msn.afslx2.auto 6D 3D 27 6D 73 6E 2E 61 66 73 6C 78 32 2E 61 75 74 6F > matedfinancial.com 6D 61

Re: error thrown by parser

2001-04-03 Thread Todd Firsich
PROTECTED] Sent: Tuesday, April 03, 2001 2:59 PM Subject: Re: error thrown by parser   The error that I receive is not due to my xml file as I can parse it using DOMPrint. The message that I get from my program (which is using Microsoft Visual C++ 6) is:    unhandled ex

Re: error thrown by parser

2001-04-03 Thread Dean Roddey
From: Emma Towey To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 12:59 PM Subject: Re: error thrown by parser   The error that I receive is not due to my xml file as I can parse it using DOMPrint. The message that I get from my program (which is using Microsoft V

Re: error

2001-04-03 Thread Dean Roddey
"I'm not sure how I feel about ambivalence" - Original Message - From: "Jianjun Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 12:03 PM Subject: Re: error > Make sure that you don't have any whitespace characte

Re: error thrown by parser

2001-04-03 Thread Emma Towey
  The error that I receive is not due to my xml file as I can parse it using DOMPrint. The message that I get from my program (which is using Microsoft Visual C++ 6) is:    unhandled exception in split.exe (XERCES-C_1_4D.DLL): 0XC0005: Access Violation.   (split is the name of my C++ class)  

Re: error thrown by parser

2001-04-03 Thread Dean Roddey
IL PROTECTED]> Sent: Tuesday, April 03, 2001 11:50 AM Subject: Re: error thrown by parser > > It looks like xerces throws exceptions of type XMLErrs::Codes (which > is an enum). My platform is Solaris 8 with Forte 6.1, and the > compiler (or is it debugger?) seems to get confused

Re: error

2001-04-03 Thread Jianjun Zhang
Make sure that you don't have any whitespace characters at the end of your xml stream. I used to get the same error if I have a new line at the end of my xml file, but the DOM will still be constructed since the error occurs at the end of the file. -JJ On Mon, 2 Apr 2001, Alex Fridman wrote: >

Re: error thrown by parser

2001-04-03 Thread Alexander Zeyliger
It looks like xerces throws exceptions of type XMLErrs::Codes (which is an enum). My platform is Solaris 8 with Forte 6.1, and the compiler (or is it debugger?) seems to get confused: I think they treat enums as ints, and don't really know what to catch when an int is thrown. In my application,

RE: error

2001-04-03 Thread Jesse Pelton
, not normative. -Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 2:39 PM To: '[EMAIL PROTECTED]' Subject: RE: error If the XHTML folks are really saying that, they are making a huge mistake unless its just a 'for compatibility' t

Re: error thrown by parser

2001-04-03 Thread Todd Firsich
Emma   What does your XML file look like?   Todd - Original Message - From: Emma Towey To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 12:51 PM Subject: error thrown by parser   Hi, I’m having a bit of a problem with the parser. When my program p

RE: error thrown by parser

2001-04-03 Thread Dean Roddey
Try parsing the file with one of the standalone sample programs, like DOMPrint. If that works, then its nothing to do with the XML text you are parsing, and its just an error in your program probably causing an access violation or something. That's not something anyone but you can figure out

RE: error

2001-04-03 Thread Dean Roddey
XML parsers to care. -- Dean Roddey Software Geek Extraordinaire Portal, Inc [EMAIL PROTECTED] -Original Message- From: Jesse Pelton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 11:11 AM To: '[EMAIL PROTECTED]' Subject: RE: error XHTML 1.0 says, "Include a space b

RE: error

2001-04-03 Thread Dean Roddey
No, that's not required. -- Dean Roddey Software Geek Extraordinaire Portal, Inc [EMAIL PROTECTED] -Original Message- From: A l e x a n d e r Z e y l i g e r [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:15 PM To: [EMAIL PROTECTED] Subject: Re: error

RE: error

2001-04-03 Thread Jesse Pelton
l 03, 2001 1:15 AM To: [EMAIL PROTECTED] Subject: Re: error > m='msn.afslx2.auto 6D 3D 27 6D 73 6E 2E 61 66 73 6C 78 32 2E 61 75 74 6F > matedfinancial.com 6D 61 74 65 64 66 69 6E 61 6E 63 69 61 6C 2E 63 6F 6D > /registered'/> 2F 72 65 67 69 73 74 65 72 65 64 27 2F 3E

Re: error

2001-04-03 Thread A l e x a n d e r Z e y l i g e r
> m='msn.afslx2.auto 6D 3D 27 6D 73 6E 2E 61 66 73 6C 78 32 2E 61 75 74 6F > matedfinancial.com 6D 61 74 65 64 66 69 6E 61 6E 63 69 61 6C 2E 63 6F 6D > /registered'/> 2F 72 65 67 69 73 74 65 72 65 64 27 2F 3E I've seen somewhere that there should be a space between the last quote and /> . -

Re: error

2001-04-03 Thread Joseph_Kesselman
Wild guess: XML requres that there be one and only one root element, and after it goes by only comments and PIs are permitted. Is there any chance that you're trying to parse a document/file/input-stream containing two or more root elements?

Re: error

2001-04-02 Thread Dean Roddey
works Charmed Quark Software [EMAIL PROTECTED] http://www.charmedquark.com "I'm not sure how I feel about ambivalence" - Original Message - From: "Alex Fridman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 02, 2001 4:53 PM Subject: RE: er

RE: error

2001-04-02 Thread Alex Fridman
--Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 7:22 PM To: '[EMAIL PROTECTED]' Subject: RE: error Mail me the file, in original binary form as an attachment. I'm assuming that its going to work with no problems, which is going to

RE: error

2001-04-02 Thread Dean Roddey
From: Alex Fridman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 4:20 PM To: [EMAIL PROTECTED] Subject: RE: error version is 1.4 platform is windows nt -Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 7:12 PM To: '[EMAIL PROTECTED

RE: error

2001-04-02 Thread Alex Fridman
version is 1.4 platform is windows nt -Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 7:12 PM To: '[EMAIL PROTECTED]' Subject: RE: error What versoin of the parser are you using and on what platform? There is obviously something

RE: error

2001-04-02 Thread Dean Roddey
, Inc [EMAIL PROTECTED] -Original Message- From: Alex Fridman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 4:07 PM To: [EMAIL PROTECTED] Subject: RE: error I hexdump it there is nothing else after last character. -Original Message- From: Dean Roddey [mailto:[

RE: error

2001-04-02 Thread Alex Fridman
I hexdump it there is nothing else after last character. -Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 7:03 PM To: '[EMAIL PROTECTED]' Subject: RE: error Then you probably have some trailing, non-printable, gorp at the end. If

RE: error

2001-04-02 Thread Dean Roddey
ginal Message- From: Alex Fridman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 4:01 PM To: [EMAIL PROTECTED] Subject: RE: error Encoding is UTF-8 and it says that it expected it at last character. -Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Monday, Apr

RE: error

2001-04-02 Thread Alex Fridman
Encoding is UTF-8 and it says that it expected it at last character. -Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 6:59 PM To: '[EMAIL PROTECTED]' Subject: RE: error What encoding is the text in? If its not UTF-8 or UTF-16, it h

RE: error

2001-04-02 Thread Dean Roddey
What encoding is the text in? If its not UTF-8 or UTF-16, it has to have an XMLDecl. And where exactly does it say that it expected it? If its at 0,0, then most likley its an encoding issue. -- Dean Roddey Software Geek Extraordinaire Portal, Inc [EMAIL PROTECTED] -Original Mes

RE: error

2001-04-02 Thread Alex Fridman
not at all -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 6:12 PM To: [EMAIL PROTECTED] Subject: Re: error Hi, Alex, Your XML file looks pretty fine since it goes through both DOMPrint and DOMCount, unless with -v=always, it

Re: error

2001-04-02 Thread peiyongz
Hi, Alex, Your XML file looks pretty fine since it goes through both DOMPrint and DOMCount, unless with -v=always, it gives out error message like "unkown element...". If u don't mind posting your code, it may help to identify what had happened. Regards, Peiyong Zhang _

Re: Error in delete when using xerces_c_1_2d.dll

2001-03-27 Thread David_N_Bertoni
You're mixing C++ run-time libraries. Read the FAQ for more information. Dave SCHIEFERT Manfred -

RE: Error in delete when using xerces_c_1_2d.dll

2001-03-27 Thread Jesse Pelton
You're probably mixing debug and retail DLL versions. See http://xml.apache.org/xerces-c/faq-parse.html#faq-23. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]