Re: expat can I use this to..
Régis St-Gelais (Laubrass) <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <00d601c61ad1$a9b7f450$6400a8c0@laubrasssag1> |
----- Original Message ----- >From: [email protected] >To: [email protected] >Sent: Monday, January 16, 2006 8:07 AM >Subject: [Expat-discuss] expat can I use this to.. > > > >Greetings. > >Is it possible to use expat to create xml strings and send them as >parameter values in a c++ application, then use expat to parse them on the >receiving end without ever actually creating a file? If so a starter >suggestion would be appreciated. > >thanks > >Jeff Kish expat is a parser, it can only "read" XML. I usualy create the XLM file manualy using printf. Regis St-Gelais