DO NOT REPLY [Bug 27991] - Parser fails with escape characters in attribute value

2004-03-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27991] - Parser fails with escape characters in attribute value

2004-03-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27991] New: - Parser fails with escape characters in attribute value

2004-03-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Mandar Khire
Dear Stephen, Thanks a lot for your cooperation. I will download it and test it. I'll mail back in case of some problem. Mandar - Original Message - From: "Stephen White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 4:02 PM Subject: Re: Compilation of xerces-c s

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Stephen White
Original Message > From Mandar Khire <[EMAIL PROTECTED]> > Date: Friday, 26 Mar 2004, 09:37 > > I am currently using gcc version 2.96. Can you tell me where can I get > the source of the parser. I can compile the libraries with my compiler. > Which source code should I compile. The on

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Gareth Reakes
Hi, the source is available off the download page. http://ftp.plig.net/pub/apache/dist/xml/xerces-c/xerces-c-current.tar.gz Is one mirror. I just had a word with Decisionsoft and they will kindly put up binaries later today for 2.5 and gcc 3.2, 2.95. We will link to them from the site. G

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Mandar Khire
Dear Gareth, I am currently using gcc version 2.96. Can you tell me where can I get the source of the parser. I can compile the libraries with my compiler. Which source code should I compile. The one of Decisionsoft or Apache? Thanks Mandar - Original Message - From: "Gareth Reakes" <

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Gareth Reakes
Hey, My old company, Decisionsoft to night-lies and the Suze distribution should work for you if you have upgraded to gcc 3.2. If not then you will have to get the source and build. Its not hard at all though, especially if you have found out how to build the samples. Gareth On Fri, 26

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Mandar Khire
Dear Gareth, No I am not particularly interested in icc version. In fact I am using g++ compiler. Is there any other zip file for g++ compiler on linux. Thanks & regards Mandar - Original Message - From: "Gareth Reakes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> S

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Gareth Reakes
Hey, just to be triple sure, can you post what your XERCESCROOT is set to? Gareth On Fri, 26 Mar 2004, Mandar Khire wrote: > Dear Gareth, > Yes! the variable is set to XERCESCROOT and it is pointing to the > correct path. Is there any other env. variable that I need to set? Should

Re: Compilation of xerces-c samples on Linux

2004-03-26 Thread Mandar Khire
Dear Gareth, Yes! the variable is set to XERCESCROOT and it is pointing to the correct path. Is there any other env. variable that I need to set? Should I add any extra compilation/linking option for g++? > > Dear All, > >I followed the > > correct steps for compilation of samples. Brave