XSLT: For each node transform, if A =2 and A=1 were both found do this else do that
- by Larry
Example 1:
<time>
<timestamp>01:00</timestamp>
<event>arrived<event>
</time>
<time>
<timestamp>02:00</timestamp>
<event>left<event>
</time>
Example 2:
<time>
<timestamp>02:00</timestamp>
<event>left<event>
</time>
The…