Could not find attribute true in entity

0
I'm trying to filter a list for a list view based on a 'Filter' object, but in my XPath constraint the boolean values true and false are getting confused as attribute keys. How can I fix this?
asked
1 answers
2

You need to use true() or false(). The brackets are important.

Hope this helps.

answered