[jira] Commented: (XERCESC-1306) link errors upgrading from 2.3.0 to 2.6.0 [MacOS 9.2, CodeWarrior 8.3]

2005-03-17 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1306?page=comments#action_61182 ] James Berry commented on XERCESC-1306: -- Adam, If I recall correctly, Codewarrior emits its xml project file with "CR" line endings. I think I used to use bbedit to c

Re: How to Build Xerces Source code as a Static Library..

2005-03-17 Thread James Berry
On Mar 17, 2005, at 6:59 AM, Jignesh Sorathia wrote: Hi All, I am beginner for Xerces Libraries on Mac OS X. I want Xerces library as a Static Library in my application. So is there any option for building Static libraries from Xerces Source code?? Jignesh, There is no option to configure as

Re: CVS => SVN update

2005-03-17 Thread James Berry
Thanks Jason! -jdb On Mar 17, 2005, at 9:08 PM, Jason E. Stewart wrote: Hey All, Just to let you know that I have mailed the final request to the apache infrastrucutre list. I have not yet gotten a reply from them. I will wait another 24 hours, and then I will ping them to find out when the move ca

Re: Relative paths in C++ on Macintosh OS X

2005-03-17 Thread James Berry
Hey Steve, Funny, getcwd() works just fine for me on Mac OS X. Try this: % pwd /Volumes/Data/jberry/junk % cat > test.c << EOT #include #include int main(int argc, char* argv[]) { printf("cwd is: %s\n", getcwd(NULL, 0)); } EOT % gcc test.c % ./a.out cwd is: /Volumes/Data/jberry/junk (i.e., th

Re: Encoding support

2005-03-17 Thread Christian Will
Hi Frank, you can build Xerces-C stand-alone or using ICU. With ICU you get support for over 180 diffrent encodings and/or local specific message support. take a look: http://xml.apache.org/xerces-c/build-misc.html Regards, Christian Will On Thu, 17 Mar 2005 17:05:53 -0800 (PST), Frank Zhou <[

CVS => SVN update

2005-03-17 Thread Jason E. Stewart
Hey All, Just to let you know that I have mailed the final request to the apache infrastrucutre list. I have not yet gotten a reply from them. I will wait another 24 hours, and then I will ping them to find out when the move can be made. Cheers, jas. -

Linker warning LNK4006 problem...

2005-03-17 Thread Radovan Chytracek
Hi, after long time I tried to build our libraries against XercesC on Windows using MsDev .NET 2003 and I am getting over 13000 these warnings when creating static library. I was checking all the project settings but no success. Is there any way to get rid of them? Thanks Radovan

Encoding support

