I have an XML want and output in HTML so using and XSL for that. The XML file i am using
<property ref="1">
<units>
<unit ref="1">first floor</unit>
<unit ref="2">second floor</unit>
<unit ref="3">third floor</unit>
<unit ref="4">fourth floor</unit>
</units>
<leases>
<lease ref="1">OPEN</lease>
<lease ref="2">CLOSE</lease>
<lease ref="3">OPEN</lease>
</leases>
</property>
I want to find out the HTML output where the property unit compared with lease. Facing problem when unit ref="4" but dont find out lease with same ref so want a text against that