I'd like to bind XML data to a table, but print only rows that have specific value in a child element. In example below I would like to print a table of ID and Name rows if item's type = A. What would be a binding path/condition? I tried binding path like $.item.[typeParent.type=="A"] but it doesn't...