XML file creation



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



.



Relevant Pages

  • Creating XML files
    ... I have the need to create XML files using Delphi 2005. ... would be in one of two formats dependent on where within the program the ... XML document or to an XML Broker. ...
    (borland.public.delphi.non-technical)
  • RE: XML documentation file name
    ... MSDN document on VB.NET Project Designer says "The Generate XML document ... XML documentation is automatically emitted into an XML ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.languages.vb)
  • Re: XMLTextReader reading too many characters
    ... It was a very simple process to delete the extra tag. ... You do know about XML ... status isn't indicative of being capable of editing an XML document. ... If you claim there is a problem with XmlTextReader and an allegedly ...
    (microsoft.public.dotnet.xml)
  • Re: Storing hierarchies from XML into relational tables
    ... You haven't made clear what sort of relational tables you plan to use to store the data from your hierarchy. ... Parent VARCHAR ... Given an xml document that represents a heirarchy: ...
    (microsoft.public.sqlserver.xml)
  • XPathNavigator SetValue wipes out XmlType
    ... I have an xml document that I want to go through and set the values on ... I can iterate the document and get my XmlType and XmlBaseType values just ... Xml and Program.cs to recreate the problem. ...
    (microsoft.public.dotnet.languages.csharp)