True attributes in XPath

0
What are the correct ways to know if an attribute is equal to true within an XPath. Please show some example of the different cases.
asked
1 answers
2

Hi Esequiel,

Checking if an attribute is true can be done by:

[attribute] or [attribute = true()], see e.g. XPath True | Mendix Documentation

 

Hope this helps!

answered