Practicing XML technics since 2000, many different solutions have been built :
- a Report Builder in PDF format for an ERP solution with an "home-made" SQL request engine and the FOP product
- interfaces with Web Services between a travel expenses application and an ERP solution
- an intranet server to supervise and enrich an ERP solution
- data collect from different sources (web sites browsing, ActiveDirectory, Windev files, CSV, Excel) then removing of duplicates and normalization to produce national directories
- automatic construction of face books in Word format
- automatic generation of CD-ROM home page from the files hierarchy (DocBook and DublinCore formats)
- MS-DOS screencaptures for data collection in a training management application
- automatic emailing of thousands of customized emails according to a CSV file for a meeting
- websites generation (XHTML pages, CSS stylesheets and PNG images from SVG format)
- customization of Javascript and CSS files (scrollings added to datatable Yahoo! YUI widget)
For these solutions, tools have been developed :
- tXs (tiny XML server) : tree scripts engine in XML to be used for batch or HTTP server treatments
OpenSource project hosted by Sourceforge.net (http://sourceforge.net/projects/txs)
Already at work in a C# version C# and in a PHP5 version
- PMF (Parameters-Models-Files) : XML representation for a file collection with common parts
Can be used to compile static or dynamic web sites, to build reports,...
- JSX and CSSX : XML notations for Javascript and CSS
Grammar analysis with the DOM API and XSLT stylesheet as "beautifier"-"pretty print"
- XMLpatcher : patch applier for XML document with the DOM API
Patches are to be specified in an XML format
- HTML2XML : HTML to well-formed XML converter (one-pass automat in Java / C# / PHP5)
OpenSource project hosted by Sourceforge.net (http://sourceforge.net/projects/light-html2xml)
Required to easily extract data from an HTML page