DO NOT REPLY [Bug 7265] - UnixWare port broken in platformTerm() since rev 1.10

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7265] New: - UnixWare port broken in platformTerm() since rev 1.10

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

Re: Building Static Single-Threaded Xerces Library

2002-03-19 Thread Martin Kalen
Just a small additon re. the NetAccessor: - Original Message - From: <[EMAIL PROTECTED]> > >(3) What is the XML_USE_NETACCESSOR_WINSOCK? What does this do? > I use this define in my project settings but I'm not sure what it's good > for. Normally, each platform may choose between a few

Antwort: Re: Antwort: Building Static Single-Threaded Xerces Library [WatchDogchecked]

2002-03-19 Thread Thomas . Rothfuss
Dear James, >(1) I get one error: > >Xerces\xerces-c-src1_7_0\src\xercesc\util\Platforms\Win32\Win32PlatformUtils.cpp(92) > >: fatal error C1189: #error : A transcoding service must be chosen > >What is the transcoding service? Should I make it the same as the DLL >(XML_USE_WIN32_TRANSCODER)

DO NOT REPLY [Bug 5967] - DOM-IDOM Integration

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5967] - DOM-IDOM Integration

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7261] New: - Remove obsolete define in UnixWareDefs.hpp

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

Need explicit initialization of base class in NameIdPool.c copy constructor?

2002-03-19 Thread Martin Kalen
Another compiler noise issue with Xerces-C 1.7 - anyone got a clue if this one is a valid warning? I don't like filing a bugzilla unless someone confirms that this a real issue (bugzilla for Xerces is pretty noisy itself at the moment)... Environment: Xerces-C 1.7.0 (src) egcs 2.91.66 19990314/Li

transcodeTo

2002-03-19 Thread Nayak, Usha
Hello, Would passing a 16 bit source data to XMLUTF8Transcoder::transcodeTo () throw an exception I noticed in Xerces source code of XMLUTF8Transcoder::transcodeTo that srcData is assigned to 32 bit value.. Thanks. usha. ---

problem to install xerces1.7.0 under solaris

