Thanks very much Peter,
I will have a look at this code and see if I can figure out how to use it.
I will let you know how I got on.
Regards,
Steve Aish
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 8 May 2001 11:49
To: [EMAIL PROTECTED]
Subject: XML
Greetings,
I have written my own XML parser after getting very frustrated with the
commonly available products. It is available as Open Source from my project
at http://idtrans.sourceforge.net
It is a very simple, lightweight system, unlike DOM and SAX.
In fact it is very similar to how you treat INI files or Registry Settings.
The below code is a version I have at work, which should be reasonably up to
date. The only limitation currently is its inability to handle
attributes within XML tags - which will be addressed just as soon as I can
(I already have the Java version doing Attributes). It does however let
you read and write XML files easily, and is VERY lightweight compared to
DOM, and easier to use than SAX.
I don't have any help written at this stage, as it is still in development.
Also, please note that if you decide to alter it, please return any changes
and additions for me to include in my releases.
(See attached file: idxml.pas)
Please let the user group know about this as well, thanks,
Peter Harrison
-----Original Message-----
From: Steve Aish [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 8 May 2001 09:21
To: Multiple recipients of list delphi
Subject: [DUG]: XML - Writing a document from and XSD document
Good morning people,
I have been handed a lovely task. Having had nothing to do with XML at all
I have been sent an XSD document and been told that we have to send
information on an automated basis using this as a template.
I have read as much as I can find about XML and I think I have a handle on
what it is about now.
I have searched to web to find XML tools for Delphi and found several
parsers but no tools that seem to work with creating XML documents. I am
also working with Delphi 5 Professional as opposed to Enterprise (and I seem
to get an inkling that I should have Enterprise if I am to do things like
XML...)
Any ideas on any tools that may be available for this kind of thing?
Thanks in advance,
Steve Aish
OCOM
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"