Subject | Re: [firebird-support] Import-Export of XML-Data |
---|---|
Author | David Johnson |
Post date | 2006-07-22T05:01:37Z |
Use xalan (from apache) for easy to use fully compliant XML 2.0
generation. I haven't used xalan-c, but xalan-j is reasonably fast and
easy to use.
generation. I haven't used xalan-c, but xalan-j is reasonably fast and
easy to use.
On Fri, 2006-07-21 at 16:12 +0200, Friedrich Remmert wrote:
> Hi,
>
> 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).
>
> What could be used?
>
> Thank's
> fr.
>
>
>
>