2002-03-19 Thread ewuyica
Hi, I have some problem to install the xerces1.7.0 under solaris. I used gnutar to untar the file and run the runConfigure. It seems fine to me. When I tried to compile (use gnumake), I got the following error: gnumake[1]: *** [includes] Error 2 gnumake[1]: Leaving directory `/usr/local/project

Unsafe cast in IDOMParser.hpp?

2002-03-19 Thread Martin Kalen
aCC A.03.15 on HP-UX B.11.00 gives the following warning about a cast in IDOMParser.hpp: Warning 740: "/xercesc/parsers/IDOMParser.hpp", line 1589 # Unsafe cast between pointers/references to incomplete classes: casting 'IDOM_Document *' to 'IDDocumentImpl *'. fDocument = (IDDocumentImpl *)to

DO NOT REPLY [Bug 7164] - DOMParser with a DTD leak!

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

RE: Help with Xerces 1.5.2 ... for SGI IRIX version 6.5

2002-03-19 Thread David N Bertoni/Cambridge/IBM
You could symlink a directory lower in the file system hierarchy and set your XERCESCROOT to that one. That usually removes enough characters from the arglist. Dave

Re: Building on Mac OSX from command line or Project Builder

2002-03-19 Thread James Berry
Title: Re: Building on Mac OSX from command line or Project Builder David, Your problem is (was?) that you used StuffIt to unarchive the tar file. StuffIt truncated the tar’d filenames, leading to your problem. StuffIt doesn’t seem to yet know how to save files with long names. -jdb On 3/19/0

Re: Antwort: Building Static Single-Threaded Xerces Library [WatchDogchecked]

2002-03-19 Thread James Stephens
Great! I have made progress with your help... but cannot compile yet. If I may, let me ask some follow-up questions... (1) I get one error: Xerces\xerces-c-src1_7_0\src\xercesc\util\Platforms\Win32\Win32PlatformUtils.cpp(92) : fatal error C1189: #error : A transcoding service must be chosen

RE: Help with Xerces 1.5.2 ... for SGI IRIX version 6.5

2002-03-19 Thread Haase, Donald P
Dan,   thanks I appreciate it. I will continue to look into the problem and when I find a real solution I'll submit it, and cc it to you as well.   thanks again.   Don   -Original Message-From: Stewart, Daniel J [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 19, 2002 1:38 PMT

Re: Help with fetching Schema grammar from XML

2002-03-19 Thread Sridhar
So, I guess I have to parse the Schema as a XML file and fetch the values out of it one way or the other.   Thanks, Khaled. Sridhar.   - Original Message - From: Khaled Noaman To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 2:12 PM Subject: Re: Help with fe

RE: How to get name from DefaultHandler::error

2002-03-19 Thread Radovan Chytracek
Hi, In order to know which element is buggy you can install your own stack keeping track of nesting of elements and insert the top of the stack out into the SAXParseException message if you want. I don't know how much is this accurate but it gives at least an idea which element was the last proces

RE: Help with Xerces 1.5.2 ... for SGI IRIX version 6.5

2002-03-19 Thread Stewart, Daniel J
I saw this problem on 1.6.0.  My quick'n'dirty solution was to copy the command that was echoed to stdout, paste the command into an editor, save the file, and execute the file.   I haven't taken the time to figure out a real solution, but I believe you are correct, it is some sort of shell

RE: Help with Xerces 1.5.2 ... for SGI IRIX version 6.5

2002-03-19 Thread Haase, Donald P
when building I get the following error   gmake[1] execvp: g++ arglist too long gmake *** [lib/libxerces-c1_5_2.so] Error 127   the appears that the makefile is expanding the full path for each .so and that the shell can't handle it. I'm wondering if anyone else has seen this error, where

Re: Help with fetching Schema grammar from XML

2002-03-19 Thread Khaled Noaman
You can take look at the SEnum sample that is shipped with the parser for an example on getting the Schema Grammar info. However, the the parser is not currently storing the annotation information. Khaled Sridhar wrote: Hi all, I am using Xerces-C version 1.6.0. I need help with getting the Sch

Help with fetching Schema grammar from XML

2002-03-19 Thread Sridhar
Hi all,I am using Xerces-C version 1.6.0. I need help with getting the Schema Grammar from my XML file. I am using the DOMParser. The problem is I need to fetch the appInfo tag value from my Schema which is going to be used in my app. Now, I don't know how to fetch it.The sample talk about th

Fwd: NodeRefList to DOM_Nodes or DOM_NodeList?

2002-03-19 Thread sk ask
Note: forwarded message attached. = __ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ --- Begin Message --- Hi, I am trying to get the selectListNodes method to work. Having a tough time returning a se

Re: Building on Mac OSX from command line or Project Builder

2002-03-19 Thread David Hinz
The only thing that I can see that you did different was that you chmod'ed config.*, configure, and install-sh, I only chmod'ed runConfigure.  Would that make a difference? I also didn't manually gunzip and un-tar the distribution, I let StuffIt do it when the file was downloaded.  My make comm

How to get name from DefaultHandler::error

2002-03-19 Thread Alexander Knopov
Hi, I'm using SAX2 interface of Xerces_C_1.6.0 library from my C++ program. Is there any civilized way to get a name of element or attribute that caused error during validation? Thanks - To unsubscribe, e-mail: [EMAIL PROTECT

DO NOT REPLY [Bug 7074] - Unwarranted error regarding "no circular definitions allowed"

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5967] - DOM-IDOM Integration

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

Re: requirements for SUCCESSFUL usage of xerces-c 1.7 on FreeBSD4.5-RELEASE should/could this be added to the docs?

2002-03-19 Thread John Utz
tinny already fixed it. because i did put it in the bug. but you made a good point. On 19 Mar 2002, (Murray Cumming) wrote: > On Sun, 2002-03-17 at 07:25, Max Gotlib wrote: > > > 2. hand repair bug 7162 "IconvFreeBSDTransService.cpp needs an #include > > > statement fixed to use xercesc" > > >

Re: Urgent!!!!!! Transcoder's transcodeTo not working AIX (release ve rsion 3) and IRIX64 ( release version 6.5)

2002-03-19 Thread Jason E. Stewart
"Nayak, Usha" <[EMAIL PROTECTED]> writes: > We are at present using Xerces 1.3 (any workaround for this > problem), would move later to Xerces1.6 or XML4C..for now have > to get this solved Unless you're working with something recent (1.6 or 1.7) it's unlikely that anyone can help yo

DO NOT REPLY [Bug 7243] - Base64 encoding is not working

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5967] - DOM-IDOM Integration

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7074] - Unwarranted error regarding "no circular definitions allowed"

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

Re: Building on Mac OSX from command line or Project Builder

2002-03-19 Thread James Berry
On 3/18/02 10:32 PM, "David Hinz" <[EMAIL PROTECTED]> wrote: > > I've tried building version 1_7_0 from the command line and from within > Project Builder and keep getting error messages with finding some of the > headers (xercesc/util/ArrayIndexOutOfBoundsException.hpp). > > I saw a posting fr

Building on Mac OSX from command line or Project Builder

2002-03-19 Thread David Hinz
I've tried building version 1_7_0 from the command line and from within Project Builder and keep getting error messages with finding some of the headers (xercesc/util/ArrayIndexOutOfBoundsException.hpp). I saw a posting from "Avram Aelony" <[EMAIL PROTECTED]> in the archives thanking James Be

Re: requirements for SUCCESSFUL usage of xerces-c 1.7 on FreeBSD4.5-RELEASE should/could this be added to the docs?

2002-03-19 Thread Murray Cumming
On Sun, 2002-03-17 at 07:25, Max Gotlib wrote: > > 2. hand repair bug 7162 "IconvFreeBSDTransService.cpp needs an #include > > statement fixed to use xercesc" > > > > change line 284 in > > >xerces-c-src1_7_0/src/xercesc/util/Transcoders/IconvFBSD/IconvFreeBSDTransService.cpp > > > > from # incl

DO NOT REPLY [Bug 5967] - DOM-IDOM Integration

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7243] - Base64 encoding is not working

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7243] New: - Base64 encoding ist not working

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

Re: parse std::string (xml in string)

2002-03-19 Thread Don Mastrovito
Harm, This is a DOM example, but it only differs from SAX in how you set initialize your parser.  The string parse code is all the same:     const bool  LoadFromStream = true;    // Set to false for file i/o     const std::string MyFileName ("C:\TEMP\TEST.XML");     const std::string MyStream ("My

DO NOT REPLY [Bug 7087] - compiler warnings when using gcc

2002-03-19 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://nagoya.apache.org/bugzilla/show_bu

RE: parse std::string (xml in string)

2002-03-19 Thread Steve Westwood
Look at the MemParse example, in particular referring to MemBufInputSource:      MemBufInputSource* memBufIS = new MemBufInputSource   (    (const XMLByte*)gXMLInMemBuf    , strlen(gXMLInMemBuf)    , gMemBufId    , false  );   where in this case, gXMLInMemBuf represents a

parse std::string (xml in string)

2002-03-19 Thread harm
Hi all, How is it possible to parse the contents of a normal std::string...? example: 01:        string myString ="blah"; // or something 02:        try { 03:                XMLPlatformUtils::Initialize(); 04:            } catch (XMLException& e) { 05:                cerr << "Error during i