XML file creation
- From: "Steve" <scwilcox@xxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 15:14:24 -0000
I have the need to create XML files using Delphi 2005. The files created
would be in one of two formats dependent on where within the program the
user creates the files from.
1) From a grid or table format. I am considering either:
a) Using XSL Page Producer where XML Data property is set to an
XML document or to an XML Broker. The broker takes its data from a provider
connected to a local table attached to the table.
b) Direct XSL Transformations with the DOM that allow you to read
a ClientDataset into a generic XML document.
2) From heirarchical data, i.e. Master Detail data as shown currently
within the program in a TreeView. I am considering either
a) Using DOM
b) Using SAX
Can anyone pass on their experiences of creating XML using any of the above
or just simply pass on their thoughts.
Many thanks in advance.
Steve Wilcox
.
- Follow-Ups:
- Re: XML file creation
- From: Crazy Horse's crazier little brother
- Re: XML file creation
- Prev by Date: Cannot do integrated debugging for Delphi 7 after install software distribution service 2.0
- Next by Date: Re: XML file creation
- Previous by thread: Cannot do integrated debugging for Delphi 7 after install software distribution service 2.0
- Next by thread: Re: XML file creation
- Index(es):
Relevant Pages
|