RE: adv of xerces?

2002-03-13 Thread Ralph Goers
Gee, I pretty much assume that in any comparison with a Microsoft product. I guess when you ask for a comparison of Xerces to MSXML most people are going to assume you only care about Windows. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13,

RE: Trouble with Linux Distribution.

2002-03-08 Thread Ralph Goers
To get xerces to run properly on my RedHat system I had to build xerces with the g++3 compiler. I posted something several days ago on what you have to do to make that work. In my case, I was having problems with C++ exception handling not working correctly across shared libraries. I have no ide

RE: new to Xerces

2002-03-06 Thread Ralph Goers
I have that book. It is a good place to start. The reason that the SAX2 book is based on Java is that its author is the current maintainer of SAX at http://www.saxproject.org/. If you go there you will find that the SAX interface is ONLY specified in JAVA. Implementations in other languages are

RE: new to Xerces

2002-03-06 Thread Ralph Goers
In my opinion, SAX is the way to go. However, SAX - in my opinion - has some real deficiencies that make it hard to work with, especially in doing what you are trying to do. Basically, SAX gives you a single ContentHandler. If you want to turn your XML document into C++ objects than you will re

RE: Linux binary distribution has been upgraded

2002-03-01 Thread Ralph Goers
g++ version 3 is also available on RedHat 7.2.  It builds just fine.  Unfortunately, you have to play games to get configure to work right...  The following is part of the script I run to build.   tar -xvzf $SRC/xml4c-src$VERSION.tar.gz &&cd xml4c-src$VERSION/src &&   export CPPFLAGS=-I$PR

use=prohibited

2002-02-26 Thread Ralph Goers
>From my reading of the Schema documents it appears to me that use=prohibited on an attribute means that the attribute cannot appear in the XML document. I have tried specifying an attribute with fixed=value use=prohibited. When I specify that, SAX2PRINT no longer prints the attribute, meaning the

RE: Xerces 1.6.0 and RH linux 7.1

2002-02-25 Thread Ralph Goers
I don't know if this is helpful. I had problems with xerces on RH 7.1 because of C++ exception handling across shared libraries. I upgraded to 7.2 and am using g++ version 3 and the problems are gone. -Original Message- From: Bhushan Khanal [mailto:[EMAIL PROTECTED]] Sent: Monday, Februar

How to get at ||

2002-02-25 Thread Ralph Goers
I see someone else posted this question last month without getting an answer. I would also like to know how to get at the annotation field and specifically, the appinfo. I need to associate some data in the schema with an element so that my program can retrieve it. The annotation element seems

XInclude and XML Catalog

2002-02-19 Thread Ralph Goers
1. I have seen several requests in the mail archives for XInclude over the past 2 years. Are there any plans to implement this yet? 2. Someone else requested XML Catalog support some time ago. I was wondering if he, or anyone else, has implemented this yet. -

SAX and Schemas

2002-02-19 Thread Ralph Goers
Is there any way to access the schema element and attribute definitions from a SAX ContentHandler? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]