My translate has some kind of “Choice” that seems to act like a repeating group. The problem is that I’m trying to iterate over the elements within the Choice, and I don’t see a way to figure out which type of element I’m currently iterating over. What I’m currently doing is trying to access a specific child using the iterate variable, and skipping the section of the xlate if the copy fails, but that doesn’t seem like the right way to do it. Does anyone have suggestions?
Also, the “#tag” thing was an experiment that doesn’t work.