 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
P.M. Groen Guest
|
Posted: Wed Dec 03, 2003 10:07 pm Post subject: XML in Delphi 3 |
|
|
Hi there guru's
I have a bit of a problem. I was asked to do the maintenance of an
application written in Delphi 3. (Yup, I proposed to port it to Delphi 6 or
7 but they stick to Delphi 3) They want to send messages in XML format and
I'm asked to present them in HTML. No problem. That's what XML is for.
My question is: Is there a component for Delphi 3 that is able to merge
XML-data with a stylesheet to plain HTML? I did some research on the
Internet but all I could find were components for Delphi 5 or higher. And
those won't work well in Delphi 3. Is it possible to do this in Delphi 3
with a prefab component or should I write a parser myself? (The last one
I'm not very keen of).
Any hints or tips are appriciated
Regards,
--
____P.M. Groen____________________________
pgroen ( at ) osdev.xs4all.nl
|
|
| Back to top |
|
 |
Avatar Zondertau Guest
|
Posted: Wed Dec 10, 2003 11:25 am Post subject: Re: XML in Delphi 3 |
|
|
| Quote: | My question is: Is there a component for Delphi 3 that is able to merge
XML-data with a stylesheet to plain HTML? I did some research on the
Internet but all I could find were components for Delphi 5 or higher. And
those won't work well in Delphi 3. Is it possible to do this in Delphi 3
with a prefab component or should I write a parser myself? (The last one
I'm not very keen of).
|
I have looked for a delphi XML parser some time ago and i didn't find
one that i liked. An alternative is to make a DLL using your newer
Delphi that does the parsing. In that case the main application does
not have to be ported.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|