RE: new to Xerces

2002-03-08 Thread Erik Rydgren
TECTED]] Sent: den 8 mars 2002 08:30 To: [EMAIL PROTECTED] Subject: RE: new to Xerces Purely academic: Is it possible to have #ifdef's to selective build shared libraries implementing only the API's we need? -/renji -Original Message- From: Erik Rydgren [mailto:[EMAIL PROTECTE

RE: new to Xerces

2002-03-07 Thread Renji Panicker
Purely academic: Is it possible to have #ifdef's to selective build shared libraries implementing only the API's we need? -/renji -Original Message- From: Erik Rydgren [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 3:54 PM To: [EMAIL PROTECTED] Subject: RE: new

RE: new to Xerces

2002-03-07 Thread Erik Rydgren
Easiest way is to create a library of all source files in Xerces. Then only the needed parts are included during linkage and that is the smallest subset you will ever get. We use this approach successfully ourselves. The downside is that xerces will be statically linked into the application and co

Re: new to Xerces

2002-03-06 Thread Brad Settlemyer
t 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 simply based on the Java > > > specification. > > > > > >Ralph > > > > > >-----Original M

RE: new to Xerces

2002-03-06 Thread John Utz
Wow; this was a really nice and dispassionate answer On Wed, 6 Mar 2002, Joseph Kesselman/CAM/Lotus wrote: > > Some insight into how to choose between these approaches: > http://www.w3.org/DOM/faq.html#SAXandDOM > > Remember that the DOM is only an API. There can be DOMs that load data on

Re: new to Xerces

2002-03-06 Thread Brad Settlemyer
> From: Thomas LaCicero [mailto:[EMAIL PROTECTED]] > > >Sent: Wednesday, March 06, 2002 11:23 AM > >To: [EMAIL PROTECTED] > >Subject: RE: new to Xerces > > > > > >Every where I look I see Java classes and Java Docs .. hell even the SAX2 > >book from O&

RE: new to Xerces

2002-03-06 Thread Joseph Kesselman/CAM/Lotus
Some insight into how to choose between these approaches: http://www.w3.org/DOM/faq.html#SAXandDOM Remember that the DOM is only an API. There can be DOMs that load data on demand, or that swap their contents out to disk... so the assumption that the DOM is always going to consume more memory th

RE: new to Xerces

2002-03-06 Thread Thomas LaCicero
are simply based on the Java specification. > > > > Ralph > > > > -Original Message----- > > From: Thomas LaCicero [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 06, 2002 11:23 AM > > To: [EMAIL PROTECTED] > > Subject: RE: new to Xerces > &

RE: new to Xerces

2002-03-06 Thread John Utz
simply based on the Java specification. > > Ralph > > -Original Message- > From: Thomas LaCicero [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 11:23 AM > To: [EMAIL PROTECTED] > Subject: RE: new to Xerces > > > Every where I look I see Java classes an

RE: new to Xerces

2002-03-06 Thread Thomas LaCicero
LaCicero [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, March 06, 2002 11:23 AM >To: [EMAIL PROTECTED] >Subject: RE: new to Xerces > > >Every where I look I see Java classes and Java Docs .. hell even the SAX2 >book from O'Reilly is based on the JAVA implementation. > >S

RE: new to Xerces

2002-03-06 Thread Ralph Goers
simply based on the Java specification. Ralph -Original Message- From: Thomas LaCicero [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 11:23 AM To: [EMAIL PROTECTED] Subject: RE: new to Xerces Every where I look I see Java classes and Java Docs .. hell even the SAX2 book

RE: new to Xerces

2002-03-06 Thread Thomas LaCicero
al Message- >From: Thomas LaCicero [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, March 06, 2002 8:45 AM >To: [EMAIL PROTECTED] >Subject: RE: new to Xerces > > >I did read the FAQs and I am on the way to the book store to pick up a SAX >book > >here is the question ..

RE: new to Xerces

2002-03-06 Thread Ralph Goers
s wanted either. -Original Message- From: Thomas LaCicero [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 8:45 AM To: [EMAIL PROTECTED] Subject: RE: new to Xerces I did read the FAQs and I am on the way to the book store to pick up a SAX book here is the question .. I am trying to writ

RE: new to Xerces

2002-03-06 Thread Thomas LaCicero
I did read the FAQs and I am on the way to the book store to pick up a SAX book here is the question .. I am trying to write a C++ program (eventually it will be a CFX tag for cold fusion) to parse an XML string into a C++ data structure (an array even) Am I barking up the wrong tree .. and if

RE: new to Xerces

2002-03-06 Thread Erik Rydgren
We see such questions here yes. But please first read the Xerces C++ FAQ and a basic DOM/SAX interface reference to avoid the most common questions. Regards Erik Rydgren Mandarinen systems AB Sweden -Original Message- From: Thomas LaCicero [mailto:[EMAIL PROTECTED]] Sent: den 6 mars 200

RE: new to xerces xml

2001-04-02 Thread Peter Murphy
> -Original Message- > From: Dean Roddey [mailto:[EMAIL PROTECTED]] > > > Read the FAQ. Go through all of the sample programs and carefully look at > what they do. Read up on the DOM and SAX APIs which are publically defined > APIs that the Xerces parser implements, so they are well docume

RE: new to xerces xml

2001-04-02 Thread Dean Roddey
Read the FAQ. Go through all of the sample programs and carefully look at what they do. Read up on the DOM and SAX APIs which are publically defined APIs that the Xerces parser implements, so they are well documented elsewhere. Since they are the most common ways to use the parser, you'll get a lo