xml
XML example software is renamed XML+XSL
27/01/07 08:42
This FREE
example of converting information formatted as XML
into HTML by using an XSL template has now been
renamed. This example allows you to use a default
XML/ XSL files, load them from an external file or
directly download them from the Internet. A print
preview is available in the built-in htmlviewer as
well as some XPATH examples.
Binaries for Windows, MacOSX and source code for Realbasic are included. This project can be downloaded here.
Binaries for Windows, MacOSX and source code for Realbasic are included. This project can be downloaded here.
xml2html project for Realbasic
01/01/07 08:43
Realbasic,
while having great database and interface graphic
design does not offer a lot of tools with the title
"Report printer". However it does supply some useful
tools to output your report data (listboxes, database
queries, arrays and dictionaries for example) to xml.
Then what do you do? Well, by building an xsl text file to transform it to HTML you can then use the built-in html viewer to preview the report and save it as an html file for printing or export to PDF. With a little bit of CSS styling this can actually look pretty good. I made a sample project to show how this can work. It is available in the Download section of the website and is titled xml2html example. Precompiled binaries for Windows and MacOSX are included.
Then what do you do? Well, by building an xsl text file to transform it to HTML you can then use the built-in html viewer to preview the report and save it as an html file for printing or export to PDF. With a little bit of CSS styling this can actually look pretty good. I made a sample project to show how this can work. It is available in the Download section of the website and is titled xml2html example. Precompiled binaries for Windows and MacOSX are included.