Refer another Jslt file inside Jslt #295
-
Hi Thanks for this wonderful tool! I have a question to see do we have a feature to refer to another jslt file, not as import. I am building jslt file which has a field "details" which is a json object which has a huge set of fields inside. If I can reference another jslt file inside the main jslt I can separate those two into different files and have clean files instead of me having 100+ fields in one jslt. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
larsga
May 22, 2023
Replies: 1 comment 1 reply
-
Well ... I would say this is exactly what |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MailNSrinivasan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well ... I would say this is exactly what
import
is supposed to do for you. Why not useimport
?