You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by "Deepak K.B." <kb...@yahoo.com> on 2010/07/06 22:35:54 UTC

Initializing a xerces function

How do I initialize a Xerces function in order to call read an xml file.


RE: Initializing a xerces function

Posted by John Lilley <jl...@datalever.com>.
That's kind of an open question.  I suggest studying the DOMPrint example, as well as:
http://xerces.apache.org/xerces-c/domprint-3.html
http://xerces.apache.org/xerces-c/faqs-3.html

john

-----Original Message-----
From: Deepak K.B. [mailto:kbdeepak@yahoo.com] 
Sent: Tuesday, July 06, 2010 2:36 PM
To: c-users@xerces.apache.org
Subject: Initializing a xerces function

How do I initialize a Xerces function in order to call read an xml file.