Connecting Tech Pros Worldwide Help | Site Map

Xerces-C++ serialize Document to XML file

kasiviswanath
Guest
 
Posts: n/a
#1: Jul 20 '05
Hello,


I'm using Xerces-c++ 2.2.0 API. I'm trying to serialize the DOM
document to XML file but could n't find an equvivalent API for the
same.

Could some one give me pointer to the same.

Awaiting your reply.

Warm regards,
viswanath.
Keith M. Corbett
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Xerces-C++ serialize Document to XML file


"kasiviswanath" <kashinj@rediffmail.com> wrote in message
news:ea58e8a8.0406140323.6213ad8f@posting.google.c om...[color=blue]
> I'm using Xerces-c++ 2.2.0 API. I'm trying to serialize the DOM
> document to XML file but could n't find an equvivalent API for the
> same.[/color]

Look at the Xerces-C DOMPrint sample code, which uses the DOMWriter API.
IIRC DOMWriter is not based on the DOM specification.

/kmc


Closed Thread