metanorma / metanorma-plugin-lutaml

Metanorma plugin: access LutaML objects from within a Metanorma document
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

`lutaml_uml_datamodel_description` unable to recurse into sub-packages #123

Closed ronaldtse closed 1 month ago

ronaldtse commented 2 months ago

This relates to:

And the XMI is available there.

My command is:

[lutaml_uml_datamodel_description,./plateau_uml_20240708_all_packages_export.xmi,lutaml_data_dictionary.yml]
----
[.diagram_include_block,base_path="./xmi-images",format="png"]
....
....
----

The plugin recognizes the two root packages, but they can't recurse into sub-packages.

My config YAML is:

packages:
- CityGML2.0
- i-UR

Originally posted by @ronaldtse in https://github.com/metanorma/mn-samples-plateau/issues/114#issuecomment-2226726013

kwkwan commented 2 months ago

Sub-packages can be generated with the option render_nested_packges.

The attached file is the PDF output. 001-mds.pdf

kwkwan commented 1 month ago

Closed as completed in https://github.com/metanorma/metanorma-plugin-lutaml/pull/125.