The email address is [EMAIL PROTECTED]
Ive cced this mail to the list. Gareth On Thu, 3 Oct 2002 [EMAIL PROTECTED] wrote: > > Hi, > > I found your e-mail addresses @ > http://marc.theaimsgroup.com/?t=103360990400002&r=1&w=2 > > Can you please tell me how you managed to submit a question because I have > one of my own. I have already tried the following addresses that did not > work for me: > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > My question is: How do I write a long XML document without having to worry > about character-sets and encoding, or having to build a large DOM tree in > memory (which is where I think DOM trees live, please correct me if I am > wrong.) > > I know I can write ... > > Open DB table and output file > while not eof() { > readDB() > fprintf(...) > } > close everything > > but then I will have to encode strings and have to worry about character > sets and "<&>", etc. characters. This is why I was thinking of using Xerces > but the API documentation does not say how. > > Please help. > > regards, > Tushar > > > > -- Gareth Reakes, Head of Product Development DecisionSoft Ltd. http://www.decisionsoft.com Office: +44 (0) 1865 203192 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
