joel7 wrote:Is it possible to re-name conditions and not break everything for a given output? For example, say I have a condition called "China" and I want to rename it "Vietnam", can I do this and have it ripple to every topic in the project?
You can only do it by using search-and-replace in all your topics. So, for example, you have a condition tag set called "Countries" and in it a tag called "China". In the topics it appears as MadCap:conditions="Countries.China"
So you need to do a search and replace in the code for MadCap:conditions="Countries.China" and replace it with MadCap:conditions="Countries.Vietnam". And make sure your condition tag set does actually contain a condition tag called Vietnam, of course.