2005-03-17 Thread Frank Zhou
Hi, I would like to know many encodings are supported currently in xerces-c++, say version 2.6.0. The apache xerces-C++ FAQ site says it only support for ASCII, UTF-8, UTF-16 (Big/Small Endian), UCS4 (Big/Small Endian), EBCDIC code pages IBM037, IBM1047 and IBM1140 encodings, ISO-8859-1 (aka Latin

How to Build Xerces Source code as a Static Library..

2005-03-17 Thread Jignesh Sorathia
Hi All,      I am beginner for  Xerces Libraries on Mac OS X. I want Xerces library as a Static Library in my application. So is there any option for building Static libraries from Xerces Source code??     Any option to be given at the time of confijuration ?    Kindly guide me,    Thanks &

RE: Advanced novice question about PSVI

2005-03-17 Thread Elisha Berns
Thanks for the reply, Comments below... > -Original Message- > From: Gareth Reakes [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 17, 2005 12:58 AM > To: xerces-c-dev@xml.apache.org > Subject: Re: Advanced novice question about PSVI > > Hi, > > > > > I have a question whether I can u

Re: Relative paths in C++ on Macintosh OS X

2005-03-17 Thread Steve Smith
Title: Re: Relative paths in C++ on Macintosh OS X It turns out that getcwd() consistently returns "/" everywhere in the program. However, C++ file output functions are also writing consistently using relative paths, so its using something else to get the working directory. I've used the setting

[jira] Reopened: (XERCESC-1375) configure cannot be run due to improper shabang under SunOS

2005-03-17 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1375?page=history ] James Berry reopened XERCESC-1375: -- Assign To: James Berry Reopening pending response from reporter regarding issue on SUNOS. > configure cannot be run due to improper shabang und

[jira] Commented: (XERCESC-1375) configure cannot be run due to improper shabang under SunOS

2005-03-17 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1375?page=comments#action_61147 ] James Berry commented on XERCESC-1375: -- Zoltan, Could you please clarify your statement that SUNOS doesn't allow the space following shebang? I can find no documenta

Re: Configuring on QNX

2005-03-17 Thread James Berry
Hi Tim, On Mar 17, 2005, at 9:20 AM, Tim Arney wrote: Hi Gareth and James, James: I'm afraid to say it the next release date hurts a bit more than it helps. I was hoping to have my xerces-c issues resolved within a week. I should make sure it's clear that my comments about potential release da

Re: Configuring on QNX

2005-03-17 Thread Tim Arney
Hi Gareth and James,   James:  I'm afraid to say it the next release date hurts a bit more than it helps.  I was hoping to have my xerces-c issues resolved within a week.   I have made a little bit of progress in diagnosing my problem, so maybe you can help me solve it properly so xerces-c s

Re: is chars argument in characters( ) call null terminated?

2005-03-17 Thread david_n_bertoni
> Make sure you transcode to UTF-8. > > Sounds like a good idea, but I'm not sure how. Do I > have to use ICU? Or is there some way through > XMLString (or some other xerces class/api) which isn't > obvious to me? Look at the class XMLTransService in src/xercesc/util/TransService.hpp > > > If

[jira] Closed: (XERCESC-466) Please add accessors to sax2 parser and xml scanner classes

2005-03-17 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-466?page=history ] Alberto Massari closed XERCESC-466: --- Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed Fix Version: 2.2.0 This bug was about having a getSrcOffset

[jira] Resolved: (XERCESC-1386) Inconsistent definition of number of methods in PSVIWriter and PSVIWriterHandlers

2005-03-17 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1386?page=history ] Alberto Massari resolved XERCESC-1386: -- Resolution: Fixed A fix is in CVS. Please verify. Alberto > Inconsistent definition of number of methods in PSVIWriter and > PSVIWrit

Re: Configuring on QNX

2005-03-17 Thread James Berry
On Mar 17, 2005, at 12:59 AM, Gareth Reakes wrote: Hi, Do you have some idea when that would be? Thats a question for James. You out there James? Out here I am. A first cut at a new autotools based configure/make/make install build system is complete, and awaiting the switch to svn, and a branch

[jira] Created: (XERCESC-1386) Inconsistent definition of number of methods in PSVIWriter and PSVIWriterHandlers

2005-03-17 Thread Maciek Samsel (JIRA)
Inconsistent definition of number of methods in PSVIWriter and PSVIWriterHandlers -- Key: XERCESC-1386 URL: http://issues.apache.org/jira/browse/XERCESC-1386 Project: Xerces-C++ Type: B

[jira] Commented: (XERCESC-1378) wrong string destruction in MemBufInputSource::~MemBufInputSource()

2005-03-17 Thread Nikolay Ognyanov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1378?page=comments#action_61105 ] Nikolay Ognyanov commented on XERCESC-1378: --- Thanks! Regards Nikolay > wrong string destruction in MemBufInputSource::~MemBufInputSource() > ---

[jira] Commented: (XERCESC-1378) wrong string destruction in MemBufInputSource::~MemBufInputSource()

2005-03-17 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1378?page=comments#action_61102 ] Gareth Reakes commented on XERCESC-1378: Hi, the docs have been changed to reflect the actual behaviour. Thanks! > wrong string destruction in MemBufInputSource::~

