NASA-PDS / mi-label

Metadata Injector for PDS Labels (MILabel) provides a command-line interface for generating PDS4 Labels using a user provided PDS4 XML template and input (source) data products.
https://nasa-pds.github.io/mi-label/
Other
3 stars 1 forks source link

update docs with more complex keyword queries #17

Open jordanpadams opened 3 years ago

jordanpadams commented 3 years ago

Is your feature request related to a problem? Please describe.

I have a question about the apache Velocity tool

In PDS3 I have: ROSETTA:ROLIS_ISB_FLAGS

I tried

$label.ROSETTA:ROLIS_ISB_FLAGS I got the error : Null reference [template 'template_rolis.vm', line 95, column 42] : $label.ROSETTA cannot be resolved. The problem seems to be the : I can’t find a way around it. Do you know who I could ask for help? Thank you in advance Adeline

Describe the solution you'd like Solution:

<rolis:flags>$label.get("ROSETTA:ROLIS_ISB_FLAGS")</rolis:flags>