Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have several titles within one tag that need to be floated (Continued). Each title is getting appended to the float which I guess is correct, but I only want the current title floated. Is there a way to reset a float? I can't figure out how to narrow the scope. If I scope to <syshd> the float doesn't work. If I scope to any of the other tags they all get included. I thought Paul may have had something similar but I couldn't find the post.
<conditioninsp>
<syshd>title</syshd>
<inspection>(these are variable, sometimes only one, sometimes several)
<condition></condition><req></req>
</inspection>
<inspection>
<condition></condition><req></req>
</inspection>
<syshd>title</syshd>
<inspection>
<condition></condition><req></req>
</inspection>
<syshd>title</syshd>
<inspection>
<condition></condition><req></req>
</inspection>
</conditioninsp>
