How do I revise BIP template syntax to avoid blank sections in XML?
Due to an SR I have open and an unresolved issue of having blank sections appear in my XML, I am implementing a workaround for my BIP template based on the content in the following article.
This has been successful for the most part and applicable to content outside of a table, but to complete the template revision and ultimately close the SR, I am needing help on 2 remaining issues.
1) how to write the syntax for IF statements using the lengthy path syntax described in the article. In other words, how do I implement: <?if:../basket/fruit/type=apple or ../basket/fruit/type=mango?> Is this right? Will it work for AND instead of OR?