Subject | Re: [firebird-support] Import-Export of XML-Data |
---|---|
Author | Daniel Albuschat |
Post date | 2006-07-21T14:51:58Z |
2006/7/21, Friedrich Remmert <fr@...>:
XML file, get the data, put it into your database and resend the data
to where you
want it.
Look for xml-parsers at http://www.sf.net
Writing XML from the data you got is child's play. Except for the
encoding part...
but the xml-parser should come with handy utils for that, too.
(Parsers I know are libxml2, expat and tinyxml)
Regards,
Daniel Albuschat
--
eat(this); // delicious suicide
> Hi,If the structure is simple, you can use any XML-parser out there and parse the
>
> I'm looking for a library or component (for C++Builder) to import or export
> data. This all need's to be integrated within an application that get's data
> as eMail attachements and has to send data as XML-File the same way.
>
> The data structures are simple (number records with some text).
XML file, get the data, put it into your database and resend the data
to where you
want it.
Look for xml-parsers at http://www.sf.net
Writing XML from the data you got is child's play. Except for the
encoding part...
but the xml-parser should come with handy utils for that, too.
(Parsers I know are libxml2, expat and tinyxml)
Regards,
Daniel Albuschat
--
eat(this); // delicious suicide