I have been working with Madcap Flare file for a while now but today I found out that two conditions can be included in the same conditions attribute value by simply adding a comma:
In my case, I have something like this. And while I have XPATH rules to not translate each of these, that will not capture the actual element listed below:
//*[@MadCap:conditions="Default.IntelOnly"]
//*[@MadCap:conditions="Default.iwarp_doc_only"]
<div MadCap:conditions="Default.iwarp_doc_only,Default.IntelOnly">
Has anyone dealt with this before? Is there any easy way to deal with this other than create a third rule for //*[@MadCap:conditions="Default.iwarp_doc_only,Default.IntelOnly"] and any other combinations they might come up with?