How to print an empty list? #270
-
I'm using JSLT 0.1.11 with Apache Camel and this is my spec:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I can see here that empty lists([]) are filtered |
Beta Was this translation helpful? Give feedback.
-
When you set up JSLT processing you can change the filter that's used to get exactly the behaviour that you want. In Apache Camel this is the |
Beta Was this translation helpful? Give feedback.
When you set up JSLT processing you can change the filter that's used to get exactly the behaviour that you want. In Apache Camel this is the
objectFilter
config option, although I'm not sure exactly how you can set it.