The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
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>