[jira] Closed: (XERCESC-1378) wrong string destruction in MemBufInputSource::~MemBufInputSource()

2005-03-17 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1378?page=history ] Gareth Reakes closed XERCESC-1378: -- Resolution: Fixed > wrong string destruction in MemBufInputSource::~MemBufInputSource() > ---

[jira] Created: (XERCESC-1385) UTF8 parse failure when there's a bom in the utf8 header

2005-03-17 Thread Miklos Fazekas (JIRA)
UTF8 parse failure when there's a bom in the utf8 header Key: XERCESC-1385 URL: http://issues.apache.org/jira/browse/XERCESC-1385 Project: Xerces-C++ Type: Bug Components: SAX/SAX2 Versions: 2.6.0

[jira] Updated: (XERCESC-1385) UTF8 parse failure when there's a bom in the utf8 header

2005-03-17 Thread Miklos Fazekas (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1385?page=history ] Miklos Fazekas updated XERCESC-1385: Attachment: test.cpp Attached a simple test app showing the issue. The second parse failes with the bom. > UTF8 parse failure when there's a bom

[jira] Commented: (XERCESC-1378) wrong string destruction in MemBufInputSource::~MemBufInputSource()

2005-03-17 Thread Nikolay Ognyanov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1378?page=comments#action_61100 ] Nikolay Ognyanov commented on XERCESC-1378: --- I think I understand now where the confusion came from. I respect your position even though I do not share it but i

[jira] Commented: (XERCESC-1377) Error in SAXParser! invalid namespaces

2005-03-17 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1377?page=comments#action_61096 ] Gareth Reakes commented on XERCESC-1377: Can you post your code here? How are you finding out what the namespace of an element is in SAX1? It is not passed into st

[jira] Resolved: (XERCESC-1379) XSSimpleTypeDefinition constructor - declaration and definition of a variable at the "if" check causes compiler error

2005-03-17 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1379?page=history ] Alberto Massari resolved XERCESC-1379: -- Resolution: Fixed The fix is in CVS. Please verify. Alberto > XSSimpleTypeDefinition constructor - declaration and definition of a vari

[jira] Commented: (XERCESC-1378) wrong string destruction in MemBufInputSource::~MemBufInputSource()

2005-03-17 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1378?page=comments#action_61093 ] Gareth Reakes commented on XERCESC-1378: Hi, do you agree with my analysis? > wrong string destruction in MemBufInputSource::~MemBufInputSource() > ---

[jira] Resolved: (XERCESC-1383) Definition of table in GeneralAttributeCheck class with error

2005-03-17 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1383?page=history ] Alberto Massari resolved XERCESC-1383: -- Resolution: Fixed The fix is in CVS. Please verify. Alberto > Definition of table in GeneralAttributeCheck class with error > -

[jira] Commented: (XERCESC-1382) Unreliable bool definition for compilers without bool type

2005-03-17 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1382?page=comments#action_61095 ] Gareth Reakes commented on XERCESC-1382: Hi, I don't feel comfortable committing this path as I don't have the multi platform knowledge requided to be sure it will

Re: Configuring on QNX

2005-03-17 Thread Gareth Reakes
Hi, Do you have some idea when that would be? Thats a question for James. You out there James? Gareth -- Gareth Reakes, Managing Director Parthenon Computing +44-1865-811184 http://www.parthcomp.com - To unsu

Re: Advanced novice question about PSVI

2005-03-17 Thread Gareth Reakes
Hi, I have a question whether I can use PSVI for an algorithm I have in mind... My goal is to take the content model from XSD schema documents and transform it into an ordered graph/tree that can be used to serialize application data in the order corresponding to the content model. If the schema's

[jira] Resolved: (XERCESC-1384) Inconsistent definition and declaration of a method TraverseSchema::processSubstitutionGroup

2005-03-17 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1384?page=history ] Alberto Massari resolved XERCESC-1384: -- Resolution: Fixed A fix is in CVS. Please verify. Alberto > Inconsistent definition and declaration of a method > TraverseSchema::proc