C substitute of ValueVectorOf !!

2001-08-04 Thread anand awasthi
hi, currently i have C++ program that uses Xerces C++ parser, now i am converting this code to C code and i am using oralce parser for C for doing parsing stuff. my question is what C datastrutcture I can use in place of ValueVectorOf template class which is used in C++ ?? thanks __

does xerces works well with C programs ??

2001-08-03 Thread anand awasthi
hi, i am wrting a c program for parsing xml files. can i use Xerces paerser for that ?? thanks anand __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -

RE: does xerces works well with C programs ??

2001-08-02 Thread anand awasthi
] wrote: > yes, u can. Look at the LocalFileInputSource class. > > > -Original Message- > > From: anand awasthi [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 02, 2001 3:54 PM > > To: [EMAIL PROTECTED] > > Subject: does xerces works well with C pro

parsing 2 byte char XML String !!

2001-06-23 Thread anand awasthi
Hi, I was looking into MemParse.cpp which creates a an instance of MemBufInputSource using a 1 byte char String (XMLByte). I have a 2 byte long character string (XMLCh) and i want to parse that ?? how do i do that ?? has any one of you modified the version of MemBufInputSource which accepts

access violation problem !!

2001-06-20 Thread anand awasthi
Hi, may be that this question is not related to problems of Xerces, but i just thought that i will share this. actually i am wrapping xerces DOM parser API within my code and when i my client uses my code , it throws access violation eveery time. I investigated and found that exact place wh

converting DOM tree into XMLCh * string form ??

2001-06-18 Thread anand awasthi
can we converting DOM tree into XML form (XMLCh * string form precisely )?? if yes coulsd some one pls show few bits of how to do that ?? __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/ -

wrapping Xerces API in my code !!

2001-06-12 Thread anand awasthi
Hi, I am trying to wrap Xerces API in my code in following manner : oni.h -- struct Xml_DOM_Node_Impl; struct Xml_DOM_Node_Impl { DOM_Node domnode; }; class Xml_DOM_Node { public: Xml_DOM_Node(Xml_DOM_Node_Impl*); ~Xml_DOM_Node(); DOMStrin

generate XML from DOM tree ??

2001-06-06 Thread anand awasthi
Hi, I want to convert DOM tree into XML. i want to be able to get target output(XML) both in form of an string and file stream. could some pls provide some sample code to begin with ?? thanks Oni __ Do You Yahoo!? Get personalized email address

RE: wrapping the Xerces parser !!

2001-06-04 Thread anand awasthi
could you pls give me an example showing how to wrap the Xerces DOM_Node class in my XML_DOM_Node class ?? that will help me a lot to begin with. thanks Oni --- "Adams, David" <[EMAIL PROTECTED]> wrote: > I had a similar problem where I wrote an application > for a client who also > wanted

Re: wrapping the Xerces parser !!

2001-06-04 Thread anand awasthi
ut off until the day after tomorrow?" > > - Original Message - > From: "anand awasthi" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 04, 2001 11:25 AM > Subject: wrapping the Xerces parser !! > > > > Hi,. >

wrapping the Xerces parser !!

2001-06-04 Thread anand awasthi
Hi,. I am making an XML ADATPER which will parser incoming client XML file/generate DOM and convert DOM to XMLs ans send them to clients. I am using Xerces parser, but i dont want my client to interact with Xerces implementation directly. so i want to wrap the Xerces implementation within my ap

how to parse remote XML files ??

2001-06-03 Thread anand awasthi
Hi, i want to parser an XML file using URLInputSource. does this class allow me to parse at remote file represented by URL also or does it requies files to be present on same m/c ( local URL path) ?? i mean cant i give URL path like http:// or ftp:// ?? pls enlighten me. thanks Oni __

Re: add two methods, pls.

2001-06-03 Thread anand awasthi
Hi, i want to parser an XML file using URLInputSource. does this class allow me to parse at remote file represented by URL also or does it requies files to be present on same m/c ( local URL path) ?? i mean cant i give URL path like http:// or ftp:// ?? pls enlighten me. thanks Oni -