DO NOT REPLY [Bug 2456] - loadXML gives an exception

2001-10-24 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 4302] - CDATA whitespace not preserved

2001-10-24 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: Xerces-C 1.5.2 status update ...

2001-10-24 Thread Tinny Ng
We don't have COM neither But anyway, I think Curt Arnold has just responded and confirmed the patch looks ok. Since two COM users agreed, I guess we can trust them and commit even we couldn't test it here ... Tinny "Jason E. Stewart" wrote: > Sorry Sean, > > I'd love to be useful, b

Re: License

2001-10-24 Thread Jason E. Stewart
"Arnaud Dutartre" <[EMAIL PROTECTED]> writes: > Can I use xerces in a commercial product ??? I am not sure I can or > what are the restrictions ?? > > Thx for an answer to this stupid question :) Definately not a stupid question, thanks for asking instead of assuming. Yes, you can use it in a

Re: Newbie: undefined references when initializing

2001-10-24 Thread David_N_Bertoni
You should look at the generated Xerces Makefile and at file Makefile.incl for clues on how to link against the Xerces library, since the sample applications shipped with the distribution do just that. Those files are in the src directory in the full source distribution. Dave

Re: License

2001-10-24 Thread David_N_Bertoni
There is a license agreement included with the distribution. You should read it, then consult with a lawyer if you don't understand it. Dave "Arnaud Dutartre"

Re: Does Xerces support XLink?

2001-10-24 Thread Joseph_Kesselman
I suspect that would be considered a higher-level protocol and implemented as a processor running on top of Xerces. That's the approach already taken with XPath and XSLT, both of which are provided by the Xalan processor, and is what we've expected would be done for XPointer. --

RE: License

2001-10-24 Thread Jesse Pelton
Xerces is intended for use in commercial products. The license has very reasonable terms. See http://xml.apache.org/dist/LICENSE.txt. -Original Message- From: Arnaud Dutartre [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 3:50 AM To: [EMAIL PROTECTED] Subject: License Hello

RE: Newbie: undefined references when initializing

2001-10-24 Thread Jesse Pelton
I'm not a Linux guy, but the error sure looks like you're failing to link against the Xerces library. When you're using a DLL under Windows (equivalent to a shared library, I believe), you have to link against a stub library called an import library to allow the linker to resolve calls into the DL

RE: Newbie: undefined references when initializing

2001-10-24 Thread John . Clayton
sounds like it wants rtti to me - did the makefile cause xerces to compiled with rtti enabled? -Original Message- From: Henrik Jensen [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 10:29 To: XercesMailingList Subject: Newbie: undefined references when initializing I'm having trouble g

Re: Xerces-C 1.5.2 status update ...]

2001-10-24 Thread Curt Arnold
Sean's patch looks good to me. Basically, it fixes loadXML which parses an XML document passed as a string. Originally, UTF-16 was set as the encoding which caused Xerces to look for a byte order mark that would not be present in a string (but would in a file). Setting UTF-16LE explicitly sets

include files

2001-10-24 Thread muteki muteki
Hi, I have downloaded both xerces-c1_5_1-linux.tar.gz and xerces-c-src1_5_1.tar.gz. When I did a diff for the two include directories, I found them somewhat different. (Not only the platform specific stuff but something inside the idom directory.) Is this something expected? Thanks, --Chris

License

2001-10-24 Thread Arnaud Dutartre
Hello, Can I use xerces in a commercial product ??? I am not sure I can or what are the restrictions ?? Thx for an answer to this stupid question :) Arno :) Arnaud Dutartre TGS Europe P.A. Kennedy I Avenue Henri Becquerel BP 227 33708 Merignac Cedex France Phone : (33) 5

Newbie: undefined references when initializing

2001-10-24 Thread Henrik Jensen
I’m having trouble getting Xerces 1.5.1 to work (am using RH Linux 6.2). Downloaded the source and followed the build instructions, but get these compiler messages when trying to make the initialize call: - (from TServer.cc) try { XMLPlatformUtils::Initialize(); } catch(con