-
- Downloads
Rework templates in a hierarchical manner
- Implement the st:start template to define which nodes to start the transformation with. In this case, filter top-level modules. - Add a named template mt:module, called for Modules and SousParties, which generates the module's index file then recurses on its descendants (modules or activities) - Activity template is now named and explicitly called instead of being the entrypoint - New function mt:start_marker helps to generate the file separator marker from any template. This rework changes the output format and is still in progress; Python-side parsing of the STTL output is broken, will be reworked as well
Showing
- tetras_extraction/macao_12/script/src/export_corese.py 1 addition, 0 deletionstetras_extraction/macao_12/script/src/export_corese.py
- tetras_extraction/macao_12/script/templates/activite.rq 23 additions, 24 deletionstetras_extraction/macao_12/script/templates/activite.rq
- tetras_extraction/macao_12/script/templates/functions.rq 11 additions, 2 deletionstetras_extraction/macao_12/script/templates/functions.rq
- tetras_extraction/macao_12/script/templates/module.rq 24 additions, 0 deletionstetras_extraction/macao_12/script/templates/module.rq
- tetras_extraction/macao_12/script/templates/start.rq 14 additions, 0 deletionstetras_extraction/macao_12/script/templates/start.rq
Please register or sign in to comment