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
hown in the MemParse and Redirect samples. -- Dean Roddey Software Geek Extraordinaire Portal, Inc [EMAIL PROTECTED] -Original Message- From: Charles Prosser [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 9:08 AM To: [EMAIL PROTECTED] Subject: new to xerces xml Hel

new to xerces xml

2001-04-02 Thread Charles Prosser
Hello, I am new to xml and xerces-c. I support an api which sends requests and receives replies in the form of a data structure sent via tcp/ip sockets. I plan on converting this api so that requests and replies are sent in xml format. I have a few questions: 1. What is the best way to get