Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread XML to Table Code
Sat, Dec 2 2006 12:04 PMPermanent Link

"Johnnie Norsworthy"
I am working with a bunch of XML lately and can see the value of taking an
XML document and concerting it to a memory table for processing. This would
probably reduce my coding quite a bit if something already exists to do
this.

Does anyone know of a library or component to do something like this?

Thanks,
-Johnnie

Sat, Dec 2 2006 5:41 PMPermanent Link

"Mike Shkolnik"
You may load your xml-files into any TDataset (TClientDataset or any another
memory datasets) using SMImport suite:
http://www.scalabium.com/smi

--
With best regards, Mike Shkolnik
E-mail: mshkolnik@scalabium.com
WEB: http://www.scalabium.com

"Johnnie Norsworthy" <jln206@verizon.net> wrote in message
news:AEA8F110-D606-40F3-8617-0061835B8C72@news.elevatesoft.com...
> I am working with a bunch of XML lately and can see the value of taking an
> XML document and concerting it to a memory table for processing. This
would
> probably reduce my coding quite a bit if something already exists to do
> this.
>
> Does anyone know of a library or component to do something like this?
>
> Thanks,
> -Johnnie
>
>

Sat, Dec 2 2006 6:06 PMPermanent Link

Steve Forbes

Team Elevate Team Elevate

Hi Johnnie,

Take a look at OmniXML (http://www.omnixml.com) .. I use it for all my XML
handling. Free with source.

--
Best regards

Steve

"Johnnie Norsworthy" <jln206@verizon.net> wrote in message
news:AEA8F110-D606-40F3-8617-0061835B8C72@news.elevatesoft.com...
>I am working with a bunch of XML lately and can see the value of taking an
>XML document and concerting it to a memory table for processing. This would
>probably reduce my coding quite a bit if something already exists to do
>this.
>
> Does anyone know of a library or component to do something like this?
>
> Thanks,
> -Johnnie
>

Sun, Dec 10 2006 8:41 PMPermanent Link

KK Aw
Steve,

I don't see support for XSLT in omnixml.  Do you use XSLT and what do you use for it?

Best regards,
KK Aw


"Steve Forbes" <ozmosys@spamfreeoptusnet.com.au> wrote:

Hi Johnnie,

Take a look at OmniXML (http://www.omnixml.com) .. I use it for all my XML
handling. Free with source.

--
Best regards

Sun, Dec 10 2006 10:23 PMPermanent Link

Steve Forbes

Team Elevate Team Elevate

Hi KK,

> I don't see support for XSLT in omnixml.

OmniXML doesn't have XSLT support (I am not sure whether this is planned for
a future version though). I have not found lack of XSLT support a huge
drawback, but obviously your requirements may be more XSLT intensive. I use
a free 3rd party XSLT utility to transform/format exported data into HTML
suitable for displaying on the inter/intranet. The utility is available from
Altova (XMLSpy authors) under Downloads/Free Tools.

--
Best regards

Steve

"KK Aw" <kkaw@multicentric.com> wrote in message
news:145BCA76-6C7A-4755-8E14-E231EEA38C3F@news.elevatesoft.com...
> Steve,
>
> I don't see support for XSLT in omnixml.  Do you use XSLT and what do you
> use for it?
>
> Best regards,
> KK Aw
>
>
> "Steve Forbes" <ozmosys@spamfreeoptusnet.com.au> wrote:
>
> Hi Johnnie,
>
> Take a look at OmniXML (http://www.omnixml.com) .. I use it for all my XML
> handling. Free with source.
>
> --
> Best regards
>
>

Mon, Dec 11 2006 2:34 AMPermanent Link

kk aw
Steve,

Thanks for the info.  Yes, my requirements are more XSLT intensive.  I
am quite happy with MSXML but am thinking of the day when I move out of
the Windows environment.

Best,
KK Aw
Image