[Expat-discuss] expat can I use this to..

Régis St-Gelais (Laubrass) regis.st-gelais at laubrass.com
Mon Jan 16 20:15:03 CET 2006


----- Original Message ----- 
>From: Jeff.Kish at mro.com
>To: expat-discuss at libexpat.org
>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


Jeff,

expat is not "file aware".
It does not care where the XML data is comming from.
You simply call XML_Parse with your XML data to parse (or part of it) in a 
buffer.

Régis St-Gelais 




More information about the Expat-discuss mailing list