XDuce
XDuce ("transduce") is a typed programming language that is specifically designed for processing XML data. One can read an XML document as an XDuce value, extract information from it or convert it to another format, and write out the result value as an XML document. Since XDuce is statically typed, XDuce programs never yield run-time type errors and the resulting XML documents always conform specified types.
[ Homepage ]
| Author: | Haruo Hosoya. |
| Last modification date: | 14-Mar-2003 |
| Version: | 0.4.0 |
| Development status: | Beta |
| Kind: | Applications written in Caml :: Scientific software |
| Topic: | XML :: XML specific languages |
| Homepage: | http://xduce.sourceforge.net/ |