[Expat-discuss] help for a program

Régis St-Gelais (Laubrass) regis.st-gelais at laubrass.com
Fri Feb 25 15:22:55 CET 2005


>And another question is that, is this library support to generate XML
>packet. Like if i am sending some data outside to my application through
>an XML packet in the following format:
><test>  
>        <one>   
>             <inner>stuff</inner>                          
>                 <inner>stuff1</inner>
>        </one>
></test>
>
>Can you please guide me how can i generate this XML pakcet.
>
>Thanks

Expat is a Parser (it only read XML files)

I use fprintf to generate my XML files.





More information about the Expat-discuss mailing list