![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. |
#3
| |||
| |||
|
|
Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. |
#4
| |||
| |||
|
|
Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. |
#5
| |||
| |||
|
|
Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. |
#6
| |||
| |||
|
|
Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. |
#7
| |||
| |||
|
|
Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. |
#8
| |||
| |||
|
|
Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. |
#9
| |||
| |||
|
|
On Mon, 30 Jun 2008 21:37:23 +0200, Michael.Ruehling (AT) t-online (DOT) de wrote: Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. I wrote an OPAL system that creates valid XHTML web pages from text content stored in Pdox tables. This is XML, but probably not what you are looking for. However the principle is simple: - use tCursors to find the datum you want to write; - store it in a string variable (all XML data are strings); - add the XML tags to the start and end of the variable; and - textStream it into the XML document. I've been using it successfully for five years or so. I created my web site with it, and I create lightboxes for clients with it several times a week. HTH, Jim Hargan www.harganonline.com |
#10
| |||
| |||
|
|
On Mon, 30 Jun 2008 21:37:23 +0200, Michael.Ruehling (AT) t-online (DOT) de wrote: Hi, I am using Paradox 9. Thesedays I am trying to convert all of my Lists into XML-Files to display them via XSL. Has anybody tried to write an XML-Export-Filter -Function or something like that in ObjectPal? Anything is helpful. I wrote an OPAL system that creates valid XHTML web pages from text content stored in Pdox tables. This is XML, but probably not what you are looking for. However the principle is simple: - use tCursors to find the datum you want to write; - store it in a string variable (all XML data are strings); - add the XML tags to the start and end of the variable; and - textStream it into the XML document. I've been using it successfully for five years or so. I created my web site with it, and I create lightboxes for clients with it several times a week. HTH, Jim Hargan www.harganonline.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |