Thanks
Finding conditional text
Finding conditional text
I have used a number of conditions in my project and now need to update the various pieces of text with specific condition tags attached. Is there a simple and easy way to do this? Because opening every single page and scrolling through it is not only time-consuming, it's boring too! 
Thanks
Thanks
Re: Finding conditional text
If you have Analyser, you can fairly easily create the report you need. Other than that, you should still be able to right-click the Reports folder in the Project view and create a Conditions report, and then select the report options.
- John
- John
Re: Finding conditional text
You could also search the project for a particular condition tag in the HTML.
Conditions in the code look like this:
<p MadCap:conditions="MyConditionFile.MyConditionTag">
I'd suggest searching for just the text of the condition file and tag name, e.g.:
MyConditionFile.MyConditionTag
To search the HTML, you need to tick the Find in source code option.
Conditions in the code look like this:
<p MadCap:conditions="MyConditionFile.MyConditionTag">
I'd suggest searching for just the text of the condition file and tag name, e.g.:
MyConditionFile.MyConditionTag
To search the HTML, you need to tick the Find in source code option.