Finding conditional text

This forum is for Single-Sourcing your Flare content to multiple outputs.
Post Reply
judyf
Jr. Propeller Head
Posts: 1
Joined: Tue Mar 19, 2013 3:53 am

Finding conditional text

Post by judyf »

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
JohnB
Propeller Head
Posts: 50
Joined: Mon Nov 09, 2009 12:17 pm

Re: Finding conditional text

Post by JohnB »

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
NorthEast
Master Propellus Maximus
Posts: 6426
Joined: Mon Mar 05, 2007 8:33 am

Re: Finding conditional text

Post by NorthEast »

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.
Post Reply