|
CDuce is an XML-oriented functional language, which extends XDuce in a few directions. It features XML regular expression types, XML regular expression patterns, XML iterators. CDuce is not strictly speaking an XML transformation language since it can be used for general-purpose programming. CDuce conforms to basic standards: Unicode, XML, DTD, Namespaces are fully supported, XML Schema is partially supported. == Benefits of CDuce == * static verifications (e.g.: ensure that a transformation produces a valid document); * smooth and safe compositions of XML transformations and incremental programming; * static optimizations and efficient execution model (knowing the type of a document is crucial to extract information efficiently). * complete integration with OCaml (OCaml libraries can be strightforwardly imported and CDuce programs can be exported to OCaml. * integration with Ocsigen via the OcCDuce module 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「CDuce」の詳細全文を読む スポンサード リンク
|