From aa6ec34cf92dde8fe36da407b44e9974a24ee5a6 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Wed, 7 Aug 2024 12:18:46 +0100 Subject: [PATCH] add some cautions about the vodmltovodsl command. --- doc/guide/modelling/VODSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/modelling/VODSL.md b/doc/guide/modelling/VODSL.md index d9d7e27f..0d3803c7 100644 --- a/doc/guide/modelling/VODSL.md +++ b/doc/guide/modelling/VODSL.md @@ -33,7 +33,7 @@ The task has the `--dml` parameter to indicate the input VO-DML file and the `-- ```shell gradle vodmlToVodsl --dml=models/sample/sample/vo-dml/Sample.vo-dml.xml --dsl=test.vodsl ``` - +The transformation attempts to be faithful, but the generated VODSL is likely to need some manual editing to clean it up. As stated above, this transformation is expected to be a "one-time" operation as although the generation of VO-DML from VODSL is well defined, the reverse has some areas of possible ambiguity especially with VO-DML that has been created not using this toolkit. ## VODSL language