[
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
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
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
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
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 <[
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.
-
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
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
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 &
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
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
[ 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
[
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
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
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
> 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
[ 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
[ 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
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
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
[
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()
> ---
[
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::~
[ http://issues.apache.org/jira/browse/XERCESC-1378?page=history ]
Gareth Reakes closed XERCESC-1378:
--
Resolution: Fixed
> wrong string destruction in MemBufInputSource::~MemBufInputSource()
> ---
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
[ 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
[
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
[
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
[ 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
[
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()
> ---
[ 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
> -
[
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
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
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
[ 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
34 matches
Mail list logo