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
__
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/
-
] 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
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
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
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/
-
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
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
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
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,.
>
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
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
__
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
-
13 matches
Mail list logo